summaryrefslogtreecommitdiff
path: root/lib/header.h
AgeCommit message (Collapse)AuthorFilesLines
2000-11-07- load headers as single contiguous region.jbj1-21/+35
CVS patchset: 4244 CVS date: 2000/11/07 13:16:43
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj1-14/+66
- remove getMacroBody() from rpmio API. - hide libio lossage in prototype, not API. lclint annotations. CVS patchset: 4230 CVS date: 2000/10/28 17:16:25
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj1-2/+5
- collect and display rpm build error messages at end of build. CVS patchset: 4149 CVS date: 2000/09/01 21:15:40
2000-08-28Doxygen annotations.jbj1-28/+50
CVS patchset: 4138 CVS date: 2000/08/28 01:08:57
2000-08-27Doxygen annotations.jbj1-90/+335
CVS patchset: 4132 CVS date: 2000/08/27 19:27:03
2000-02-22Another attempt to get i18n lookaside functional.jbj1-1/+1
CVS patchset: 3578 CVS date: 2000/02/22 21:19:33
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-0/+1
CVS patchset: 3403 CVS date: 1999/10/29 16:06:01
1999-10-27use compressed filenames on install side.jbj1-1/+2
start unifying FD types, CFD_t now gone. CVS patchset: 3402 CVS date: 1999/10/27 23:18:10
1999-10-04dumb cpp's want white space around lclint annotations (Tim Mooney).jbj1-8/+11
aix: aix.req broken by cut-and-paste (Tim Mooney). CVS patchset: 3367 CVS date: 1999/10/04 20:18:48
1999-09-30HPUX groks not long long.jbj1-0/+2
CVS patchset: 3352 CVS date: 1999/09/30 14:53:33
1999-09-21fix: command line install had header memory leak.jbj1-0/+1
check for NULL on all memory allocations. free rpmrc mallocs on exit. permit run time leak detection. CVS patchset: 3311 CVS date: 1999/09/21 03:22:53
1999-09-17lclint annotations.jbj1-1/+1
CVS patchset: 3294 CVS date: 1999/09/17 21:44:39
1999-09-17lclint annotations.jbj1-9/+10
CVS patchset: 3288 CVS date: 1999/09/17 20:40:41
1999-09-12Fiddles to resurrect lclint.jbj1-1/+1
CVS patchset: 3281 CVS date: 1999/09/12 20:43:23
1999-08-24add headerWrite return code and check for errors.jbj1-1/+1
CVS patchset: 3250 CVS date: 1999/08/24 15:18:43
1999-08-24Remove legacy langNum interface.ljbj1-9/+1
CVS patchset: 3249 CVS date: 1999/08/24 14:10:58
1999-08-20Break out locale match test.jbj1-1/+1
CVS patchset: 3241 CVS date: 1999/08/20 17:55:12
1999-04-08From Tim Mooney:jbj1-1/+1
Make the statfs stuff work more reliably. Switch from using AC_EGREP_HEADER to AC_TRY_COMPILE, which should be much more reliable. Change all places where a previous patch I had sent in said "convertdb" when it should have said "rpmconvert". Change the LDFLAGS_STATIC for HP-UX so that static linking isn't done on HP-UX with libtool. Everything could be linked statically *except* the shl_* routines, which are in `libdld.1', but libtool doesn't know how to do a "--prefer-static" type link, so we have to just avoid trying the static link at all. Fix a warning that happens over and over as `header.h' is included on Digital Unix systems. Digital Unix defines `__alpha', not `__alpha__', so I just added the additional check for __alpha. Fix a number of places in the code where there is a spurious/extra semi-colon. This gets rid of quite a few warnings. CVS patchset: 2972 CVS date: 1999/04/08 20:09:48
1998-12-261) initial cut at hash tablesewt1-0/+3
2) initial cut at file list handling during transaction processing CVS patchset: 2611 CVS date: 1998/12/26 16:33:51
1998-12-16first pass at new transaction api; basic installing/removing worksewt1-0/+1
fine but I wouldn't push it much harder then that CVS patchset: 2603 CVS date: 1998/12/16 21:58:53
1998-11-22Start abstracting compressed I/O.jbj1-2/+2
CVS patchset: 2552 CVS date: 1998/11/22 19:48:48
1998-11-20Sanity.jbj1-4/+4
CVS patchset: 2551 CVS date: 1998/11/20 20:18:22
1998-11-18implement abstract fd type almost everywhere.jbj1-2/+4
CVS patchset: 2542 CVS date: 1998/11/18 21:41:05
1998-11-16LCLINT pass 0.jbj1-2/+2
CVS patchset: 2540 CVS date: 1998/11/16 21:40:28
1998-10-11Test drill.jbj1-0/+3
CVS patchset: 2446 CVS date: 1998/10/11 20:58:58
1998-08-11Sync with 2.5.2 branch patches.jbj1-0/+2
cpio_gzip: dup the fd before doing gzdopen (Thanks Erik!) add --noLang to skip non-default languages. CVS patchset: 2243 CVS date: 1998/08/11 18:24:48
1998-07-25Add multiple include avoidance and c++ prototype wrapping throughout *.h.jbj1-8/+8
Delete trailing white space in *.h. CVS patchset: 2181 CVS date: 1998/07/25 15:10:58
1998-05-25Added headerGzRead() and headerGzWrite()marc1-0/+3
CVS patchset: 2127 CVS date: 1998/05/25 03:18:54
1998-03-20Make header.h & dbindex.h C++-safe as wellsopwith1-0/+8
CVS patchset: 2040 CVS date: 1998/03/20 05:15:08
1998-03-04got rid of "#endif foo.h" type things (which aren't ansi)ewt1-1/+1
CVS patchset: 2019 CVS date: 1998/03/04 16:49:55
1998-02-08added a comment to keep things clearewt1-0/+1
CVS patchset: 1994 CVS date: 1998/02/08 07:07:02
1998-01-28implemented most of generic package relocationewt1-0/+1
CVS patchset: 1979 CVS date: 1998/01/28 16:49:43
1998-01-11Small bug fix.marc1-2/+2
Allow C lang to be specified as "C" (as oppopsed to NULL). CVS patchset: 1948 CVS date: 1998/01/11 16:40:08
1997-10-17Added headerAddOrAppendEntry()marc1-0/+2
Allow more NULL args to getEntry(), etc CVS patchset: 1863 CVS date: 1997/10/17 04:14:06
1997-06-18Added language support to headerewt1-3/+27
CVS patchset: 1696 CVS date: 1997/06/18 23:17:55
1997-05-30added virtual query tag ability, fsnames query tag,ewt1-2/+5
CVS patchset: 1668 CVS date: 1997/05/30 14:16:20
1997-05-29Replaced queryformat code with headerSprintf() <whew>ewt1-0/+29
CVS patchset: 1666 CVS date: 1997/05/29 20:09:45
1997-03-03export headerSort()root1-0/+1
CVS patchset: 1465 CVS date: 1997/03/03 23:20:18
1997-02-14added headerRemoveEntry()ewt1-0/+3
CVS patchset: 1420 CVS date: 1997/02/14 03:25:42
1997-01-211) made headerDump() take tag tableewt1-2/+8
2) removed rpmlib.h, messages.h dependencies CVS patchset: 1330 CVS date: 1997/01/21 18:09:16
1997-01-16Reimplemented header internalsewt1-14/+38
CVS patchset: 1289 CVS date: 1997/01/16 16:46:37
1996-11-19cleanuproot1-1/+0
CVS patchset: 1177 CVS date: 1996/11/19 02:47:46
1996-11-18The Great Renamingroot1-30/+30
CVS patchset: 1171 CVS date: 1996/11/18 18:02:36
1996-07-07HEADER_MAGIC, error checking in readHeader(), dump BIN_TYPEs, fix otherroot1-3/+6
dump outputs CVS patchset: 733 CVS date: 1996/07/07 22:15:14
1996-06-21added uint_16 typeewt1-0/+2
CVS patchset: 666 CVS date: 1996/06/21 01:47:18
1996-02-16removed mmapHeader()root1-1/+0
CVS patchset: 296 CVS date: 1996/02/16 05:37:08
1995-12-27added modifyEntry()marc1-0/+1
CVS patchset: 95 CVS date: 1995/12/27 19:04:31
1995-12-20added STRING_ARRAY_TYPEmarc1-0/+1
CVS patchset: 73 CVS date: 1995/12/20 23:27:15
1995-12-20added freeIterator() copyHeader() isEntry()marc1-0/+5
CVS patchset: 71 CVS date: 1995/12/20 22:48:08
1995-12-14added iterator stuffmarc1-1/+6
CVS patchset: 41 CVS date: 1995/12/14 16:03:08