summaryrefslogtreecommitdiff
path: root/popt/popt.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-27splint fiddles.jbj1-0/+8
2003-12-26Sick hack to preserve the pretense that popt has an ABI.jbj1-4/+16
2003-04-30splint fiddles.jbj1-18/+22
2002-08-22Update popt internal copyright messages.jbj1-1/+1
2002-07-29- update trpm.jbj1-1/+7
2002-07-20- popt: parse file into string of options (#56860).jbj1-26/+22
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj1-1/+2
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-0/+2
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+20
2002-06-15- beecrypt: merge changes from beecrypt-2.3.0.jbj1-2/+7
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj1-2/+12
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-0/+2
2001-10-16More lclint annotations.jbj1-7/+15
2001-10-15Explicit branchstate annotations.jbj1-6/+9
2001-10-15lclint fiddles to annotate globals.jbj1-2/+8
2001-10-13More lclint annotations.jbj1-11/+16
2001-07-07- popthelp.c: don't use stpcpy to avoid portability grief (#47500).jbj1-69/+116
2001-06-17- popt: add POPT_CONTEXT_ARG_OPTS for all opts to return 1 (#30912).jbj1-5/+10
2001-06-05- fix typos in linux.{req,prov}.jbj1-22/+36
2001-06-04lclint fiddles.jbj1-2/+2
2001-05-29- fix: popt exec doesn't add '--', --target et al no longer need '='.jbj1-24/+44
2001-05-29- eliminate db-1.85 and db-2.x configuration.jbj1-57/+59
2001-05-05- enough lclint annotations and fiddles already.jbj1-153/+282
2001-01-16Typo.jbj1-1/+1
2001-01-01- use popt autohelp for rpm helper binaries.jbj1-12/+12
2000-12-31- (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.jbj1-21/+33
2000-12-30- (popt): fix float/double handling (#19701).jbj1-1/+4
2000-12-19Sync with rpm-4_0 branch.jbj1-2/+2
2000-09-11- popt: support for float/double args.jbj1-1/+31
2000-08-27Doxygen annotations.jbj1-0/+4
2000-08-04- fix: popt POST callbacks typo.jbj1-1/+1
2000-07-31- fix: uniqify dependency problems when printing (#14034).jbj1-24/+74
2000-05-26Honor POPT_ARGFLAG_ONEDASH when dup'ing args for popt exec.jbj1-25/+24
2000-05-24- change popt exec alias in oreder to exec rpm children.jbj1-34/+70
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj1-21/+68
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