summaryrefslogtreecommitdiff
path: root/popt.c
Commit message (Expand)AuthorAgeFilesLines
* - sanity.jbj2016-12-231-0/+13
* - fix: free con->os->nextArg when used (memory leaks).jbj2016-06-271-13/+12
* - use poptArgvFree to avoid memory leaks.jbj2016-06-241-6/+1
* - sanity.jbj2016-03-281-1/+2
* - cppcheck: annotate/fix warnings.jbj2015-05-131-9/+14
* add cpp suppressions directive for dealing withdevzero20002014-01-081-0/+2
* fix coverity CID 1057440: Unused pointer value (UNUSED_VALUE)rpm-5_4_13-releasedevzero20002013-08-161-1/+1
* devzero2000: merge commit fc8836e from git pull requestdevzero20002011-09-051-0/+1
* fix compiler warning -Wunused-but-set-variable (GCC 4.6)devzero20002011-06-161-2/+10
* - fix: plug another memory leak related to contiguous argv malloc.rpm-5_3_10-releasejbj2011-04-191-3/+13
* - fix: plug a memory leak related to contiguous argv malloc.jbj2011-04-191-4/+8
* fix compiler warning [-Wuninitialized]devzero20002011-01-211-3/+3
* Get built with MSVC, though tests are failingdevzero20002010-11-291-5/+1
* Start of fixes to get build with MSVCdevzero20002010-11-291-8/+20
* Cast all of the mallocs; MSVC demands it.devzero20002010-11-291-29/+29
* (style) reduce the scope of variablesdevzero20002010-07-231-8/+9
* Fix: do make check work again. And yes the style is certainly not perfect.devzero20002010-06-211-4/+6
* - remove llvm warning from s/int/size_t/.jbj2010-06-181-4/+5
* added an assertdevzero20002010-06-181-1/+2
* - back out 2 asserts that CAN and DO occur.jbj2010-06-181-2/+0
* - sanity.jbj2010-06-181-6/+6
* - wire-up almost all *alloc's with assertions.jbj2010-06-181-5/+5
* - rename (to shorten) internal con->av[con->ac:con->nav] variables.jbj2010-06-181-35/+33
* - uncouple popt internals from poptSaveFoo, use poptSaveArg().jbj2010-06-171-44/+35
* - return statck under/overflow errors.jbj2010-06-171-32/+40
* - internalize POPT_OPTION_DEPTH for dynamic re-config.jbj2010-06-171-8/+18
* - use the RPN calculator with more-or-less dc(1) syntax.jbj2010-06-151-18/+52
* - wire up a multi-token RPN input stack using opt->argDescrip.jbj2010-06-141-50/+109
* - change error returns to assert failures for development.jbj2010-06-141-41/+88
* - add an RPN calculator to do logical and add/subtract operations.jbj2010-06-131-106/+107
* - prefix bit set routines with popt to avoid symbol coolisions w rpm.jbj2010-01-191-3/+3
* - add poptBitsArgs() method to generate args bit set.jbj2009-07-261-0/+21
* - splint fiddles.jbj2009-07-261-8/+10
* - add methods for bit set union and intersection.jbj2009-07-261-15/+85
* - add POPT_ARG_BITSET handling.jbj2009-07-251-8/+138
* - add POPT_ARG_SHORT handling.jbj2009-07-251-75/+103
* - handle all callback traversals within a C switch (for extendability ease).jbj2009-07-251-8/+15
* - check realloc returns (Jim Meyering).jbj2009-05-201-2/+3
* - jbj: splint fiddles.jbj2009-01-241-5/+8
* - avoid displaying --[no]nofoo with POPT_ARGFLAG_TOGGLE.jbj2009-01-211-0/+1
* - jbj: fix typo, display toggled long options as "--[no]foo" with --help.jbj2009-01-211-2/+2
* - add poptArgInfo() to get argInfo, implementing POPT_ARGFLAG_TOGGLE.jbj2009-01-211-30/+94
* - add poptInit/poptFini/poptReadConfigFiles/poptSaneFile routines.jbj2008-12-191-0/+2
* - jbj: permit type/group bitmasks to be changed (if needed somewhen).jbj2008-12-181-1/+6
* - test/use HAVE_SRANDOM to avoid portability issues.jbj2008-10-251-0/+15
* - jbj: refactor automagic (*opt->arg) option arg store to poptSaveArg().jbj2008-05-051-100/+115
* - jbj: study the mess with splint. Sigh, splint is so easily confused ...jbj2008-03-101-17/+71
* - jbj: enable equal after short option (Wayne Davison<wayned@samba.org>).jbj2008-03-091-3/+0
* - jbj: study the mess with splint, remove annotations where possible.jbj2008-03-091-55/+52
* - jbj: fix: short option with "foo=bar" argument was mishandled.jbj2008-03-091-0/+1