summaryrefslogtreecommitdiff
path: root/support/popt.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchgnome-core-1-2nobody2000-08-221-713/+0
* builds now. Integrate new popt. Don't install this library. LinkElliot Lee1999-10-291-112/+220
* Merge from popt CVS.Elliot Lee1999-09-101-41/+45
* libgnorba: Remove GnomeObject stuff.Elliot Lee1999-07-061-4/+26
* Jeff is completely correct. I need to wait til the next glib release, rever...Arturo Espinosa1999-01-021-6/+3
* Fix from Ulrich to gnome-libsArturo Espinosa1999-01-021-3/+6
* Update popt, and always use the gnome-libs version instead of any systemElliot Lee1998-12-031-1/+1
* POPT_ARG_VAL appears to work, now that I have a finished test case...Michael Johnson1998-12-011-7/+6
* Improved man page a bit, install by default.Michael Johnson1998-11-191-1/+5
* bug in alias handling (showed up w/ --triggers)Erik Troan1998-11-161-1/+2
* implemented POPT_ARGINFO_INC_DATAErik Troan1998-10-271-4/+9
* added i18n supportErik Troan1998-10-221-10/+9
* implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POSTErik Troan1998-10-211-1/+23
* added poptGetInvocationName()Erik Troan1998-10-211-0/+4
* added POPT_ARGFLAG_ONEDASHErik Troan1998-10-211-8/+19
* added proper licensing infoErik Troan1998-10-161-0/+4
* use POPT_ARG_MASKErik Troan1998-10-131-8/+8
* automake linux fiddles.jbj1998-10-081-0/+4
* add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1998-09-271-1/+3
* changed popt callbacks t get a pointer into the option tableErik Troan1998-09-271-1/+1
* by default, allow exec's across absolute pathsErik Troan1998-09-271-0/+1
* 1) added included tablesErik Troan1998-09-271-258/+53
* hpux does setreuid differently (Hermann Lauer)jbj1998-09-241-1/+5
* don't strcmp() a NULL longNameErik Troan1998-07-301-1/+1
* fixed stupif strdup() mistakeErik Troan1998-07-301-1/+1
* added poptSetExecPath()Erik Troan1998-07-291-1/+19
* 1) pass the name of the current exectuable to exec'd scriptsErik Troan1998-07-271-62/+18
* 1) moved duplicated alias handling code into handleAlias()Erik Troan1998-07-271-85/+199
* don't use mmap anymore -- it's not worth the troubleErik Troan1998-07-271-3/+2
* don't read ~/.popt in setuid appsErik Troan1998-03-231-0/+2
* include alloca.h if presentErik Troan1998-03-041-1/+6
* 1) added autoconf for popt directory to make archiveErik Troan1998-02-171-3/+15
* Added POPT_KEEP_FIRST to cause popt to *not* ignore first arg.r5-0-4r2-4-99r2-4-12r2-4-11r2-4-102r2-4-101r2-4-100r2-4-10r2-4-treer-2-4-treeMarc Ewing1997-11-021-1/+7
* added error strings for BADNUMBER and OVERFLOW errorsErik Troan1997-11-021-0/+4
* implmented POPT_ARG_INT and POPT_ARG_LONGErik Troan1997-11-021-0/+21
* 1) changed popt's ternary operator to work properlyr2-4-9r2-4-8r2-4-7r2-4-6r2-4-5r2-4-4r2-4-3r1-0Erik Troan1997-07-071-1/+2
* Moved includes of miscfn.h to the top.r2-4-2r2-4-1Erik Troan1997-05-201-1/+0
* Fix things up for SunOSr2-4Erik Troan1997-05-151-1/+6
* Added includes of miscfn.hErik Troan1997-05-121-0/+1
* = didn't work w/ long argumentsErik Troan1997-05-071-1/+1
* fixed POPT_OPTION_DEPTH checkingr2-3-12r2-3-112-3-92-3-82-3-112-3-10r2-3-11-patchesErik Troan1997-03-041-2/+3
* 1) added poptStuffArgs()2-3-72-3-6Erik Troan1997-02-171-38/+119
* NULL terminate result of poptGetArgs()2-3-52-3-4Erik Troan1997-01-301-1/+5
* added poptBadOption(), poptStrerror(), flags argument to poptAddAlias2-3-3Erik Troan1997-01-201-3/+37
* 1) added parsing options for option argsErik Troan1997-01-171-50/+197
* Initial revisionErik Troan1997-01-171-0/+314