rpm-build/build
Alexey Tourbin 4d777d01d2 changed a few more vars int -> uint32_t/size_t
This is probably the last change of such kind.  There are many other
instances left, and fixing them all is hopeless.  On the other hand,
the way mod 2^32 arithmetic works, although technically not always
well defined, is to our advantage.  I suggest that only user-visible
discrepancies further be fixed.

The following comparison to st_size looks particularly bad.
The code turns out to be unused!

lib/signature.c:
> verifySizeSignature(const char * datafile, int_32 size, /*@out@*/ char * result)
> [...]
>     if (size != st.st_size) {
>         sprintf(result, "Header+Archive size mismatch.\n"
2018-06-26 12:42:44 +03:00
..
.lclintrc re-added .lclintrc and .cvsignore files from CVS 2002-03-25 20:27:37 +00:00
build.c build.c,parsePrep.c: quoted buildSubdir, to allow spaces. 2011-08-06 18:38:30 +03:00
buildio.h Initial revision 2002-03-25 20:16:26 +00:00
checkFiles.c build: rewrite without using nested functions 2015-01-28 17:04:30 +00:00
checkFiles.h build: rewrite without using nested functions 2015-01-28 17:04:30 +00:00
expression.c build/expression.c (doPrimary): Read closing parenthesis, patch from Michael Schroeder 2007-02-23 00:05:37 +00:00
files.c changed a few more vars int -> uint32_t/size_t 2018-06-26 12:42:44 +03:00
interdep.c build: rewrite without using nested functions 2015-01-28 17:04:30 +00:00
interdep.h build/interdep.c: initial revision 2011-01-31 04:53:26 +03:00
Makefile.am Fix automake warnings 2014-02-15 22:19:47 +00:00
misc.c Initial revision 2002-03-25 20:16:26 +00:00
names.c Removed const from getBuildTime(). 2006-05-15 04:54:03 +04:00
pack.c build/pack.c: automatically downgrade lzma levels 7-9 on smaller inputs 2018-06-26 12:42:44 +03:00
parseBuildInstallClean.c Backport %check from rpm-4.2 2009-09-08 20:46:26 +00:00
parseChangelog.c fixed spacing 2005-10-06 18:21:40 +00:00
parseDescription.c fixed spacing 2005-10-06 18:21:40 +00:00
parseFiles.c fixed spacing 2005-10-06 18:21:40 +00:00
parsePreamble.c Backport Disttag: syntax to spec file parser and header content. 2014-06-24 19:00:52 +04:00
parsePrep.c build/parsePrep.c: add %patch -F<N> support (ALT#27662) 2012-08-24 08:30:44 +00:00
parseReqs.c build/parseReqs.c: make dependencies on rpmlib(SetVersions) feature 2010-10-04 01:20:22 +04:00
parseScript.c Revert "build/parseScript.c: opitimize out RPMSENSE_INTERP dependencies on /bin/sh" 2008-03-17 20:58:55 +03:00
parseSpec.c parseSpec: use getline() to fix long line processing 2012-03-19 19:02:25 +00:00
poptBT.c rpmbuild: add "-bt" %check-only option 2011-12-06 16:25:14 +00:00
reqprov.c build/reqprov.c (deps_opt_enabled): cleanup 2014-11-19 17:23:34 +00:00
rpmbuild.h build/reqprov.c, rpmbuild.h: export compare_deps() 2011-02-07 04:28:18 +03:00
rpmspec.h parseSpec: use getline() to fix long line processing 2012-03-19 19:02:25 +00:00
spec.c parseSpec: use getline() to fix long line processing 2012-03-19 19:02:25 +00:00
TODO Initial revision 2002-03-25 20:16:26 +00:00