Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-03-02 | unlzma: save a few more bytes, and maybe even a bit faster now | Denis Vlasenko | 1 | -7/+3 | |
2008-03-02 | unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard ↵ | Denis Vlasenko | 1 | -24/+36 | |
AT ads-lu.com>) | |||||
2008-03-02 | msh: a few fields renamed; short->int conversion for a field | Denis Vlasenko | 1 | -60/+59 | |
holding file descriptors; short->smalling for flag field synio 263 264 +1 readc 247 242 -5 forkexec 1339 1307 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 1/-37) Total: -36 bytes | |||||
2008-03-02 | actually add bb_qsort.c | Denis Vlasenko | 21 | -20/+40 | |
*: s/Denis/Denys/ | |||||
2008-03-02 | libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() | Denis Vlasenko | 5 | -135/+15 | |
msh: glob0/glob1/glob2/glob3 are just a sorting routine! remove them. bb_pstrcmp - 25 +25 qsort_string_vector - 24 +24 expand 2209 2227 +18 getopt32 1359 1370 +11 passwd_main 1072 1074 +2 handle_incoming_and_exit 2737 2735 -2 UNSPEC_print 66 64 -2 forkexec 1343 1339 -4 input_tab 3338 3330 -8 get_dir 185 177 -8 expmeta 481 473 -8 cmdputs 405 397 -8 xstrcmp 12 - -12 find_pair 187 167 -20 match_compare 25 - -25 dir_strcmp 25 - -25 glob2 27 - -27 glob3 34 - -34 glob1 256 - -256 ------------------------------------------------------------------------------ (add/remove: 2/6 grow/shrink: 3/8 up/down: 80/-439) Total: -359 bytes | |||||
2008-03-02 | msh: renames: ->words => ->op_words, space() => get_space() | Denis Vlasenko | 1 | -107/+99 | |
msh: simplify glob0/glob1/glob2/glob3 get_space - 26 +26 glob3 35 34 -1 glob2 28 27 -1 strsave 55 53 -2 globv 4 - -4 func 4 - -4 xstrcmp 25 12 -13 dodot 178 164 -14 rexecve 272 257 -15 space 26 - -26 glob1 292 256 -36 expand 2246 2209 -37 ------------------------------------------------------------------------------ (add/remove: 1/3 grow/shrink: 0/8 up/down: 26/-153) Total: -127 bytes | |||||
2008-03-01 | doc: add info about sed s/.../.../I modifier | Denis Vlasenko | 1 | -0/+3 | |
2008-03-01 | msh: fix for bug 846 ("break" didn't work second time) | Denis Vlasenko | 2 | -85/+148 | |
msh: don't use floating point in "times" builtin +4 bytes difference | |||||
2008-02-29 | nmeter: fix bug where %[mf] behaves as %[mt] | Denis Vlasenko | 1 | -1/+1 | |
2008-02-28 | run-parts: add --reverse | Denis Vlasenko | 1 | -16/+19 | |
2008-02-28 | zcip: chdiring to root when daemonizing is not useful, | Denis Vlasenko | 1 | -2/+2 | |
only makes strip writer's life more miserable. Who want to have zcip run in root dir, can trivially do that. | |||||
2008-02-28 | sed: n cmd must reset "we had successful subst" flag. closes bug 1214. | Denis Vlasenko | 2 | -2/+9 | |
2008-02-28 | microcom: shrink | Denis Vlasenko | 1 | -4/+1 | |
2008-02-28 | script: correctly handle buffered "tail" of output. +35 bytes. | Denis Vlasenko | 1 | -60/+52 | |
2008-02-27 | - Don't point to obsolete patches but the current fixes for the stable releases | Bernhard Reutner-Fischer | 1 | -3/+2 | |
2008-02-27 | - update docs to point to the current stable branch | Bernhard Reutner-Fischer | 1 | -1/+1 | |
2008-02-27 | - fix compilation failure due to implicit decl of resolve_mount_spec(). | Bernhard Reutner-Fischer | 1 | -2/+0 | |
DCE DTRT so remove the wrong guard. | |||||
2008-02-27 | httpd: fix breakage introduced by "support for I:index.xml" | Denis Vlasenko | 1 | -0/+1 | |
2008-02-27 | *: add optimization barrier to all "G trick" locations | Denis Vlasenko | 32 | -64/+97 | |
2008-02-27 | lpr: removed stdio; added "job received" message in verbose mode. | Denis Vlasenko | 1 | -32/+28 | |