summaryrefslogtreecommitdiff
path: root/popt/popt.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-16Typo.jbj1-1/+1
2001-01-01- use popt autohelp for rpm helper binaries.jbj1-12/+12
2000-12-31- (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.jbj1-21/+33
2000-12-30- (popt): fix float/double handling (#19701).jbj1-1/+4
2000-12-19Sync with rpm-4_0 branch.jbj1-2/+2
2000-09-11- popt: support for float/double args.jbj1-1/+31
2000-08-27Doxygen annotations.jbj1-0/+4
2000-08-04- fix: popt POST callbacks typo.jbj1-1/+1
2000-07-31- fix: uniqify dependency problems when printing (#14034).jbj1-24/+74
2000-05-26Honor POPT_ARGFLAG_ONEDASH when dup'ing args for popt exec.jbj1-25/+24
2000-05-24- change popt exec alias in oreder to exec rpm children.jbj1-34/+70
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj1-21/+68
1999-11-18From: Dick Porter <dick@acm.org> --jbj1-1/+60
1999-11-18fix: realloc didn't include space for trailing NUL.jbj1-1/+1
1999-11-01fix: expandNextArg() can't permit '\\' escapes.jbj1-0/+2
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-3/+8
1999-10-27use compressed filenames on install side.jbj1-6/+6
1999-10-25Add poptDupArgv() and const's to popt.3 man page.jbj1-1/+1
1999-10-25lclint annotations.jbj1-3/+7
1999-10-25Lazy allocation of deleted arg bit map.jbj1-4/+4
1999-10-25Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj1-41/+127
1999-10-22fix: long options like "--long=val" needed longArg reset to NULL at top ofjbj1-44/+52
1999-10-21lclint annotations and compiler cruft.jbj1-5/+5
1999-10-21lclint annotations.jbj1-24/+29
1999-07-27popt: heavy dose of const.jbj1-41/+45
1999-04-07we weren't quite careful enough about testing for a single -ewt1-1/+1
1999-03-31Typo.jbj1-0/+1
1999-03-31I was told by Timur Bakeyev <mc@bat.ru> that on BSD systemsjbj1-0/+10
1999-03-22fix: don't add header if signature generation failed (Carlo Wood).jbj1-1/+1
1999-03-10autogen.sh: Fix builddir != srcdir.sopwith1-2/+2
1999-03-05plugged some minor memory leaksewt1-0/+7
1999-02-25allow single dash arguments (to represent stdin)ewt1-1/+5
1998-12-01POPT_ARG_VAL appears to work, now that I have a finished test case...johnsonm1-7/+6
1998-11-19Improved man page a bit, install by default.johnsonm1-1/+5
1998-11-16bug in alias handling (showed up w/ --triggers)ewt1-1/+2
1998-10-27implemented POPT_ARGINFO_INC_DATAewt1-4/+9
1998-10-22added i18n supportewt1-10/+9
1998-10-21implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POSTewt1-1/+23
1998-10-21added poptGetInvocationName()ewt1-0/+4
1998-10-21added POPT_ARGFLAG_ONEDASHewt1-8/+19
1998-10-16added proper licensing infoewt1-0/+4
1998-10-13use POPT_ARG_MASKewt1-8/+8
1998-10-08automake linux fiddles.jbj1-0/+4
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-1/+3
1998-09-27changed popt callbacks t get a pointer into the option tableewt1-1/+1
1998-09-27by default, allow exec's across absolute pathsewt1-0/+1
1998-09-271) added included tablesewt1-258/+53
1998-09-24hpux does setreuid differently (Hermann Lauer)jbj1-1/+5
1998-07-30don't strcmp() a NULL longNameewt1-1/+1
1998-07-30fixed stupif strdup() mistakeewt1-1/+1