index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
getopt32.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
1
-1
/
+1
*
getopt32: fix "tar x" case; fix memory leak
Denis Vlasenko
2008-04-23
1
-5
/
+3
*
getopt32: fix recently broken opt_complementary "--"
Denis Vlasenko
2008-04-21
1
-2
/
+3
*
Splitting xfuncs.c into two parts. No code chabges.
Denis Vlasenko
2008-04-09
1
-0
/
+1
*
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-04-01
1
-3
/
+14
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-6
/
+9
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
1
-0
/
+2
*
whitespace fixes
Denis Vlasenko
2008-02-17
1
-1
/
+1
*
getpot: add support for "a+" specifier for nonnegative int parameters.
Denis Vlasenko
2008-02-10
1
-19
/
+42
*
*: move getopt reset code to better place(s)
Denis Vlasenko
2008-01-28
1
-4
/
+23
*
more "if (p) free(p)" fixes; fix a typo in comment
Denis Vlasenko
2007-09-28
1
-1
/
+1
*
support "#!/bin/busybox"-style wrappers. Needed for SELinux.
Denis Vlasenko
2007-08-25
1
-1
/
+1
*
cp,mv: simpler arg[cv] handling -> smallish code savings
Denis Vlasenko
2007-08-24
1
-5
/
+6
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-13
/
+18
*
hdparm: shrink rodata by ~250 bytes
Denis Vlasenko
2007-08-16
1
-1
/
+1
*
whitespace fixes, no code changes
Denis Vlasenko
2007-08-16
1
-8
/
+8
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-1
/
+1
*
getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychu
Denis Vlasenko
2007-07-25
1
-0
/
+1
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-1
/
+1
*
getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending
Denis Vlasenko
2007-07-23
1
-7
/
+4
*
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-23
1
-28
/
+50
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
1
-15
/
+4
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
1
-1
/
+1
*
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-04-09
1
-0
/
+1
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-08
1
-2
/
+2
*
fix TODO: getopt32 should reset optind to 1 itself
Denis Vlasenko
2007-03-15
1
-2
/
+6
*
clean up accumulated whitespace damage
Denis Vlasenko
2007-03-07
1
-3
/
+3
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
1
-1
/
+1
*
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
Denis Vlasenko
2006-12-16
1
-2
/
+0
*
tar: sanitize option handling
Denis Vlasenko
2006-11-24
1
-34
/
+34
*
remove bb_printf and the like
Denis Vlasenko
2006-10-26
1
-1
/
+1
*
wget: wget $'-\207' ... should not be allowed to work. ever. :)
Denis Vlasenko
2006-10-25
1
-20
/
+20
*
readlink: do not emit errors if file doesnt not exist / not a link
Denis Vlasenko
2006-10-20
1
-0
/
+9
*
dnsd fix; option_mask32 added. dnsd needs more love.
Denis Vlasenko
2006-10-06
1
-0
/
+4
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-0
/
+516