index
:
delta/libpopt.git
master
origin
popt_1_17
r2-3-11-patches
rpm-3_0_5
rpm-4_0
rpm-4_1
rpm-4_2
rpm-4_3
rpm-4_4
rpm-4_5
rpm-5_4
rpm5.org: cvs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
poptint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
poptint.c reduce variables scope (cppcheck warning)
devzero2000
2014-01-08
1
-1
/
+2
*
Cast all of the mallocs; MSVC demands it.
devzero2000
2010-11-29
1
-4
/
+4
*
- fix: obscure iconv mis-call error path could lead to strdup(NULL) (coverity).
jbj
2010-08-09
1
-1
/
+1
*
- wire-up almost all *alloc's with assertions.
jbj
2010-06-18
1
-3
/
+11
*
- prefix bit set routines with popt to avoid symbol coolisions w rpm.
jbj
2010-01-19
1
-0
/
+1
*
- add POPT_ARG_BITSET handling.
jbj
2009-07-25
1
-0
/
+4
*
- jbj: fix: check/print argv[0] in --help for NULL.
jbj
2008-12-18
1
-3
/
+1
*
- jbj: splint (3.1.2) fiddles.
jbj
2008-12-18
1
-0
/
+1
*
- jbj: fix: eliminate dead code (CID#5).
jbj
2008-12-04
1
-2
/
+1
*
- jbj: fix: rewrite (and simplify) strdup_locale_from_utf8().
jbj
2008-12-04
1
-60
/
+52
*
- jbj: study the mess with splint. Sigh, splint is so easily confused ...
jbj
2008-03-10
1
-1
/
+1
*
- jbj: fix: typ, vasprintf needs an ampersand. Thanks Wayne!
jbj
2008-03-10
1
-1
/
+1
*
- jbj: permit "#define POPT_fprintf fprintf" to lose the malloc'ing fprintf.
jbj
2008-03-09
1
-28
/
+45
*
- jbj: study the mess with splint, remove annotations where possible.
jbj
2008-03-09
1
-49
/
+32
*
- jbj: another pass with splint: use malloc, not alloca.
jbj
2008-02-17
1
-7
/
+7
*
- splint fiddles.
jbj
2008-02-16
1
-5
/
+8
*
- jbj: use NUL terminator to align help with (possible) multibyte chars.
jbj
2008-02-16
1
-1
/
+1
*
- add utf8_skip_data table[] to keep track of utf8 character widths.
jbj
2008-02-16
1
-0
/
+12
*
- jbj: add POPT_dgettext() for popt internal UTF-8 codeset (Takao Fujiwara).
jbj
2008-02-16
1
-0
/
+21
*
- jbj: add POPT_next_char(), backout POPT_fprintf() usage (for the moment).
jbj
2008-02-16
1
-0
/
+12
*
- jbj: rescuscitate the splint annotations.
jbj
2007-11-04
1
-33
/
+44
*
- jbj: change sizeof to use the type implicitly, rather than explicitly.
jbj
2007-11-04
1
-100
/
+89
*
a single va_end is sufficient
rse
2007-06-15
1
-1
/
+0
*
match va_copy with a va_end.
jbj
2007-06-15
1
-1
/
+1
*
va_end on copy.
arekm
2007-06-15
1
-0
/
+2
*
linux amd64/ppc cannot reuse a va_list. make a copy instead.
jbj
2007-06-15
1
-1
/
+4
*
declare iconv(3) related variable under HAVE_ICONV only
rse
2007-06-14
1
-0
/
+2
*
Fix iconv(3) usage.
rse
2007-06-14
1
-0
/
+8
*
Add new files.
jbj
2007-05-25
1
-0
/
+142