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
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
1999-03-31
I was told by Timur Bakeyev <mc@bat.ru> that on BSD systems
jbj
1
-0
/
+10
1999-03-22
fix: don't add header if signature generation failed (Carlo Wood).
jbj
1
-1
/
+1
1999-03-10
autogen.sh: Fix builddir != srcdir.
sopwith
1
-2
/
+2
1999-03-05
plugged some minor memory leaks
ewt
1
-0
/
+7
1999-02-25
allow single dash arguments (to represent stdin)
ewt
1
-1
/
+5
1998-12-01
POPT_ARG_VAL appears to work, now that I have a finished test case...
johnsonm
1
-7
/
+6
1998-11-19
Improved man page a bit, install by default.
johnsonm
1
-1
/
+5
1998-11-16
bug in alias handling (showed up w/ --triggers)
ewt
1
-1
/
+2
1998-10-27
implemented POPT_ARGINFO_INC_DATA
ewt
1
-4
/
+9
1998-10-22
added i18n support
ewt
1
-10
/
+9
1998-10-21
implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POST
ewt
1
-1
/
+23
1998-10-21
added poptGetInvocationName()
ewt
1
-0
/
+4
1998-10-21
added POPT_ARGFLAG_ONEDASH
ewt
1
-8
/
+19
1998-10-16
added proper licensing info
ewt
1
-0
/
+4
1998-10-13
use POPT_ARG_MASK
ewt
1
-8
/
+8
1998-10-08
automake linux fiddles.
jbj
1
-0
/
+4
1998-09-27
add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)
jbj
1
-1
/
+3
1998-09-27
changed popt callbacks t get a pointer into the option table
ewt
1
-1
/
+1
1998-09-27
by default, allow exec's across absolute paths
ewt
1
-0
/
+1
1998-09-27
1) added included tables
ewt
1
-258
/
+53
1998-09-24
hpux does setreuid differently (Hermann Lauer)
jbj
1
-1
/
+5
1998-07-30
don't strcmp() a NULL longName
ewt
1
-1
/
+1
1998-07-30
fixed stupif strdup() mistake
ewt
1
-1
/
+1
1998-07-29
added poptSetExecPath()
ewt
1
-1
/
+19
1998-07-27
1) pass the name of the current exectuable to exec'd scripts
ewt
1
-62
/
+18
1998-07-27
1) moved duplicated alias handling code into handleAlias()
ewt
1
-85
/
+199
1998-07-27
don't use mmap anymore -- it's not worth the trouble
ewt
1
-3
/
+2
1998-03-23
don't read ~/.popt in setuid apps
ewt
1
-0
/
+2
1998-03-04
include alloca.h if present
ewt
1
-1
/
+6
1998-02-17
1) added autoconf for popt directory to make archive
ewt
1
-3
/
+15
1997-11-02
Added POPT_KEEP_FIRST to cause popt to *not* ignore first arg.
marc
1
-1
/
+7
1997-11-02
added error strings for BADNUMBER and OVERFLOW errors
ewt
1
-0
/
+4
[next]