rpm/build
Panu Matilainen 9a3f590e32 Freeze the rpmfc string pools once all additions are done
- Memory use isn't typically that critical during build, but saving
  a little bit of it doesn't hurt anyway...
2012-09-26 12:52:13 +03:00
..
Makefile.am Bump library sonames in preparation for new release 2012-03-20 09:56:30 +02:00
build.c If we need a FILE stream then get one... 2011-07-08 10:15:58 +03:00
expression.c Eliminate bunch of obvious dead NULL-assingments from misc build parts 2011-05-27 16:46:23 +03:00
files.c Refactor the struct stat hacking into a helper function 2012-08-01 16:38:15 +03:00
misc.c Eliminate unused truncStringBuf() function 2010-10-29 10:21:45 +03:00
pack.c Report the actual failure reason on archive create failure (again) 2012-07-02 16:15:41 +03:00
parseBuildInstallClean.c Fix the remaining enum abuse over rpmParseState in librpmbuild 2010-10-28 12:01:42 +03:00
parseChangelog.c Fix memleak in changelog parsing on error paths 2012-08-01 19:17:09 +03:00
parseDescription.c Clean up + plug memleak in parseDescription() 2011-05-27 15:24:29 +03:00
parseFiles.c Unmask %license directive when parsing %files section 2012-05-15 14:23:35 +03:00
parsePolicies.c Eliminate dead NULL-assignments on parsePolicies() exit 2011-05-27 16:21:12 +03:00
parsePreamble.c Handle all dependency tags in spec via same switch-case fallthrough 2012-08-07 08:28:26 +03:00
parsePrep.c Add support for 7zip compressed tarballs 2012-05-22 13:48:01 +03:00
parseReqs.c Add support for dpkg-style sorting of tilde in version/release 2012-04-23 11:04:02 +03:00
parseScript.c Use POPT_BIT_SET for setting the scriptlet flags 2011-09-12 13:27:12 +03:00
parseSpec.c Fix bogus "unclosed %if" error when %include is used in conditionals 2012-08-08 09:43:42 +03:00
policies.c Make base64 encoding/decoding part of rpmio public API 2011-11-09 15:16:28 +02:00
reqprov.c Implement transaction ordering hinting 2010-12-13 12:26:06 +02:00
rpmbuild.h Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild 2010-10-22 13:50:05 +03:00
rpmbuild_internal.h Report starting line for unclosed %if in specs 2012-07-31 16:20:16 +03:00
rpmbuild_misc.h Remove the now unused user/group caching code 2010-12-15 09:44:54 +02:00
rpmfc.c Freeze the rpmfc string pools once all additions are done 2012-09-26 12:52:13 +03:00
rpmfc.h Remember buildroot directory in rpmfc struct 2010-12-01 11:09:02 +02:00
rpmspec.h Support retrieving the spec contents in parsed format 2011-06-17 13:52:27 +03:00
spec.c Allocate spec line buffer separately from spec struct 2012-07-31 11:56:01 +03:00