1. 826360f ash: more general format ${var:EXPR:EXPR} by Denys Vlasenko · 7 years ago
  2. 4f8079d ash: "you disabled math" is wrong: user did not disable it, builder of ash did by Denys Vlasenko · 7 years ago
  3. 203fd7b shells: expand TODO comments, no code changes by Denys Vlasenko · 7 years ago
  4. 9d4dc84 ash: protect WIFSTOPPED use with #if JOBS by Johannes Schindelin · 7 years ago
  5. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  6. bd43c67 hush: fix quoted_punct.tests failure by Denys Vlasenko · 7 years ago
  7. 4142f01 ash: fix escaping of a few characters (broken by last commits) by Denys Vlasenko · 7 years ago
  8. ed79a63 ash: tweak in comment by Denys Vlasenko · 7 years ago
  9. 92b8d9c ash: note which versions of glibc exhibit "rho bug" by Denys Vlasenko · 7 years ago
  10. fda9faf ash: fix matching of unicode greek letter rho (cf 81) and similar cases by Denys Vlasenko · 7 years ago
  11. 48c803a ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2 by Denys Vlasenko · 7 years ago
  12. e9aba3e ash: fix 'trap - 65' by Denys Vlasenko · 7 years ago
  13. f56ddf2 ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT by Denys Vlasenko · 7 years ago
  14. 6683d1c ash: fix incorrect path in describe_command by Youfu Zhang · 8 years ago
  15. f547041 ash,hush: fix SIGCHLD interrupting read builtin by Denys Vlasenko · 8 years ago
  16. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  17. 6c149f4 ash: implement "exec -a ARGV0 CMD ARGV1..." by Denys Vlasenko · 8 years ago
  18. e139ae3 ash: make shellexec capable of using separate argv[0] and filename to exec by Denys Vlasenko · 8 years ago
  19. 5f7c82b ash: add INT_OFF/ON around allocations by Denys Vlasenko · 8 years ago
  20. b5b2112 ash: improve / fix glob expansion by Felix Fietkau · 8 years ago
  21. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  22. 098b713 ash: commented-out possible fix for 7694 by Denys Vlasenko · 8 years ago
  23. 4c17937 ash: 16-bit ->nprocs field is a pain for many CPUs by Denys Vlasenko · 8 years ago
  24. 7d4aec0 ash: split bash compatible extensions into separate defines. No code changes by Denys Vlasenko · 8 years ago
  25. 2b4c258 ash: revert "make dot command search current directory first" by Denys Vlasenko · 8 years ago
  26. 265062d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo by Denys Vlasenko · 8 years ago
  27. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  28. fb87d93 ash: fix a bug in argv restoration after sourcing a file by Denys Vlasenko · 8 years ago
  29. 86584e1 ash: fix open fds leaking in redirects. Closes 9561 by Denys Vlasenko · 8 years ago
  30. 6cd0294 ash: explicltly group ash options by Kang-Che Sung · 8 years ago
  31. ea7d2f6 ash: fix error code regression by Ron Yorston · 8 years ago
  32. 0b88358 Make it possible to select "sh" and "bash" aliases without selecting ash or hush by Denys Vlasenko · 8 years ago
  33. 6704746 shell: move "config" blocks above their use in coditional includes by Denys Vlasenko · 8 years ago
  34. 326edc3 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" by Denys Vlasenko · 8 years ago
  35. 2166952 ash: clarify uclibc glob() bug in comment by Denys Vlasenko · 8 years ago
  36. 3a4cdf4 ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc by Denys Vlasenko · 8 years ago
  37. 2fe66b1 ash: fix signed char expansion bug by Denys Vlasenko · 8 years ago
  38. b6afcc7 shell: suppress "unused var/func" warnings on some configs by Denys Vlasenko · 8 years ago
  39. 4b89d51 ash,hush: make ^C in interactive mode visually much closer to bash behavior by Denys Vlasenko · 8 years ago
  40. 8660aeb ash,hush: ^C from command line should set $? to 128+SIGINT by Denys Vlasenko · 8 years ago
  41. 15fb91c test: make [ and [[ forms individually selectable by Denys Vlasenko · 8 years ago
  42. 06b1149 ash: fix "duplicate local" code (forgot to re-enable interrupts) by Denys Vlasenko · 8 years ago
  43. 1ab7c2f ash: while (!got_sig) pause() is not reliable, use sigsuspend() by Denys Vlasenko · 8 years ago
  44. d4f3db9 ash: if using libc glob(), skip it if no metachars are in word by Denys Vlasenko · 8 years ago
  45. 474ed06 ash: fix bit-rotten debug infrastructure by Denys Vlasenko · 8 years ago
  46. 493b9ca ash: make popfile() anfter popallfiles() safe by Denys Vlasenko · 8 years ago
  47. 8f7b024 ash: use pause(), not sigsuspend(), in wait builtin by Denys Vlasenko · 8 years ago
  48. d81e9f5 ash: fix interactive "command eval STRING" exiting on errors. by Denys Vlasenko · 8 years ago
  49. 458c1f2 ash: [JOBS] Fix dowait signal race by Denys Vlasenko · 8 years ago
  50. c0663c7 ash: [SIGNAL] Remove EXSIG by Denys Vlasenko · 8 years ago
  51. 6918811 ash: open-code blocking_dowait_with_raise_on_sig() by Denys Vlasenko · 8 years ago
  52. b543bda ash: return to DOWAIT_* constants similar to dash, no logic changes by Denys Vlasenko · 8 years ago
  53. 3f44a6b ash: delete leftovers from "simplify EOF/newline handling in list parser" commit by Denys Vlasenko · 8 years ago
  54. 5ac04f2 ash: [EXPAND] Fix ifsfirst/ifslastp leak by Denys Vlasenko · 8 years ago
  55. 455e422 ash: move ifsbreakup() and ifsfree() up by Denys Vlasenko · 8 years ago
  56. b4f51d3 ash: partially sync with dash on "fork if traps are set" logic by Denys Vlasenko · 8 years ago
  57. 2eb0a7e ash: [SHELL] Expand ENV before using it by Denys Vlasenko · 8 years ago
  58. 7039233 ash: comment tweaks, no code changes by Denys Vlasenko · 8 years ago
  59. 65a8b85 ash: optimize tryexec(): avoid one allocation by Denys Vlasenko · 8 years ago
  60. 0e081d0 ash: [CD] Lookup PWD after going through CDPATH by Denys Vlasenko · 8 years ago
  61. a318bba ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc by Denys Vlasenko · 8 years ago
  62. dbef38a ash: [VAR] Remove setvarsafe by Denys Vlasenko · 8 years ago
  63. 35c2a13 ash: use shellparam.optind/optoff in getopts() directly, not through pointers by Denys Vlasenko · 8 years ago
  64. 3df1410 ash: [PARSER] Size optimisations in parameter expansion parser by Denys Vlasenko · 8 years ago
  65. 350e686 ash: [PARSER] Recognise here-doc delimiters terminated by EOF by Denys Vlasenko · 8 years ago
  66. f15aa57 ash: [PARSER] Fix parsing of ${##1} by Denys Vlasenko · 8 years ago
  67. e19923f ash: [REDIR] Remove redundant CLOEXEC calls by Denys Vlasenko · 8 years ago
  68. 6477460 ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhere by Denys Vlasenko · 8 years ago
  69. a513bf3 ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1 by Denys Vlasenko · 8 years ago
  70. 88e1570 ash: [PARSER] Report substition errors at expansion time by Denys Vlasenko · 8 years ago
  71. eaf9436 ash: [REDIR] Move null redirect checks into caller by Denys Vlasenko · 8 years ago
  72. 2a6d29a ash: [PARSER] Do not show prompts in expandstr by Denys Vlasenko · 8 years ago
  73. 579ad10 ash: [EXPAND] Removed herefd hack by Denys Vlasenko · 8 years ago
  74. caee80c ash: [SHELL] Move flushall to the point just before _exit by Denys Vlasenko · 8 years ago
  75. 7aec868 ash: [EVAL] Let funcnode refer to a function definition, not its first command by Denys Vlasenko · 8 years ago
  76. 20a2cd6 ash: [REDIR] Remove EMFILE special case by Denys Vlasenko · 8 years ago
  77. cf98b0c ash: [EVAL] Check exit for eval NSUBSHELL by Denys Vlasenko · 8 years ago
  78. 960ca38 ash: add comment explaining "set -e; $(cmd)" discrepancy by Denys Vlasenko · 8 years ago
  79. 6a94cee ash: reduce code differences from upstream by Denys Vlasenko · 8 years ago
  80. 1825e4f ash: remove unused EXSHELLPROC by Denys Vlasenko · 8 years ago
  81. 061a090 ash: [BUILTIN] Use EXEXIT in place of EXEXEC by Denys Vlasenko · 8 years ago
  82. b7adf7a ash,hush: set exit code 127 in "sh /does/not/exist" case by Denys Vlasenko · 8 years ago
  83. db74c6c ash: explain EXP_REDIR and why we (dont) glob redir filenames by Denys Vlasenko · 8 years ago
  84. 5ccb0e9 ash: return exit status of nofork applets by Ron Yorston · 8 years ago
  85. 561639a ash: all blocks in function node copying must be SHELL_ALIGNed by Denys Vlasenko · 8 years ago
  86. 4c438b5 ash: get rid of two global data variables by Denys Vlasenko · 8 years ago
  87. f37e115 ash: comment out free(p) just before _exit, tweak some outdated comments by Denys Vlasenko · 8 years ago
  88. ce332a2 ash: [PARSER] Add nlprompt/nlnoprompt helpers by Denys Vlasenko · 8 years ago
  89. 80729a4 whitespace fixes by Denys Vlasenko · 8 years ago
  90. ebedb94 sh: do not print empty line at the end of "help" output by Denys Vlasenko · 8 years ago
  91. 888527c ash: undo "tokname hack" by Denys Vlasenko · 8 years ago
  92. bc1a008 ash: placate gcc: "warning: ! is only applied to the left hand side of ==" by Denys Vlasenko · 8 years ago
  93. 8e2c9cc ash: fix globbing bugs when using glibc glob() by Denys Vlasenko · 8 years ago
  94. 37dc08b ash: style fixes by Denys Vlasenko · 8 years ago
  95. 0cdb7ea ash: support "--" in "source" builtin by Denys Vlasenko · 8 years ago
  96. 0aaaa50 ash: expand: Fixed "$@" expansion when EXP_FULL is false by Denys Vlasenko · 8 years ago
  97. de89205 test: memory leak: free group id list by Denys Vlasenko · 8 years ago
  98. b98b4c1 ash: fix return_in_trap1.tests failure by Denys Vlasenko · 8 years ago
  99. 0dd8e45 ash: [EXPAND] Optimise nulonly away and just use quoted as before by Denys Vlasenko · 8 years ago
  100. 88ac97d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM by Denys Vlasenko · 8 years ago