summaryrefslogtreecommitdiff
path: root/build/parseChangelog.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-26Simplify changelog entry additionsPanu Matilainen1-13/+5
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-4/+4
2008-03-06Mark bunch of static build-related tables as read-onlyPanu Matilainen1-4/+4
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-1/+1
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2007-12-14Bunch of const char* correctionsPanu Matilainen1-3/+5
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-12-07Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)Panu Matilainen1-10/+10
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-14/+14
2007-10-29Add SKIPSPACE, SKIPNONSPACE.Ralf Corsépius1-0/+3
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-7/+7
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-12/+4
2005-03-03Permit changelog timestamp back to 1990.jbj1-1/+1
2002-06-23Add boundswrite annotations everywhere.jbj1-0/+4
2002-01-05Spelling error.jbj1-1/+1
2001-06-05- fix typos in linux.{req,prov}.jbj1-8/+10
2001-05-05- enough lclint annotations and fiddles already.jbj1-5/+3
2001-05-03- still more boring lclint annotations and fiddles.jbj1-0/+2
2001-04-30- yet more boring lclint annotations and fiddles.jbj1-12/+14
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-2/+2
2001-01-15- fix: extra newline in many error messages (#23947).jbj1-7/+8
2001-01-11doxygen annotations for build/*.jbj1-3/+12
2000-12-12Sync with rpm-4_0 branch.jbj1-0/+1
2000-08-27Doxygen annotations.jbj1-1/+2
2000-01-24Documentation sugar.jbj1-0/+6
1999-10-04lclint annotations from build.jbj1-1/+1
1999-09-23Add rpminject.jbj1-1/+1
1999-07-06changelog stamp broken w/ big endian 64 bit time_t (Stephane Erania).jbj1-5/+7
1999-07-0312 more dead strtoks.jbj1-23/+27
1999-04-01add per-target macrofiles to search path.jbj1-6/+0
1999-03-22fix: don't add header if signature generation failed (Carlo Wood).jbj1-4/+4
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-7/+8
1998-07-30Consolidated includes for librpmbuild API.jbj1-104/+99
1998-07-25Aggregate system includes into system.h.jbj1-9/+1
1998-05-20Actually catch errors from readLine()marc1-3/+9
1998-05-01Do not remove comments in scriptsmarc1-2/+2
1998-03-041) include cleanups for portabilityewt1-0/+6
1998-01-14The spec file read code was inserting a second \n after every line!marc1-1/+1
1998-01-12merged in Marc's new build codeewt1-0/+211