summaryrefslogtreecommitdiff
path: root/poptint.c
Commit message (Expand)AuthorAgeFilesLines
* poptint.c reduce variables scope (cppcheck warning)devzero20002014-01-081-1/+2
* Cast all of the mallocs; MSVC demands it.devzero20002010-11-291-4/+4
* - fix: obscure iconv mis-call error path could lead to strdup(NULL) (coverity).jbj2010-08-091-1/+1
* - wire-up almost all *alloc's with assertions.jbj2010-06-181-3/+11
* - prefix bit set routines with popt to avoid symbol coolisions w rpm.jbj2010-01-191-0/+1
* - add POPT_ARG_BITSET handling.jbj2009-07-251-0/+4
* - jbj: fix: check/print argv[0] in --help for NULL.jbj2008-12-181-3/+1
* - jbj: splint (3.1.2) fiddles.jbj2008-12-181-0/+1
* - jbj: fix: eliminate dead code (CID#5).jbj2008-12-041-2/+1
* - jbj: fix: rewrite (and simplify) strdup_locale_from_utf8().jbj2008-12-041-60/+52
* - jbj: study the mess with splint. Sigh, splint is so easily confused ...jbj2008-03-101-1/+1
* - jbj: fix: typ, vasprintf needs an ampersand. Thanks Wayne!jbj2008-03-101-1/+1
* - jbj: permit "#define POPT_fprintf fprintf" to lose the malloc'ing fprintf.jbj2008-03-091-28/+45
* - jbj: study the mess with splint, remove annotations where possible.jbj2008-03-091-49/+32
* - jbj: another pass with splint: use malloc, not alloca.jbj2008-02-171-7/+7
* - splint fiddles.jbj2008-02-161-5/+8
* - jbj: use NUL terminator to align help with (possible) multibyte chars.jbj2008-02-161-1/+1
* - add utf8_skip_data table[] to keep track of utf8 character widths.jbj2008-02-161-0/+12
* - jbj: add POPT_dgettext() for popt internal UTF-8 codeset (Takao Fujiwara).jbj2008-02-161-0/+21
* - jbj: add POPT_next_char(), backout POPT_fprintf() usage (for the moment).jbj2008-02-161-0/+12
* - jbj: rescuscitate the splint annotations.jbj2007-11-041-33/+44
* - jbj: change sizeof to use the type implicitly, rather than explicitly.jbj2007-11-041-100/+89
* a single va_end is sufficientrse2007-06-151-1/+0
* match va_copy with a va_end.jbj2007-06-151-1/+1
* va_end on copy.arekm2007-06-151-0/+2
* linux amd64/ppc cannot reuse a va_list. make a copy instead.jbj2007-06-151-1/+4
* declare iconv(3) related variable under HAVE_ICONV onlyrse2007-06-141-0/+2
* Fix iconv(3) usage.rse2007-06-141-0/+8
* Add new files.jbj2007-05-251-0/+142