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