Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | |
and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything! | |||
2009-04-21 | tar: support for tar --numeric-owner. By Natanael Copa. | Denis Vlasenko | |
function old new delta tar_longopts 221 237 +16 data_extract_all 692 705 +13 tar_main 690 702 +12 | |||
2009-04-21 | udhcpc: fix truncation of last char in client hostnames | Denis Vlasenko | |
2009-04-21 | switch_root: print errno on failure | Denis Vlasenko | |
2009-04-21 | tweak example udhcp script | Denis Vlasenko | |
2009-04-20 | hush: export -n support | Denis Vlasenko | |
function old new delta builtin_export 206 256 +50 set_local_var 248 265 +17 expand_variables 2204 2203 -1 | |||
2009-04-20 | hush: add two testcases | Denis Vlasenko | |
2009-04-20 | watchdog: enable it before setting timeout | Denis Vlasenko | |
function old new delta watchdog_main 239 259 +20 static.enable - 4 +4 | |||
2009-04-20 | hush: fix stdin of backgrounded pipe | Denis Vlasenko | |
function old new delta run_list 2450 2502 +52 | |||
2009-04-19 | mdev: enlarge inline documentation | Denis Vlasenko | |
2009-04-19 | hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" | Denis Vlasenko | |
corner case; improve hush_leaktool.sh; fix some false positives in testsuite function old new delta builtin_export 191 206 +15 parse_stream 2196 2200 +4 | |||
2009-04-19 | mdev: support $ENVVAR=regex | Denis Vlasenko | |
2009-04-19 | another stab at fixing out-of-tree build | Denis Vlasenko | |
2009-04-19 | same as previous, but -100 bytes | Denis Vlasenko | |
2009-04-19 | hush: fix handling of } which is not a closing one in { cmd; } | Denis Vlasenko | |
function old new delta parse_stream 2176 2302 +126 builtin_unset 381 387 +6 | |||
2009-04-19 | hopefully fix out-of-tree build broken by 26139 | Denis Vlasenko | |
2009-04-19 | mdev: Rob's #if forest removal | Denis Vlasenko | |
*: remove superfluous conts in "f(type *const param)" | |||
2009-04-18 | fix build errors when function support is turned off | Mike Frysinger | |
2009-04-18 | hush: fix thinko in error msg | Denis Vlasenko | |
2009-04-18 | hush: fix "trap -- handler SIGs..."; escape handlers in "trap" output | Denis Vlasenko | |
2009-04-18 | acpid: prevent creation of zombies | Denis Vlasenko | |
2009-04-18 | hush: fix thinko in unset_func | Denis Vlasenko | |
2009-04-18 | hush: implement unset -f; beautify the handling of signal-killed pipe | Denis Vlasenko | |
four TODOs are gone function old new delta builtin_unset 271 364 +93 checkjobs 394 428 +34 builtin_exit 49 47 -2 | |||
2009-04-18 | hush: deal with umask TODO (symbolic modes) | Denis Vlasenko | |
function old new delta builtin_umask 79 125 +46 | |||
2009-04-18 | hush: implement proper SIGHUP handling | Denis Vlasenko | |
function old new delta check_and_run_traps 164 229 +65 insert_bg_job 376 366 -10 hush_main 937 927 -10 | |||
2009-04-17 | builtin_return's parameter is not unused | Denis Vlasenko | |
2009-04-17 | hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com) | Denis Vlasenko | |
~+200 bytes | |||
2009-04-17 | fix move_to_unaligned32 | Denis Vlasenko | |
2009-04-17 | build system: remove some unnecessary rebuilds | Denis Vlasenko | |
2009-04-17 | hush: set $n properly for "source" builtin | Denis Vlasenko | |
function old new delta restore_G_args - 78 +78 save_and_replace_G_args - 64 +64 builtin_source 72 107 +35 run_list 2549 2367 -182 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 1/1 up/down: 177/-182) Total: -5 bytes | |||
2009-04-17 | hush: fix non-interactive response to pipe being stopped. | Denis Vlasenko | |
function old new delta checkjobs 380 394 +14 | |||
2009-04-17 | hush: unblock TERM, INT, HUP in child shells too. | Denis Vlasenko | |
2009-04-17 | hush: disallow "{echo hi; }" (require whitespace) | Denis Vlasenko | |
and "{ echo hi }" (require semicolon or &) function old new delta parse_stream 2098 2176 +78 done_command 98 84 -14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 78/-14) Total: 64 bytes | |||
2009-04-17 | mdev: add large comment, fix a buglet with subsystem and /sys/block | Denis Vlasenko | |
2009-04-16 | disable FLASH_ERASEALL in defconfig | Denis Vlasenko | |
2009-04-16 | mdev: set mode, needed when device node already exists. | Denis Vlasenko | |
2009-04-16 | mdev: change subsystem syntax from /subsystem to subsystem/devname | Denis Vlasenko | |
2009-04-16 | update example udhcpc script | Denis Vlasenko | |
2009-04-16 | hush: add a TODO | Denis Vlasenko | |
2009-04-16 | hush: fix "if { echo foo; } then { echo bar; } fi" parsing | Denis Vlasenko | |
function old new delta done_word 728 793 +65 parse_stream 2084 2098 +14 | |||
2009-04-15 | hush: stop ignoring ^Z in child shells | Denis Vlasenko | |
2009-04-15 | hush: remove old disabled ^Z handling | Denis Vlasenko | |
2009-04-15 | hush: fix heredoc_huge.tests broken in last commits | Denis Vlasenko | |
2009-04-15 | hush: remove TODO comment itself :) | Denis Vlasenko | |
2009-04-15 | hush: deal with a TODO: move argv_from_re_execing out of globals | Denis Vlasenko | |
function old new delta generate_stream_from_string 156 165 +9 setup_heredoc 312 320 +8 re_execute_shell 387 391 +4 pseudo_exec_argv 129 133 +4 run_pipe 1790 1783 -7 clean_up_after_re_execute 30 - -30 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 4/1 up/down: 25/-37) Total: -12 bytes | |||
2009-04-15 | Start 1.15.x development | Denis Vlasenko | |
2009-04-15 | website: another tweak | Denis Vlasenko | |
2009-04-15 | website: yet another small tweak | Denis Vlasenko | |
2009-04-15 | website: another tiny tweak | Denis Vlasenko | |
2009-04-15 | website: textual fixes in 1.14.0 announcement text | Denis Vlasenko | |