1. 6606c51 hush: add command2.tests from ash tests by Denys Vlasenko · 7 years ago
  2. afb73a2 hush: tweak command -vV printing code, no logic changes by Denys Vlasenko · 7 years ago
  3. 5700029 hush: implement "command -v -V" by Denys Vlasenko · 7 years ago
  4. 3bb3e1d hush: implement "command" builtin (no options are supported yet) by Denys Vlasenko · 7 years ago
  5. 1f19112 hush: fix handling of ^C in eval by Denys Vlasenko · 7 years ago
  6. 932b997 hush: fix handling of raw ^C in scripts: "echo ^C" by Denys Vlasenko · 7 years ago
  7. aaf7a2e hush: remove dead code by Denys Vlasenko · 7 years ago
  8. 03c36e0 ash: ALWAYS_INLINE grabstackblock() by Denys Vlasenko · 7 years ago
  9. baa41c7 ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT by Denys Vlasenko · 7 years ago
  10. d1df1a7 ash: add comment explaining last change by Denys Vlasenko · 7 years ago
  11. 740058b ash: fix var_bash5.tests - ${VAR/pattern/repl} construct by Denys Vlasenko · 7 years ago
  12. 9c8e94b ash: fail if 'shift' operand is out of range by Ingo van Lil · 7 years ago
  13. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  14. a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
  15. 9c143ce ash: retain envvars with bad names in initial environment. Closes 10231 by Denys Vlasenko · 7 years ago
  16. 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago
  17. 14c85eb whitespace fixes by Denys Vlasenko · 7 years ago
  18. 3c183a8 typo fix by Denys Vlasenko · 7 years ago
  19. a2e32b3 ash: survive failures in $PS1 expansion. Closes 10371 by Denys Vlasenko · 7 years ago
  20. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  21. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  22. 9fed83a hush: fix false positive in unset.tests by Denys Vlasenko · 7 years ago
  23. 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
  24. 55af51c hush: reuse "OPTIND=..." string by Denys Vlasenko · 7 years ago
  25. 238ff98 hush: fix "getopts" builtin to not be upset by other builtins calling getopt() by Denys Vlasenko · 7 years ago
  26. 12ffefb ash: more s/error/perror/ for better error reporting by Denys Vlasenko · 7 years ago
  27. 687aac0 ash: when cd fails, say why by Johannes Schindelin · 7 years ago
  28. 20a63b2 ash: report reason when a script file could not be opened by Johannes Schindelin · 7 years ago
  29. fec2b1f ash: stage backported LINENO support as a separate patch by Denys Vlasenko · 7 years ago
  30. 048491f hush: trivial code shrink in builtin_getopts by Denys Vlasenko · 7 years ago
  31. 9832bba ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior by Denys Vlasenko · 7 years ago
  32. 4476c70 ash,hush: comment and debug tweaks, no code changes by Denys Vlasenko · 7 years ago
  33. 0485b67 ash: one "current line = 1" might be missing, fix that by Denys Vlasenko · 7 years ago
  34. c2aea02 ash: update testsuite (we now error out on ${#=}) by Denys Vlasenko · 7 years ago
  35. 452cc1d ash: [PARSER] Catch variable length expansions on non-existant specials by Denys Vlasenko · 7 years ago
  36. 007ce9f shell: tweak getopts tests, no code changes by Denys Vlasenko · 7 years ago
  37. 419db03 hush: implement "silent" optstrings of ":opts" by Denys Vlasenko · 7 years ago
  38. 129e1ce hush: add a test which fails due to uclibc bug in getopt() by Denys Vlasenko · 7 years ago
  39. d16e612 hush: fix redirect code (was using uninitialized variables) by Denys Vlasenko · 7 years ago
  40. 9a7d0a0 shell: add OPTARG poisoning to getopt_optarg.tests by Denys Vlasenko · 7 years ago
  41. 81f962f hush: teach getopts to set/unset OPTARG by Denys Vlasenko · 7 years ago
  42. 74d4058 hush: getopts builtin by Denys Vlasenko · 7 years ago
  43. 4628945 ash: fix "unset OPTIND" throwing an error message by Denys Vlasenko · 7 years ago
  44. 11f2e99 hush: optional times builtin by Denys Vlasenko · 7 years ago
  45. cde46f7 shell: more efficient check for EOL in read by Denys Vlasenko · 7 years ago
  46. 1f41c88 hush: implement -d DELIM option for 'read' by Denys Vlasenko · 7 years ago
  47. 3bef5d8 ash: implement -d DELIM option for read by Johannes Schindelin · 7 years ago
  48. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  49. c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago
  50. f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
  51. 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
  52. 0f14f41 ash: do not set a signal to SIG_DFL if it already is by Denys Vlasenko · 7 years ago
  53. 5c527dc make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec by Denys Vlasenko · 7 years ago
  54. f8cdc7a ash: BASH_XTRACEFD bashism by Denys Vlasenko · 7 years ago
  55. 7344755 ash: remove no-longer-used variable by Johannes Schindelin · 7 years ago
  56. d329e34 ash: INT_OFF/INT_ON around run_nofork_applet() by Denys Vlasenko · 7 years ago
  57. 49e6bf2 sheel: improve comments on signal handling by Denys Vlasenko · 7 years ago
  58. cfd392b ash: add a fixme comment at run_nofork_applet by Denys Vlasenko · 7 years ago
  59. 19c9f31 nofork: fix a bug uncovered by hush testsuite (forgotten fflush) by Denys Vlasenko · 7 years ago
  60. 3970120 hush: do not accept "if() { echo; }" function def by Denys Vlasenko · 7 years ago
  61. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  62. dd4b446 hush: make SIGINT handling visually less confusing by Denys Vlasenko · 7 years ago
  63. 7c40ddd NOFORK fixes by Denys Vlasenko · 7 years ago
  64. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  65. ec05df1 ash: align --login code with dash by Denys Vlasenko · 7 years ago
  66. cee603d hush: remove redundant "G_flag_return_in_progress = -1" by Denys Vlasenko · 7 years ago
  67. 5b3d2eb hush: fix "true | func_with_return" not allowing return. by Denys Vlasenko · 7 years ago
  68. d0fff91 ash: fix display of ">&-" redirect in job strings by Denys Vlasenko · 7 years ago
  69. 75481d3 hush: functions have priority over builtins (!) by Denys Vlasenko · 7 years ago
  70. bf1c344 hush: if STANDALONE, close interactive fd for NOEXECed children by Denys Vlasenko · 7 years ago
  71. 32fdf2f ash,hush: ">&10" redirects to script/tty fds should not work by Denys Vlasenko · 7 years ago
  72. 035486c ash: significant overhaul of redirect saving logic by Denys Vlasenko · 7 years ago
  73. 657e900 hush: massage redirect code to be slightly more like ash by Denys Vlasenko · 7 years ago
  74. d07a15b ash: remove REDIR_SAVEFD2 by Denys Vlasenko · 7 years ago
  75. 5f0a75f ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX code by Denys Vlasenko · 7 years ago
  76. 1c79aeb ash: [REDIR] Fix popredir on abnormal exit from built-in by Denys Vlasenko · 7 years ago
  77. 4699980 ash: [PARSER] Add FAKEEOFMARK for expandstr by Denys Vlasenko · 7 years ago
  78. 0f018b3 hush: fix handling of empty heredoc EOF marker by Denys Vlasenko · 7 years ago
  79. a732898 ash: [PARSER] Removed noexpand/length check on eofmark by Denys Vlasenko · 7 years ago
  80. 170f93e ash: "Undo all redirections" comment is wrong, delete it by Denys Vlasenko · 7 years ago
  81. 00a1dbd ash: make tryexec(cmd) parameter const char by Denys Vlasenko · 7 years ago
  82. be366e5 ash: support platforms that don't have '%m' printf specifier by Ron Yorston · 7 years ago
  83. 619d9b5 ash: less hackish implementation of evaltreenr() by Denys Vlasenko · 7 years ago
  84. 488e609 ash: force inlining of a trivial function by Denys Vlasenko · 7 years ago
  85. b8c0bc1 ash: revert previous implementation of "A=1 A=2 B=$A cmd" code by Denys Vlasenko · 7 years ago
  86. d04fc71 ash: [VAR] Fix loss of variables when hash collides by Denys Vlasenko · 7 years ago
  87. 85241c7 ash: [VAR] Do not poplocalvars prematurely on regular utilities by Denys Vlasenko · 7 years ago
  88. 484fc20 ash: [VAR] Fix poplocalvar on abnormal exit from function by Denys Vlasenko · 7 years ago
  89. 981a056 ash: [VAR] Replace cmdenviron with localvars by Denys Vlasenko · 7 years ago
  90. d5b500c ash: [VAR] Fix poplocalvar leak by Denys Vlasenko · 7 years ago
  91. b8ab27b ash: [VAR] Add localvars nesting by Denys Vlasenko · 7 years ago
  92. cf3a796 ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar() by Denys Vlasenko · 7 years ago
  93. b31b61b ash: fix redir_leak.tests if STANDALONE=y by Denys Vlasenko · 7 years ago
  94. b0648b0 shell: remove ${#+} tests, it is not a valid construct by Denys Vlasenko · 7 years ago
  95. 2093ad2 hush: fix ${##}, ${#?}, ${#!} handling by Denys Vlasenko · 7 years ago
  96. 1e3e2cc ash: [SHELL] Optimize dash -c "command" to avoid a fork by Denys Vlasenko · 7 years ago
  97. 86981e3 ash: allow "trap NUM [SIG]..." syntax by Denys Vlasenko · 7 years ago
  98. f1a5cb0 ash: [REDIR] Replace GPL noclobberopen code with the FreeBSD version by Denys Vlasenko · 7 years ago
  99. 2990aa4 ash: sync up with dash with respect to redirection escaping by Denys Vlasenko · 7 years ago
  100. b28d4c3 ash: [VAR] Move unsetvar functionality into setvareq by Denys Vlasenko · 7 years ago