aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2015-10-13typo fixDenys Vlasenko
2015-10-11hush: code shrinkDenys Vlasenko
2015-10-10ash: shrink umask codeDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-09ash: "you have mail" should ignore first change in mtimeDenys Vlasenko
2015-10-09ash: simplify "you have mail" codeDenys Vlasenko
2015-10-09ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07ash: use a more typical form of "print four octal digits" formatDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-07ash: shrink "umask -S" codeDenys Vlasenko
2015-10-07hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko
2015-10-07ash: a bunch of trivial simplificationsDenys Vlasenko
2015-09-04ash: fix slash treatment in expmetaRon Yorston
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko
2015-09-04ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-07-13ash: use alloca to get rid of setjmpRon Yorston
2015-07-13fix file modeDenys Vlasenko
2015-07-13ash: remove parsebackquote flagRon Yorston
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-25typo fixesManinder Singh
2015-05-18hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko
2015-05-18testsuite: add some tests for ashRon Yorston
2015-05-18ash: fix breakage of ${v/pat/str}Ron Yorston
2015-05-18ash: move parse-time quote flag detection to run-timeRon Yorston
2015-05-18ash: remove arithmetic expansion collapsing at parse timeRon Yorston
2015-05-18ash: remove superfluous code in arithmetic modeRon Yorston
2015-05-18ash: do not expand tilde in parameter expansion within quotesRon Yorston
2015-05-18ash: perform tilde expansion in all parameter expansion wordsRon Yorston
2015-05-18ash: code shrink around varvalueRon Yorston
2015-05-13ash: explain what "local -" doesDenys Vlasenko
2015-05-13ash: consider "local -" case while iterating over local variables in mklocal.Eugene Rudoy
2015-04-20libbb: remove unnecessary argument to nonblock_immune_readRon Yorston
2015-04-18hush: document buggy handling of duplicate "local"Denys Vlasenko
2015-04-18ash: fix handling of duplicate "local"Denys Vlasenko
2015-03-22ash: do not split the result of tilde expansionRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-05ash: fix a SEGV case in an invalid heredocDenys Vlasenko
2014-12-29ash: fix a SEGV in ${#1}Denys Vlasenko
2014-11-20typo fix in commentDenys Vlasenko
2014-11-18ash,hush: do not segfault on $((2**63 / -1))Denys Vlasenko
2014-11-17ash: fix handling of negative start value in ${v:start:len}Denys Vlasenko
2014-09-08ash: fix off-by-one in "jobs %4" handling. closes 7310Denys Vlasenko
2014-09-08ash: factor out ASH_HELP config optionDenys Vlasenko
2014-08-13ash: make ${#var} unicode-awareDenys Vlasenko
2014-08-13ash,hush: run reinit_unicode() only if makes senseDenys Vlasenko
2014-08-13hush: make ${#var} unicode-awareDenys Vlasenko
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski