Commit Verlauf

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