Commit History

Author SHA1 Message Date
  Denys Vlasenko d1df1a709f ash: add comment explaining last change 6 years ago
  Denys Vlasenko 740058b42b ash: fix var_bash5.tests - ${VAR/pattern/repl} construct 6 years ago
  Ingo van Lil 9c8e94bc0a ash: fail if 'shift' operand is out of range 6 years ago
  Denys Vlasenko 82d1c1f84a randomconfig fixes 6 years ago
  Denys Vlasenko a5060b8364 ash: fix nofork bug where environment is not properly passed to a command 7 years ago
  Denys Vlasenko 9c143ce52d ash: retain envvars with bad names in initial environment. Closes 10231 7 years ago
  Denys Vlasenko 14c85eb7db whitespace fixes 7 years ago
  Denys Vlasenko 3c183a8758 typo fix 7 years ago
  Denys Vlasenko a2e32b324e ash: survive failures in $PS1 expansion. Closes 10371 7 years ago
  Denys Vlasenko 6f97b30a90 use %m printf specifier where appropriate 7 years ago
  Denys Vlasenko 12ffefb549 ash: more s/error/perror/ for better error reporting 7 years ago
  Johannes Schindelin 687aac056d ash: when cd fails, say why 7 years ago
  Johannes Schindelin 20a63b2c18 ash: report reason when a script file could not be opened 7 years ago
  Denys Vlasenko 9832bbaba9 ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior 7 years ago
  Denys Vlasenko 4476c70301 ash,hush: comment and debug tweaks, no code changes 7 years ago
  Denys Vlasenko 0485b677d2 ash: one "current line = 1" might be missing, fix that 7 years ago
  Denys Vlasenko 452cc1d9bd ash: [PARSER] Catch variable length expansions on non-existant specials 7 years ago
  Denys Vlasenko 4628945cd8 ash: fix "unset OPTIND" throwing an error message 7 years ago
  Denys Vlasenko 11f2e99c13 hush: optional times builtin 7 years ago
  Johannes Schindelin 3bef5d89b0 ash: implement -d DELIM option for read 7 years ago
  Denys Vlasenko 80e8e3cc05 noexec: consolidate code 7 years ago
  Denys Vlasenko c9c1ccc4ed noexec: do GETOPT_RESET() before entering APPLET_main() 7 years ago
  Denys Vlasenko f2cf1cc716 noexec: set comm field for noexecs 7 years ago
  Denys Vlasenko 248a67fb75 free,stat: make NOEXEC 7 years ago
  Denys Vlasenko 0f14f41e72 ash: do not set a signal to SIG_DFL if it already is 7 years ago
  Denys Vlasenko f8cdc7a2bc ash: BASH_XTRACEFD bashism 7 years ago
  Johannes Schindelin 7344755823 ash: remove no-longer-used variable 7 years ago
  Denys Vlasenko d329e34c96 ash: INT_OFF/INT_ON around run_nofork_applet() 7 years ago
  Denys Vlasenko 49e6bf2db9 sheel: improve comments on signal handling 7 years ago
  Denys Vlasenko cfd392bea9 ash: add a fixme comment at run_nofork_applet 7 years ago