Add %_i18ndomains configuration.
[tools/librpm-tizen.git] / rpmio /
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...
1998-09-11 jbjfix database rebuilds with triggers (Steve Sanberg).
1998-09-10 jbjdiagnostic message if unreadable/short source or patch...
1998-09-05 jbjIntegrate shell and macro enviroments for scripts.
1998-09-05 jbjMore RPMVAR_* conversion to macros.
1998-09-05 jbjStart converting variables into macro expansions.
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...
1998-07-30 jbjConsolidated includes for librpmbuild API.
1998-07-25 jbjAggregate system includes into system.h.
1998-03-04 ewt1) header file cleanups
1998-01-12 ewtadded include of "intl.h"
1998-01-11 marcAdd intl.h
1998-01-09 ewtadded more i18n strings
1997-05-29 ewtReplaced queryformat code with headerSprintf() <whew>
1996-11-18 rootThe Great Renaming
1996-02-16 rootadded getVerbosity()
1996-01-08 ewtadd isDebug() function
1996-01-08 ewtIf not error callback is registered, the error gets...
1995-12-27 marcfixed isVerbose()
1995-12-18 marcmade global error structure, and functions to read...
1995-12-14 marcfixed prototype warning
1995-12-14 marcadded isVerbose()
1995-12-13 marcchanged error() to use varargs/vfprintf()
1995-12-12 ewtAdded error number to messages
1995-11-27 rootInitial revision