summaryrefslogtreecommitdiff
path: root/popt/popt.c
AgeCommit message (Expand)AuthorFilesLines
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
1997-05-15Fix things up for SunOSewt1-1/+6
1997-05-12Added includes of miscfn.hewt1-0/+1
1997-05-07= didn't work w/ long argumentsewt1-1/+1
1997-03-04fixed POPT_OPTION_DEPTH checkingewt1-2/+3
1997-02-171) added poptStuffArgs()ewt1-38/+119
1997-01-30NULL terminate result of poptGetArgs()ewt1-1/+5
1997-01-20added poptBadOption(), poptStrerror(), flags argument to poptAddAliasewt1-3/+37
1997-01-171) added parsing options for option argsewt1-50/+197
1997-01-17Initial revisionewt1-0/+314