index
:
busybox
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
master
BusyBox: The Swiss Army Knife of Embedded Linux
vda
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
uncompress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
1
-1
/
+1
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-2
/
+2
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-29
1
-1
/
+1
*
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-09-12
1
-2
/
+2
*
archival: added O_TRUNC so that when we overwrite files on unpack,
Denis Vlasenko
2006-09-03
1
-1
/
+2
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-10
/
+3
*
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-16
1
-1
/
+1
*
Use xstat() instead of if(stat()) die()
Rob Landley
2006-06-13
1
-5
/
+3
*
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-04-03
1
-14
/
+2
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
Rob Landley
2005-09-11
1
-1
/
+0
*
s/fileno\(stdin\)/STDIN_FILENO/g
Eric Andersen
2004-03-27
1
-4
/
+4
*
Save a few bytes by using bb_getopt_ulflags and a few other minor
Glenn L McGrath
2003-06-22
1
-49
/
+31
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-10
/
+10
*
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
Glenn L McGrath
2002-11-01
1
-0
/
+133