summaryrefslogtreecommitdiff
path: root/build/names.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-2/+2
2008-01-10Define and use UGIDMAX instead of hardcoded 1024 all overPanu Matilainen1-10/+12
2007-12-16More const removalsPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-3/+3
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen1-1/+1
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-43/+1
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-2/+2
2003-04-17Don't overflow internal tables with unknown user/group (#85346).jbj1-33/+57
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-0/+2
2002-06-23Add boundswrite annotations everywhere.jbj1-0/+16
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-0/+2
2001-10-15lclint fiddles to annotate globals.jbj1-0/+8
2001-09-21- lclint-3.0.0.15 fiddles.jbj1-5/+14
2001-08-03- fix: i18n tags not terminated correctly with NUL (#50304).jbj1-1/+1
2001-07-03- fix: redundant entries in file manifests handled correctly (#46914).jbj1-0/+42
2001-06-19- preliminary abstraction to support per-header methods.jbj1-2/+2
2001-05-03- still more boring lclint annotations and fiddles.jbj1-0/+2
2001-04-30- yet more boring lclint annotations and fiddles.jbj1-1/+1
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-47/+24
2000-12-12Sync with rpm-4_0 branch.jbj1-2/+3
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj1-42/+9
2000-08-27Doxygen annotations.jbj1-1/+2
2000-01-24Documentation sugar.jbj1-1/+11
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-2/+11
1999-10-04lclint annotations from build.jbj1-8/+8
1999-09-21fix: command line install had header memory leak.jbj1-6/+6
1998-11-24Clean up on files.c.jbj1-2/+2
1998-11-20Sanity.jbj1-18/+10
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-5/+6
1998-07-30Consolidated includes for librpmbuild API.jbj1-8/+1
1998-07-25Aggregate system includes into system.h.jbj1-5/+2
1998-01-12merged in Marc's new build codeewt1-8/+7
1997-02-27if user/group olookup fails return NULLroot1-2/+2
1996-11-18The Great Renamingroot1-2/+2
1996-09-25fixes some silly typosewt1-1/+1
1996-06-07Initial revisionroot1-0/+192