index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
popt
/
popt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-12-27
splint fiddles.
jbj
1
-0
/
+8
2003-12-26
Sick hack to preserve the pretense that popt has an ABI.
jbj
1
-4
/
+16
2003-04-30
splint fiddles.
jbj
1
-18
/
+22
2002-08-22
Update popt internal copyright messages.
jbj
1
-1
/
+1
2002-07-29
- update trpm.
jbj
1
-1
/
+7
2002-07-20
- popt: parse file into string of options (#56860).
jbj
1
-26
/
+22
2002-07-08
Propagate splint-3.0.1.7 close(2) internalState annotation throughout.
jbj
1
-1
/
+2
2002-07-02
Add boundsread annotations throughout, enable +bounds checking.
jbj
1
-0
/
+2
2002-06-22
Factor bounds checking annotations into source code.
jbj
1
-0
/
+20
2002-06-15
- beecrypt: merge changes from beecrypt-2.3.0.
jbj
1
-2
/
+7
2002-01-18
- missing key(s) on keyring when verifying a signature is now an error.
jbj
1
-2
/
+12
2001-10-17
Converging on lclint-3.0.17 strict level.
jbj
1
-0
/
+2
2001-10-16
More lclint annotations.
jbj
1
-7
/
+15
2001-10-15
Explicit branchstate annotations.
jbj
1
-6
/
+9
2001-10-15
lclint fiddles to annotate globals.
jbj
1
-2
/
+8
2001-10-13
More lclint annotations.
jbj
1
-11
/
+16
2001-07-07
- popthelp.c: don't use stpcpy to avoid portability grief (#47500).
jbj
1
-69
/
+116
2001-06-17
- popt: add POPT_CONTEXT_ARG_OPTS for all opts to return 1 (#30912).
jbj
1
-5
/
+10
2001-06-05
- fix typos in linux.{req,prov}.
jbj
1
-22
/
+36
2001-06-04
lclint fiddles.
jbj
1
-2
/
+2
2001-05-29
- fix: popt exec doesn't add '--', --target et al no longer need '='.
jbj
1
-24
/
+44
2001-05-29
- eliminate db-1.85 and db-2.x configuration.
jbj
1
-57
/
+59
2001-05-05
- enough lclint annotations and fiddles already.
jbj
1
-153
/
+282
2001-01-16
Typo.
jbj
1
-1
/
+1
2001-01-01
- use popt autohelp for rpm helper binaries.
jbj
1
-12
/
+12
2000-12-31
- (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.
jbj
1
-21
/
+33
2000-12-30
- (popt): fix float/double handling (#19701).
jbj
1
-1
/
+4
2000-12-19
Sync with rpm-4_0 branch.
jbj
1
-2
/
+2
2000-09-11
- popt: support for float/double args.
jbj
1
-1
/
+31
2000-08-27
Doxygen annotations.
jbj
1
-0
/
+4
2000-08-04
- fix: popt POST callbacks typo.
jbj
1
-1
/
+1
2000-07-31
- fix: uniqify dependency problems when printing (#14034).
jbj
1
-24
/
+74
2000-05-26
Honor POPT_ARGFLAG_ONEDASH when dup'ing args for popt exec.
jbj
1
-25
/
+24
2000-05-24
- change popt exec alias in oreder to exec rpm children.
jbj
1
-34
/
+70
2000-04-23
make db indices as lightweight as possible, with per-dbi config.
jbj
1
-21
/
+68
1999-11-18
From: Dick Porter <dick@acm.org> --
jbj
1
-1
/
+60
1999-11-18
fix: realloc didn't include space for trailing NUL.
jbj
1
-1
/
+1
1999-11-01
fix: expandNextArg() can't permit '\\' escapes.
jbj
1
-0
/
+2
1999-10-29
check for memory leaks (almost all leaks are plugged).
jbj
1
-3
/
+8
1999-10-27
use compressed filenames on install side.
jbj
1
-6
/
+6
1999-10-25
Add poptDupArgv() and const's to popt.3 man page.
jbj
1
-1
/
+1
1999-10-25
lclint annotations.
jbj
1
-3
/
+7
1999-10-25
Lazy allocation of deleted arg bit map.
jbj
1
-4
/
+4
1999-10-25
Add !#:+ token parsing to retrieve (and delete) next argument from list.
jbj
1
-41
/
+127
1999-10-22
fix: long options like "--long=val" needed longArg reset to NULL at top of
jbj
1
-44
/
+52
1999-10-21
lclint annotations and compiler cruft.
jbj
1
-5
/
+5
1999-10-21
lclint annotations.
jbj
1
-24
/
+29
1999-07-27
popt: heavy dose of const.
jbj
1
-41
/
+45
1999-04-07
we weren't quite careful enough about testing for a single -
ewt
1
-1
/
+1
1999-03-31
Typo.
jbj
1
-0
/
+1
[next]