- fix: popt exec doesn't add '--', --target et al no longer need '='.
[tools/librpm-tizen.git] / popt / popt.c
2001-05-29 jbj- fix: popt exec doesn't add '--', --target et al no...
2001-05-29 jbj- eliminate db-1.85 and db-2.x configuration.
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-01-16 jbjTypo.
2001-01-01 jbj- use popt autohelp for rpm helper binaries.
2000-12-31 jbj- (popt): add POPT_ARGFLAG_OPTIONAL for long options...
2000-12-30 jbj- (popt): fix float/double handling (#19701).
2000-12-19 jbjSync with rpm-4_0 branch.
2000-09-11 jbj- popt: support for float/double args.
2000-08-27 jbjDoxygen annotations.
2000-08-04 jbj- fix: popt POST callbacks typo.
2000-07-31 jbj- fix: uniqify dependency problems when printing (...
2000-05-26 jbjHonor POPT_ARGFLAG_ONEDASH when dup'ing args for popt...
2000-05-24 jbj- change popt exec alias in oreder to exec rpm children.
2000-04-23 jbjmake db indices as lightweight as possible, with per...
1999-11-18 jbjFrom: Dick Porter <dick@acm.org> --
1999-11-18 jbjfix: realloc didn't include space for trailing NUL.
1999-11-01 jbjfix: expandNextArg() can't permit '\\' escapes.
1999-10-29 jbjcheck for memory leaks (almost all leaks are plugged).
1999-10-27 jbjuse compressed filenames on install side.
1999-10-25 jbjAdd poptDupArgv() and const's to popt.3 man page.
1999-10-25 jbjlclint annotations.
1999-10-25 jbjLazy allocation of deleted arg bit map.
1999-10-25 jbjAdd !#:+ token parsing to retrieve (and delete) next...
1999-10-22 jbjfix: long options like "--long=val" needed longArg...
1999-10-21 jbjlclint annotations and compiler cruft.
1999-10-21 jbjlclint annotations.
1999-07-27 jbjpopt: heavy dose of const.
1999-04-07 ewtwe weren't quite careful enough about testing for a...
1999-03-31 jbjTypo.
1999-03-31 jbjI was told by Timur Bakeyev <mc@bat.ru> that on BSD...
1999-03-22 jbjfix: don't add header if signature generation failed...
1999-03-10 sopwithautogen.sh: Fix builddir != srcdir.
1999-03-05 ewtplugged some minor memory leaks
1999-02-25 ewtallow single dash arguments (to represent stdin)
1998-12-01 johnsonmPOPT_ARG_VAL appears to work, now that I have a finishe...
1998-11-19 johnsonmImproved man page a bit, install by default.
1998-11-16 ewtbug in alias handling (showed up w/ --triggers)
1998-10-27 ewtimplemented POPT_ARGINFO_INC_DATA
1998-10-22 ewtadded i18n support
1998-10-21 ewtimplemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE...
1998-10-21 ewtadded poptGetInvocationName()
1998-10-21 ewtadded POPT_ARGFLAG_ONEDASH
1998-10-16 ewtadded proper licensing info
1998-10-13 ewtuse POPT_ARG_MASK
1998-10-08 jbjautomake linux fiddles.
1998-09-27 jbjadd Slovak translation (Stanislav Meduna <stano@trillia...
1998-09-27 ewtchanged popt callbacks t get a pointer into the option...
1998-09-27 ewtby default, allow exec's across absolute paths
1998-09-27 ewt1) added included tables
1998-09-24 jbjhpux does setreuid differently (Hermann Lauer)
1998-07-30 ewtdon't strcmp() a NULL longName
1998-07-30 ewtfixed stupif strdup() mistake
1998-07-29 ewtadded poptSetExecPath()
1998-07-27 ewt1) pass the name of the current exectuable to exec...
1998-07-27 ewt1) moved duplicated alias handling code into handleAlias()
1998-07-27 ewtdon't use mmap anymore -- it's not worth the trouble
1998-03-23 ewtdon't read ~/.popt in setuid apps
1998-03-04 ewtinclude alloca.h if present
1998-02-17 ewt1) added autoconf for popt directory to make archive
1997-11-02 marcAdded POPT_KEEP_FIRST to cause popt to *not* ignore...
1997-11-02 ewtadded error strings for BADNUMBER and OVERFLOW errors
1997-11-02 ewtimplmented POPT_ARG_INT and POPT_ARG_LONG
1997-07-07 ewt1) changed popt's ternary operator to work properly
1997-05-20 ewtMoved includes of miscfn.h to the top.
1997-05-15 ewtFix things up for SunOS
1997-05-12 ewtAdded includes of miscfn.h
1997-05-07 ewt= didn't work w/ long arguments
1997-03-04 ewtfixed POPT_OPTION_DEPTH checking
1997-02-17 ewt1) added poptStuffArgs()
1997-01-30 ewtNULL terminate result of poptGetArgs()
1997-01-20 ewtadded poptBadOption(), poptStrerror(), flags argument...
1997-01-17 ewt1) added parsing options for option args
1997-01-17 ewtInitial revision