Age | Commit message (Expand) | Author |
2015-10-13 | typo fix | Denys Vlasenko |
2015-10-11 | hush: code shrink | Denys Vlasenko |
2015-10-10 | ash: shrink umask code | Denys Vlasenko |
2015-10-09 | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko |
2015-10-09 | ash: "you have mail" should ignore first change in mtime | Denys Vlasenko |
2015-10-09 | ash: simplify "you have mail" code | Denys Vlasenko |
2015-10-09 | ash: make dowait() a bit more readable. Logic is unchanged | Denys Vlasenko |
2015-10-07 | build system: -fno-builtin-printf | Denys Vlasenko |
2015-10-07 | ash: use a more typical form of "print four octal digits" format | Denys Vlasenko |
2015-10-07 | libbb: more compact API for bb_parse_mode() | Denys Vlasenko |
2015-10-07 | ash: shrink "umask -S" code | Denys Vlasenko |
2015-10-07 | hush: fix umask: umask(022) was setting umask(755) | Denys Vlasenko |
2015-10-07 | ash: a bunch of trivial simplifications | Denys Vlasenko |
2015-09-04 | ash: fix slash treatment in expmeta | Ron Yorston |
2015-09-04 | hush: fix a nommu bug where a part of function body is lost if run in a pipe | Denys Vlasenko |
2015-09-04 | ash,hush: add a test which fails for ash since commit 549deab | Denys Vlasenko |
2015-09-04 | ash: add tests adapted from hush glob tests. glob2.tests currently fails | Denys Vlasenko |
2015-07-19 | libbb: add a function to make a copy of a region of memory | Ron Yorston |
2015-07-13 | ash: use alloca to get rid of setjmp | Ron Yorston |
2015-07-13 | fix file mode | Denys Vlasenko |
2015-07-13 | ash: remove parsebackquote flag | Ron Yorston |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2015-05-25 | typo fixes | Maninder Singh |
2015-05-18 | hush: add recent ash tests to hush testsuite too (they all pass for hush) | Denys Vlasenko |
2015-05-18 | testsuite: add some tests for ash | Ron Yorston |
2015-05-18 | ash: fix breakage of ${v/pat/str} | Ron Yorston |
2015-05-18 | ash: move parse-time quote flag detection to run-time | Ron Yorston |
2015-05-18 | ash: remove arithmetic expansion collapsing at parse time | Ron Yorston |
2015-05-18 | ash: remove superfluous code in arithmetic mode | Ron Yorston |
2015-05-18 | ash: do not expand tilde in parameter expansion within quotes | Ron Yorston |
2015-05-18 | ash: perform tilde expansion in all parameter expansion words | Ron Yorston |
2015-05-18 | ash: code shrink around varvalue | Ron Yorston |
2015-05-13 | ash: explain what "local -" does | Denys Vlasenko |
2015-05-13 | ash: consider "local -" case while iterating over local variables in mklocal. | Eugene Rudoy |
2015-04-20 | libbb: remove unnecessary argument to nonblock_immune_read | Ron Yorston |
2015-04-18 | hush: document buggy handling of duplicate "local" | Denys Vlasenko |
2015-04-18 | ash: fix handling of duplicate "local" | Denys Vlasenko |
2015-03-22 | ash: do not split the result of tilde expansion | Ron Yorston |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2015-02-05 | ash: fix a SEGV case in an invalid heredoc | Denys Vlasenko |
2014-12-29 | ash: fix a SEGV in ${#1} | Denys Vlasenko |
2014-11-20 | typo fix in comment | Denys Vlasenko |
2014-11-18 | ash,hush: do not segfault on $((2**63 / -1)) | Denys Vlasenko |
2014-11-17 | ash: fix handling of negative start value in ${v:start:len} | Denys Vlasenko |
2014-09-08 | ash: fix off-by-one in "jobs %4" handling. closes 7310 | Denys Vlasenko |
2014-09-08 | ash: factor out ASH_HELP config option | Denys Vlasenko |
2014-08-13 | ash: make ${#var} unicode-aware | Denys Vlasenko |
2014-08-13 | ash,hush: run reinit_unicode() only if makes sense | Denys Vlasenko |
2014-08-13 | hush: make ${#var} unicode-aware | Denys Vlasenko |
2014-06-22 | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes | Bartosz Golaszewski |