- tsort prefers presentation order.
[platform/upstream/rpm.git] / rpmio /
2001-01-16 jbj- tsort prefers presentation order.
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2001-01-12 jbjdoxygen annotations for python bindings.
2001-01-11 jbjdoxygen annotations for build/*.
2001-01-09 jbj- fix: digests on input FD_t dinna work.
2001-01-04 jbjDuh, conversion to lower is " ... | 0.20".
2001-01-03 jbj- fix: avoid locale issues with strcasecmp/strncasecmp...
2000-12-30 jbj- (non-linux): move stubs.c to rpmio (#21132).
2000-12-26 jbj- send query/verify output through rpmlog().
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-04 jbj- use package version 3 if --nodirtokens is specified.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-11-16 jbj- md5 sums are little endian (no swap) so big endian...
2000-11-15 jbj- hpux w/o -D_OPEN_SOURCE has not h_errno.
2000-11-07 jbj- load headers as single contiguous region.
2000-11-02 jbj- add support for unzip rodrigob@conectiva.com.br>
2000-10-31 jbj- add support for SHA1 as well as MD5 message digests.
2000-10-31 jbjEliminate.
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-10-26 jbjAdd base64 fiddles to get at signature contents to...
2000-10-24 jbj- verify MD5 sums of payload files when unpacking archive.
2000-09-29 jbjdoxygen annotations.
2000-09-26 jbj- fix: avoid calling getpass twice as side effect of...
2000-09-16 jbj- don't trim leading ./ in rpmCleanPath() (#14961).
2000-09-14 jbjRevert rpmrc excision for now.
2000-09-01 jbj- unify rpmError and rpmMessge interfaces through rpmlog.
2000-08-31 jbjUnify rpmError() and rpmMessage() on top of rpmlog().
2000-08-30 jbjDoxygen annotations.
2000-08-29 jbj- translate rpm.8 man page (Peter Ivanyi <ivanyi@intern...
2000-08-28 jbjDoxygen annotations.
2000-08-27 jbjDoxygen annotations.
2000-08-23 jbjlclint annotations.
2000-07-07 jbjlclint fiddles.
2000-06-21 jbj- fix: don't expand macros in false branch of %if ...
2000-06-20 jbj- API: uncouple fadio from rest of rpmio.
2000-06-13 jbjMore libtool fiddles.
2000-06-12 jbjsolaris2.5.1: libtool cannot LIBADD non-libtool libs.
2000-06-09 jbj- make librpmio standalone.
2000-06-09 jbjRemove dead code.
2000-06-09 jbjMove low level support routines to librpmio.
2000-06-07 jbjSanity (make dist).
2000-06-07 jbj- create rpmio directory for librpmio.
2000-04-25 jbjSanity.
2000-04-13 jbjInsure that EXIT_FAILURE is defined (irix6.5).
2000-02-29 jbjPortability fiddles.
2000-02-21 jbjAvoid segfault on malformed %{!?FOO:} expansion (#9581).
2000-01-19 jbjDoxygen fiddles.
2000-01-12 jbjfix: resurrect relative path's in fprint lookup queries.
1999-12-12 jbjreload macros from cmd line when re-reading config...
1999-12-01 jbjAdd underscore in front of (possibly) non-supported...
1999-11-26 jbjlib/macro.c: Create rpmCleanPath().
1999-11-24 jbjlib/macro.c: Canonicalize paths in rpmGetPath().
1999-11-19 jbjmacros.in: Add buildsubdir and scriptlet template macros.
1999-11-14 jbjlib/rpmio.c: Implement per-fd layers as a stack, add...
1999-11-12 jbjUse Fstrerror on ufdio throughut.
1999-11-10 jbjSwap 2nd and 3rd arg to Fread/Fwrite to preserve read...
1999-11-02 jbjAdd ref/deref/new/fileno/open vectors to FDIO_t.
1999-10-30 jbjRename faFoo() routines, use FD_t I/O with fadio cookie...
1999-10-30 jbjMake fdFileno() static, use Fileno()/Ferror() analogues...
1999-10-29 jbjfix: resurrect multiple target platform builds.
1999-10-29 jbjcheck for memory leaks (almost all leaks are plugged).
1999-10-27 jbjuse compressed filenames on install side.
1999-10-20 jbjlclint annotations.
1999-09-29 jbjDon't use err(3) for now.
1999-09-26 jbjSolaris compilation.
1999-09-24 jbjfix: version compares compatible with epoch-less requir...
1999-09-22 jbjlclint annotations.
1999-09-22 jbjOrphan.
1999-09-21 jbjfix: command line install had header memory leak.
1999-09-17 jbjlclint annotations.
1999-08-16 jbjtmacro was broke.
1999-08-16 jbjfix: last char in rpmrc w/o terminating newline lost...
1999-08-16 jbjfix: macro table cannot contain NULL pointers (#4263).
1999-07-29 jbjmacro fixes (Benedict Lofstedt, #4220):
1999-07-29 jbjfix: getopt on non-linux requires optind to be saved...
1999-07-13 jbjPerl bindings need
1999-07-02 jbjAdd includes for more robust standalone behavior.
1999-07-02 jbjQuick 'n dirty macro evaluation.
1999-06-24 jbjfix: bsearch needs macro table sorted after undefine.
1999-05-10 jbjcolesce query and verify modes.
1999-04-20 jbjAdd -C dir and -M options to %GNUconfigure.
1999-04-20 jbjfix: % before non-alphabetic non-macro special now...
1999-04-14 jbjfix: last update transaction set segfault bug in installer.
1999-04-08 jbjnon-linux, non-gcc portability fixes (Tim Mooney).
1999-04-08 jbjBetter diagnostic message for unparseable macro error.
1999-04-01 jbjadd per-target macrofiles to search path.
1999-03-31 jbjexpand twiddles in macrofiles list.
1999-03-28 jbjfix: avoid segfault using --prefix until ewt fixes.
1999-01-05 jbjExpand path macros with rpmGetPath(path, ...).
1998-12-02 jbjCompile in default macro values sufficient to pass...
1998-12-02 jbjSet max_macro_depth to 16 always.
1998-12-02 jbjchange --rcfile to permit colon separated file list.
1998-12-01 jbjMore build popts moved to build.c
1998-11-18 jbjimplement abstract fd type almost everywhere.
1998-11-16 jbjLCLINT pass 0.
1998-10-20 jbjFirst attempt at "make check".
1998-10-15 jbjaugment --showrc with -v, only display set variables...
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-10-08 jbjegcs warning removal.
1998-09-27 jbjadd Slovak translation (Stanislav Meduna <stano@trillia...
next