summaryrefslogtreecommitdiff
path: root/popt/popt.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-07-29added poptSetExecPath()ewt1-1/+19
1998-07-271) pass the name of the current exectuable to exec'd scriptsewt1-62/+18
1998-07-271) moved duplicated alias handling code into handleAlias()ewt1-85/+199
1998-07-27don't use mmap anymore -- it's not worth the troubleewt1-3/+2
1998-03-23don't read ~/.popt in setuid appsewt1-0/+2
1998-03-04include alloca.h if presentewt1-1/+6
1998-02-171) added autoconf for popt directory to make archiveewt1-3/+15
1997-11-02Added POPT_KEEP_FIRST to cause popt to *not* ignore first arg.marc1-1/+7
1997-11-02added error strings for BADNUMBER and OVERFLOW errorsewt1-0/+4
1997-11-02implmented POPT_ARG_INT and POPT_ARG_LONGewt1-0/+21
1997-07-071) changed popt's ternary operator to work properlyewt1-1/+2
1997-05-20Moved includes of miscfn.h to the top.ewt1-1/+0