summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2000-08-27Doxygen annotations.jbj17-23/+145
2000-08-23lclint annotations.jbj2-1/+6
2000-07-07lclint fiddles.jbj4-30/+76
2000-06-21- fix: don't expand macros in false branch of %if (kasal@suse.cz).jbj1-88/+46
2000-06-20- API: uncouple fadio from rest of rpmio.jbj7-35/+34
2000-06-13More libtool fiddles.jbj1-5/+2
2000-06-12solaris2.5.1: libtool cannot LIBADD non-libtool libs.jbj1-1/+2
2000-06-09- make librpmio standalone.jbj10-1189/+1350
2000-06-09Remove dead code.jbj3-408/+23
2000-06-09Move low level support routines to librpmio.jbj9-8/+470
2000-06-07Sanity (make dist).jbj1-1/+1
2000-06-07- create rpmio directory for librpmio.jbj6-0/+4929
2000-04-25Sanity.jbj1-7/+8
2000-04-13Insure that EXIT_FAILURE is defined (irix6.5).jbj1-0/+4
2000-02-29Portability fiddles.jbj1-4/+11
2000-02-21Avoid segfault on malformed %{!?FOO:} expansion (#9581).jbj1-1/+1
2000-01-19Doxygen fiddles.jbj1-9/+11
2000-01-12fix: resurrect relative path's in fprint lookup queries.jbj2-2/+3
1999-12-12reload macros from cmd line when re-reading config files.jbj2-27/+54
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-1/+2
1999-11-26lib/macro.c: Create rpmCleanPath().jbj2-54/+68
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-25/+89
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj1-2/+13
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-5/+1
1999-11-12Use Fstrerror on ufdio throughut.jbj2-23/+88
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-1/+1
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-3/+5
1999-10-30Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj1-1/+2
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-2/+4
1999-10-29fix: resurrect multiple target platform builds.jbj1-0/+7
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-1/+1
1999-10-27use compressed filenames on install side.jbj1-4/+6
1999-10-20lclint annotations.jbj1-2/+2
1999-09-29Don't use err(3) for now.jbj1-3/+3
1999-09-26Solaris compilation.jbj1-0/+2
1999-09-24fix: version compares compatible with epoch-less requires/conflicts.jbj1-4/+16
1999-09-22lclint annotations.jbj1-2/+2
1999-09-22Orphan.jbj1-0/+44
1999-09-21fix: command line install had header memory leak.jbj1-12/+13
1999-09-17lclint annotations.jbj1-4/+4
1999-08-16tmacro was broke.jbj1-3/+1
1999-08-16fix: last char in rpmrc w/o terminating newline lost (#4361).jbj1-22/+34
1999-08-16fix: macro table cannot contain NULL pointers (#4263).jbj1-15/+33
1999-07-29macro fixes (Benedict Lofstedt, #4220):jbj1-17/+35
1999-07-29fix: getopt on non-linux requires optind to be saved/restoredjbj1-5/+14
1999-07-13Perl bindings needjbj3-4/+4
1999-07-02Add includes for more robust standalone behavior.jbj1-2/+9
1999-07-02Quick 'n dirty macro evaluation.jbj1-1/+45
1999-06-24fix: bsearch needs macro table sorted after undefine.jbj1-2/+6
1999-05-10colesce query and verify modes.jbj1-1/+1