提交歷史

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