- make librpmio standalone.
[platform/upstream/rpm.git] / rpmio / macro.c
2000-06-09 jbj- make librpmio standalone.
2000-06-09 jbjMove low level support routines to librpmio.
2000-02-21 jbjAvoid segfault on malformed %{!?FOO:} expansion (#9581).
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-21 jbjfix: command line install had header memory leak.
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-04-20 jbjAdd -C dir and -M options to %GNUconfigure.
1999-04-20 jbjfix: % before non-alphabetic non-macro special now...
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-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...
1998-09-10 jbjdiagnostic message if unreadable/short source or patch...
1998-09-05 jbjIntegrate shell and macro enviroments for scripts.
1998-08-07 jbjinitMacros must be called someplace to enable full...
1998-08-02 jbjString substitution macro file.
1998-07-31 jbjMacro handling in rpmlib -- rework include: tag with...