summaryrefslogtreecommitdiff
path: root/poptparse.c
Commit message (Expand)AuthorAgeFilesLines
* - use poptArgvFree to avoid memory leaks.jbj2016-06-241-1/+1
* - cppcheck: annotate/fix warnings.jbj2015-05-131-1/+4
* add cpp suppressions directive for dealing withdevzero20002014-01-081-0/+3
* fix compiler warning -Wunused-variabledevzero20002012-03-041-1/+0
* - fix: plug another memory leak related to contiguous argv malloc.rpm-5_3_10-releasejbj2011-04-191-4/+7
* fix compiler warning (comparison between signed and unsigned integer expressi...devzero20002011-01-141-1/+1
* Fix typo: Makefile.am should not be in .gitignoredevzero20002010-11-291-11/+11
* (style) reduce the scope of variables. drop cppcheck minor warndevzero20002010-07-231-1/+2
* - fix: rescusitate --enable-build-gcov AutoFu.jbj2010-06-181-56/+64
* - allocate argv array as expected, not contiguously.jbj2010-06-171-22/+52
* - jbj: study the mess with splint, remove annotations where possible.jbj2008-03-091-1/+3
* - jbj: test for <glob.h>, disable reading directory poptrc files if not.jbj2008-03-081-1/+2
* - splint fiddles.jbj2008-02-161-3/+3
* - jbj: remove splint bounds/branch annotations, little gain, much pain.jbj2007-11-041-6/+0
* - jbj: handle Solaris signed character isspace(3) issues consistently.jbj2007-11-031-7/+7
* plug another memory leak on an error retrun path.jbj2007-07-131-1/+4
* - plug a memory leak.jbj2007-07-121-1/+3
* POPT still used alloca(3), a usually machine-, compiler-, andrse2007-06-141-1/+4
* remove an unused line numbering variablerse2007-06-141-2/+0
* Bring in rpm.org changes to HEAD.jbj2007-05-251-7/+7
* Update popt internal copyright messages.jbj2002-08-221-1/+1
* - popt: parse file into string of options (#56860).jbj2002-07-201-0/+105
* Factor bounds checking annotations into source code.jbj2002-06-221-0/+4
* - lclint-3.0.0.19 fiddles.jbj2001-12-081-0/+2
* More lclint annotations.jbj2001-10-131-2/+2
* - enough lclint annotations and fiddles already.jbj2001-05-051-13/+26
* Sync with rpm-4_0 branch.jbj2000-12-191-2/+2
* Doxygen annotations.jbj2000-08-271-0/+4
* duplicate popt routine so that librpm.so needs not libpopt.so.jbj1999-12-221-19/+0
* lclint annotations.jbj1999-10-251-1/+2
* Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj1999-10-251-49/+52
* lclint annotations.jbj1999-10-211-1/+2
* null terminate parsed argument listsewt1999-09-041-2/+3
* popt: heavy dose of const.jbj1999-07-271-2/+2
* Merge (most) changes from the GNOME version of popt. The remaining changesPOST_GNOME_MERGEsopwith1999-04-071-5/+18
* Include alloca.h if available (Tim Mooney).jbj1999-03-311-0/+4
* const'ified poptParseArgvString (Jeff Garzik)ewt1998-12-291-10/+12
* added proper licensing infoewt1998-10-161-0/+4
* automake linux fiddles.jbj1998-10-081-0/+4
* 1) modified test to display callback val fieldewt1998-09-271-0/+85