aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/split-include.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-02unlzma: save a few more bytes, and maybe even a bit faster nowDenis Vlasenko1-7/+3
2008-03-02unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard ↵Denis Vlasenko1-24/+36
AT ads-lu.com>)
2008-03-02msh: a few fields renamed; short->int conversion for a fieldDenis Vlasenko1-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-02actually add bb_qsort.cDenis Vlasenko21-20/+40
*: s/Denis/Denys/
2008-03-02libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko5-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-02msh: renames: ->words => ->op_words, space() => get_space()Denis Vlasenko1-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-01doc: add info about sed s/.../.../I modifierDenis Vlasenko1-0/+3
2008-03-01msh: fix for bug 846 ("break" didn't work second time)Denis Vlasenko2-85/+148
msh: don't use floating point in "times" builtin +4 bytes difference
2008-02-29nmeter: fix bug where %[mf] behaves as %[mt]Denis Vlasenko1-1/+1
2008-02-28run-parts: add --reverseDenis Vlasenko1-16/+19
2008-02-28zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko1-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-28sed: n cmd must reset "we had successful subst" flag. closes bug 1214.Denis Vlasenko2-2/+9
2008-02-28microcom: shrinkDenis Vlasenko1-4/+1
2008-02-28script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko1-60/+52
2008-02-27- Don't point to obsolete patches but the current fixes for the stable releasesBernhard Reutner-Fischer1-3/+2
2008-02-27- update docs to point to the current stable branchBernhard Reutner-Fischer1-1/+1
2008-02-27- fix compilation failure due to implicit decl of resolve_mount_spec().Bernhard Reutner-Fischer1-2/+0
DCE DTRT so remove the wrong guard.
2008-02-27httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko1-0/+1
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko32-64/+97
2008-02-27lpr: removed stdio; added "job received" message in verbose mode.Denis Vlasenko1-32/+28