1. 33f7c8f hush: code shrink by Denys Vlasenko · 7 years ago
  2. d4802c6 hush: fix a='a\\'; echo "${a%\\\\}" by Denys Vlasenko · 7 years ago
  3. 55f8133 shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests by Denys Vlasenko · 7 years ago
  4. 744a20d shell: two new tests, both fail for ash and hush by Denys Vlasenko · 7 years ago
  5. aa617ac hush: simplify process_command_subs() by Denys Vlasenko · 7 years ago
  6. 8de5b9f ash : fix double-quoted "\z" handling by Denys Vlasenko · 7 years ago
  7. f786901 hush: probably fixing a bug in last LINENO fix by Denys Vlasenko · 7 years ago
  8. 5807e18 hush: LINENO fix by Denys Vlasenko · 7 years ago
  9. 749575d hush: protect against self-modifying trap code by Denys Vlasenko · 7 years ago
  10. 6f9442f ash: make it possible to disable "const global ptr" optimization by Denys Vlasenko · 7 years ago
  11. f19e3c1 shell: handle $((NUM++...) like bash does. Closes 10706 by Denys Vlasenko · 7 years ago
  12. 675d24a ash: add LINENO support by Denys Vlasenko · 7 years ago
  13. 54c2111 hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash by Denys Vlasenko · 7 years ago
  14. f7e0fea hush: fix dot builtin to not search current directory by Denys Vlasenko · 7 years ago
  15. 01f7b9e ash: introduce a config option to search current directory for sourced files by Denys Vlasenko · 7 years ago
  16. 043be55 ash testsuite: add two hush tests from last commit by Denys Vlasenko · 7 years ago
  17. cba79a8 hush: fix two corner cases in ${v/pattern/repl}. Closes 10686 by Denys Vlasenko · 7 years ago
  18. 0ca3198 hush: fix handling of $_ (so far it's an ordinary variable, no special meaning) by Denys Vlasenko · 7 years ago
  19. d8fd88a ash: add support for command_not_found_handle hook function (bashism) by William Pitcock · 7 years ago
  20. 46f839c hush: fix a case where EXIT trap may modify its code mid-flight by Denys Vlasenko · 7 years ago
  21. b8d076b hush: fix build if !BASH_LINENO_VAR by Denys Vlasenko · 7 years ago
  22. 6aad1dd hush: implement $LINENO bashism by Denys Vlasenko · 7 years ago
  23. 1750d3a ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y by Denys Vlasenko · 7 years ago
  24. aea52e7 shell: echo ${?:0} was fixed sometime ago, enable it in tests by Denys Vlasenko · 7 years ago
  25. 9809a82 hush: fix raw ^C handlisg in single-quoted strings by Denys Vlasenko · 7 years ago
  26. 6606c51 hush: add command2.tests from ash tests by Denys Vlasenko · 7 years ago
  27. afb73a2 hush: tweak command -vV printing code, no logic changes by Denys Vlasenko · 7 years ago
  28. 5700029 hush: implement "command -v -V" by Denys Vlasenko · 7 years ago
  29. 3bb3e1d hush: implement "command" builtin (no options are supported yet) by Denys Vlasenko · 7 years ago
  30. 1f19112 hush: fix handling of ^C in eval by Denys Vlasenko · 7 years ago
  31. 932b997 hush: fix handling of raw ^C in scripts: "echo ^C" by Denys Vlasenko · 7 years ago
  32. aaf7a2e hush: remove dead code by Denys Vlasenko · 7 years ago
  33. 03c36e0 ash: ALWAYS_INLINE grabstackblock() by Denys Vlasenko · 7 years ago
  34. baa41c7 ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT by Denys Vlasenko · 7 years ago
  35. d1df1a7 ash: add comment explaining last change by Denys Vlasenko · 7 years ago
  36. 740058b ash: fix var_bash5.tests - ${VAR/pattern/repl} construct by Denys Vlasenko · 7 years ago
  37. 9c8e94b ash: fail if 'shift' operand is out of range by Ingo van Lil · 7 years ago
  38. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  39. a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
  40. 9c143ce ash: retain envvars with bad names in initial environment. Closes 10231 by Denys Vlasenko · 7 years ago
  41. 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago
  42. 14c85eb whitespace fixes by Denys Vlasenko · 7 years ago
  43. 3c183a8 typo fix by Denys Vlasenko · 7 years ago
  44. a2e32b3 ash: survive failures in $PS1 expansion. Closes 10371 by Denys Vlasenko · 7 years ago
  45. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  46. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  47. 9fed83a hush: fix false positive in unset.tests by Denys Vlasenko · 7 years ago
  48. 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
  49. 55af51c hush: reuse "OPTIND=..." string by Denys Vlasenko · 7 years ago
  50. 238ff98 hush: fix "getopts" builtin to not be upset by other builtins calling getopt() by Denys Vlasenko · 7 years ago
  51. 12ffefb ash: more s/error/perror/ for better error reporting by Denys Vlasenko · 7 years ago
  52. 687aac0 ash: when cd fails, say why by Johannes Schindelin · 7 years ago
  53. 20a63b2 ash: report reason when a script file could not be opened by Johannes Schindelin · 7 years ago
  54. fec2b1f ash: stage backported LINENO support as a separate patch by Denys Vlasenko · 7 years ago
  55. 048491f hush: trivial code shrink in builtin_getopts by Denys Vlasenko · 7 years ago
  56. 9832bba ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior by Denys Vlasenko · 7 years ago
  57. 4476c70 ash,hush: comment and debug tweaks, no code changes by Denys Vlasenko · 7 years ago
  58. 0485b67 ash: one "current line = 1" might be missing, fix that by Denys Vlasenko · 7 years ago
  59. c2aea02 ash: update testsuite (we now error out on ${#=}) by Denys Vlasenko · 7 years ago
  60. 452cc1d ash: [PARSER] Catch variable length expansions on non-existant specials by Denys Vlasenko · 7 years ago
  61. 007ce9f shell: tweak getopts tests, no code changes by Denys Vlasenko · 7 years ago
  62. 419db03 hush: implement "silent" optstrings of ":opts" by Denys Vlasenko · 7 years ago
  63. 129e1ce hush: add a test which fails due to uclibc bug in getopt() by Denys Vlasenko · 7 years ago
  64. d16e612 hush: fix redirect code (was using uninitialized variables) by Denys Vlasenko · 7 years ago
  65. 9a7d0a0 shell: add OPTARG poisoning to getopt_optarg.tests by Denys Vlasenko · 7 years ago
  66. 81f962f hush: teach getopts to set/unset OPTARG by Denys Vlasenko · 7 years ago
  67. 74d4058 hush: getopts builtin by Denys Vlasenko · 7 years ago
  68. 4628945 ash: fix "unset OPTIND" throwing an error message by Denys Vlasenko · 7 years ago
  69. 11f2e99 hush: optional times builtin by Denys Vlasenko · 7 years ago
  70. cde46f7 shell: more efficient check for EOL in read by Denys Vlasenko · 7 years ago
  71. 1f41c88 hush: implement -d DELIM option for 'read' by Denys Vlasenko · 7 years ago
  72. 3bef5d8 ash: implement -d DELIM option for read by Johannes Schindelin · 7 years ago
  73. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  74. c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago
  75. f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
  76. 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
  77. 0f14f41 ash: do not set a signal to SIG_DFL if it already is by Denys Vlasenko · 7 years ago
  78. 5c527dc make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec by Denys Vlasenko · 7 years ago
  79. f8cdc7a ash: BASH_XTRACEFD bashism by Denys Vlasenko · 7 years ago
  80. 7344755 ash: remove no-longer-used variable by Johannes Schindelin · 7 years ago
  81. d329e34 ash: INT_OFF/INT_ON around run_nofork_applet() by Denys Vlasenko · 7 years ago
  82. 49e6bf2 sheel: improve comments on signal handling by Denys Vlasenko · 7 years ago
  83. cfd392b ash: add a fixme comment at run_nofork_applet by Denys Vlasenko · 7 years ago
  84. 19c9f31 nofork: fix a bug uncovered by hush testsuite (forgotten fflush) by Denys Vlasenko · 7 years ago
  85. 3970120 hush: do not accept "if() { echo; }" function def by Denys Vlasenko · 7 years ago
  86. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  87. dd4b446 hush: make SIGINT handling visually less confusing by Denys Vlasenko · 7 years ago
  88. 7c40ddd NOFORK fixes by Denys Vlasenko · 7 years ago
  89. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  90. ec05df1 ash: align --login code with dash by Denys Vlasenko · 7 years ago
  91. cee603d hush: remove redundant "G_flag_return_in_progress = -1" by Denys Vlasenko · 7 years ago
  92. 5b3d2eb hush: fix "true | func_with_return" not allowing return. by Denys Vlasenko · 7 years ago
  93. d0fff91 ash: fix display of ">&-" redirect in job strings by Denys Vlasenko · 7 years ago
  94. 75481d3 hush: functions have priority over builtins (!) by Denys Vlasenko · 7 years ago
  95. bf1c344 hush: if STANDALONE, close interactive fd for NOEXECed children by Denys Vlasenko · 7 years ago
  96. 32fdf2f ash,hush: ">&10" redirects to script/tty fds should not work by Denys Vlasenko · 7 years ago
  97. 035486c ash: significant overhaul of redirect saving logic by Denys Vlasenko · 7 years ago
  98. 657e900 hush: massage redirect code to be slightly more like ash by Denys Vlasenko · 7 years ago
  99. d07a15b ash: remove REDIR_SAVEFD2 by Denys Vlasenko · 7 years ago
  100. 5f0a75f ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX code by Denys Vlasenko · 7 years ago