1. 03c36e0 ash: ALWAYS_INLINE grabstackblock() by Denys Vlasenko · 7 years ago
  2. baa41c7 ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT by Denys Vlasenko · 7 years ago
  3. d1df1a7 ash: add comment explaining last change by Denys Vlasenko · 7 years ago
  4. 740058b ash: fix var_bash5.tests - ${VAR/pattern/repl} construct by Denys Vlasenko · 7 years ago
  5. 9c8e94b ash: fail if 'shift' operand is out of range by Ingo van Lil · 7 years ago
  6. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  7. a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
  8. 9c143ce ash: retain envvars with bad names in initial environment. Closes 10231 by Denys Vlasenko · 7 years ago
  9. 14c85eb whitespace fixes by Denys Vlasenko · 7 years ago
  10. 3c183a8 typo fix by Denys Vlasenko · 7 years ago
  11. a2e32b3 ash: survive failures in $PS1 expansion. Closes 10371 by Denys Vlasenko · 7 years ago
  12. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  13. 12ffefb ash: more s/error/perror/ for better error reporting by Denys Vlasenko · 7 years ago
  14. 687aac0 ash: when cd fails, say why by Johannes Schindelin · 7 years ago
  15. 20a63b2 ash: report reason when a script file could not be opened by Johannes Schindelin · 7 years ago
  16. 9832bba ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior by Denys Vlasenko · 7 years ago
  17. 4476c70 ash,hush: comment and debug tweaks, no code changes by Denys Vlasenko · 7 years ago
  18. 0485b67 ash: one "current line = 1" might be missing, fix that by Denys Vlasenko · 7 years ago
  19. 452cc1d ash: [PARSER] Catch variable length expansions on non-existant specials by Denys Vlasenko · 7 years ago
  20. 4628945 ash: fix "unset OPTIND" throwing an error message by Denys Vlasenko · 7 years ago
  21. 11f2e99 hush: optional times builtin by Denys Vlasenko · 7 years ago
  22. 3bef5d8 ash: implement -d DELIM option for read by Johannes Schindelin · 7 years ago
  23. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  24. c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago
  25. f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
  26. 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
  27. 0f14f41 ash: do not set a signal to SIG_DFL if it already is by Denys Vlasenko · 7 years ago
  28. f8cdc7a ash: BASH_XTRACEFD bashism by Denys Vlasenko · 7 years ago
  29. 7344755 ash: remove no-longer-used variable by Johannes Schindelin · 7 years ago
  30. d329e34 ash: INT_OFF/INT_ON around run_nofork_applet() by Denys Vlasenko · 7 years ago
  31. 49e6bf2 sheel: improve comments on signal handling by Denys Vlasenko · 7 years ago
  32. cfd392b ash: add a fixme comment at run_nofork_applet by Denys Vlasenko · 7 years ago
  33. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  34. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  35. ec05df1 ash: align --login code with dash by Denys Vlasenko · 7 years ago
  36. d0fff91 ash: fix display of ">&-" redirect in job strings by Denys Vlasenko · 7 years ago
  37. 32fdf2f ash,hush: ">&10" redirects to script/tty fds should not work by Denys Vlasenko · 7 years ago
  38. 035486c ash: significant overhaul of redirect saving logic by Denys Vlasenko · 7 years ago
  39. d07a15b ash: remove REDIR_SAVEFD2 by Denys Vlasenko · 7 years ago
  40. 5f0a75f ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX code by Denys Vlasenko · 7 years ago
  41. 1c79aeb ash: [REDIR] Fix popredir on abnormal exit from built-in by Denys Vlasenko · 7 years ago
  42. 4699980 ash: [PARSER] Add FAKEEOFMARK for expandstr by Denys Vlasenko · 7 years ago
  43. a732898 ash: [PARSER] Removed noexpand/length check on eofmark by Denys Vlasenko · 7 years ago
  44. 170f93e ash: "Undo all redirections" comment is wrong, delete it by Denys Vlasenko · 7 years ago
  45. 00a1dbd ash: make tryexec(cmd) parameter const char by Denys Vlasenko · 7 years ago
  46. be366e5 ash: support platforms that don't have '%m' printf specifier by Ron Yorston · 7 years ago
  47. 619d9b5 ash: less hackish implementation of evaltreenr() by Denys Vlasenko · 7 years ago
  48. 488e609 ash: force inlining of a trivial function by Denys Vlasenko · 7 years ago
  49. b8c0bc1 ash: revert previous implementation of "A=1 A=2 B=$A cmd" code by Denys Vlasenko · 7 years ago
  50. d04fc71 ash: [VAR] Fix loss of variables when hash collides by Denys Vlasenko · 7 years ago
  51. 85241c7 ash: [VAR] Do not poplocalvars prematurely on regular utilities by Denys Vlasenko · 7 years ago
  52. 484fc20 ash: [VAR] Fix poplocalvar on abnormal exit from function by Denys Vlasenko · 7 years ago
  53. 981a056 ash: [VAR] Replace cmdenviron with localvars by Denys Vlasenko · 7 years ago
  54. d5b500c ash: [VAR] Fix poplocalvar leak by Denys Vlasenko · 7 years ago
  55. b8ab27b ash: [VAR] Add localvars nesting by Denys Vlasenko · 7 years ago
  56. cf3a796 ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar() by Denys Vlasenko · 7 years ago
  57. b31b61b ash: fix redir_leak.tests if STANDALONE=y by Denys Vlasenko · 7 years ago
  58. 1e3e2cc ash: [SHELL] Optimize dash -c "command" to avoid a fork by Denys Vlasenko · 7 years ago
  59. 86981e3 ash: allow "trap NUM [SIG]..." syntax by Denys Vlasenko · 7 years ago
  60. f1a5cb0 ash: [REDIR] Replace GPL noclobberopen code with the FreeBSD version by Denys Vlasenko · 7 years ago
  61. 2990aa4 ash: sync up with dash with respect to redirection escaping by Denys Vlasenko · 7 years ago
  62. b28d4c3 ash: [VAR] Move unsetvar functionality into setvareq by Denys Vlasenko · 7 years ago
  63. 5c123ac ash: fix comment, no code changes by Denys Vlasenko · 7 years ago
  64. 94af83e ash: fix for last commit by Denys Vlasenko · 7 years ago
  65. 5ace96a ash: use mempcpy() in more places by Denys Vlasenko · 7 years ago
  66. da2244f ash: use mempcpy() where appropriate by Denys Vlasenko · 7 years ago
  67. 42ba757 ash: improve set -x to quote strings as necessary by Denys Vlasenko · 7 years ago
  68. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  69. 8ecd861 ash: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
  70. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  71. 826360f ash: more general format ${var:EXPR:EXPR} by Denys Vlasenko · 7 years ago
  72. 4f8079d ash: "you disabled math" is wrong: user did not disable it, builder of ash did by Denys Vlasenko · 7 years ago
  73. 203fd7b shells: expand TODO comments, no code changes by Denys Vlasenko · 7 years ago
  74. 9d4dc84 ash: protect WIFSTOPPED use with #if JOBS by Johannes Schindelin · 7 years ago
  75. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  76. bd43c67 hush: fix quoted_punct.tests failure by Denys Vlasenko · 7 years ago
  77. 4142f01 ash: fix escaping of a few characters (broken by last commits) by Denys Vlasenko · 7 years ago
  78. ed79a63 ash: tweak in comment by Denys Vlasenko · 7 years ago
  79. 92b8d9c ash: note which versions of glibc exhibit "rho bug" by Denys Vlasenko · 7 years ago
  80. fda9faf ash: fix matching of unicode greek letter rho (cf 81) and similar cases by Denys Vlasenko · 7 years ago
  81. 48c803a ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2 by Denys Vlasenko · 7 years ago
  82. e9aba3e ash: fix 'trap - 65' by Denys Vlasenko · 7 years ago
  83. f56ddf2 ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT by Denys Vlasenko · 7 years ago
  84. 6683d1c ash: fix incorrect path in describe_command by Youfu Zhang · 8 years ago
  85. f547041 ash,hush: fix SIGCHLD interrupting read builtin by Denys Vlasenko · 8 years ago
  86. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  87. 6c149f4 ash: implement "exec -a ARGV0 CMD ARGV1..." by Denys Vlasenko · 8 years ago
  88. e139ae3 ash: make shellexec capable of using separate argv[0] and filename to exec by Denys Vlasenko · 8 years ago
  89. 5f7c82b ash: add INT_OFF/ON around allocations by Denys Vlasenko · 8 years ago
  90. b5b2112 ash: improve / fix glob expansion by Felix Fietkau · 8 years ago
  91. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  92. 098b713 ash: commented-out possible fix for 7694 by Denys Vlasenko · 8 years ago
  93. 4c17937 ash: 16-bit ->nprocs field is a pain for many CPUs by Denys Vlasenko · 8 years ago
  94. 7d4aec0 ash: split bash compatible extensions into separate defines. No code changes by Denys Vlasenko · 8 years ago
  95. 2b4c258 ash: revert "make dot command search current directory first" by Denys Vlasenko · 8 years ago
  96. 265062d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo by Denys Vlasenko · 8 years ago
  97. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  98. fb87d93 ash: fix a bug in argv restoration after sourcing a file by Denys Vlasenko · 8 years ago
  99. 86584e1 ash: fix open fds leaking in redirects. Closes 9561 by Denys Vlasenko · 8 years ago
  100. 6cd0294 ash: explicltly group ash options by Kang-Che Sung · 8 years ago