1. 969e008 hush: code shrink by Denys Vlasenko · 1 year, 11 months ago
  2. d488a52 ash: trivial code shrink by Denys Vlasenko · 1 year, 11 months ago
  3. 27be0e8 shell: fix compile failures in some configs by Denys Vlasenko · 1 year, 11 months ago
  4. 58598eb ash: optional sleep builtin by Shawn Landden · 2 years, 3 months ago
  5. 7c2a3bd ash: fix use-after-free in bash pattern substitution by Sören Tempel · 2 years, 4 months ago
  6. daa66ed ash: fix use-after-free in pattern substituon code by Denys Vlasenko · 2 years, 4 months ago
  7. 1c54552 ash: fix ifs cleanup on error paths by Denys Vlasenko · 2 years, 4 months ago
  8. 7d1c7d8 ash,hush: use HOME for tab completion and prompts by Ron Yorston · 2 years, 9 months ago
  9. 9b6f44e style fix by Denys Vlasenko · 2 years, 7 months ago
  10. 5fe20cf ash: do not truncate failed tilde expansion on unknown user names by Denys Vlasenko · 2 years, 9 months ago
  11. 7750b5a ash: fix unsafe use of mempcpy by Denys Vlasenko · 2 years, 9 months ago
  12. fa52ac9 ash: don't read past end of var in subvareval for bash substitutions by Sören Tempel · 2 years, 9 months ago
  13. 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
  14. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  15. 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
  16. a277506 shell: add comments about SIGINT-related problems by Denys Vlasenko · 2 years, 11 months ago
  17. 931c55f libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR by Denys Vlasenko · 2 years, 11 months ago
  18. 68b402e ash: ^C with SIG_INGed SIGINT should not exit the shell by Denys Vlasenko · 2 years, 11 months ago
  19. 004cefa reset: better --help text by Denys Vlasenko · 2 years, 11 months ago
  20. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  21. aaf3d5b shell: tweak --help by Denys Vlasenko · 3 years, 2 months ago
  22. 62f1eed hush: in a comment, document what -i might be doing by Denys Vlasenko · 3 years, 2 months ago
  23. 7c3e96d shell: use more compact SHELL_ASH / HUSH config defines. no code changes by Denys Vlasenko · 3 years, 2 months ago
  24. 5acf5e1 shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y by Denys Vlasenko · 3 years, 2 months ago
  25. 53b2fdc *: add NOINLINEs where code noticeably shrinks by Denys Vlasenko · 3 years, 2 months ago
  26. 5156b24 Make const ptr assign as function call in clang by YU Jincheng · 3 years, 2 months ago
  27. 49bcf9f hush: speed up ${x//\*/|} too by Denys Vlasenko · 3 years, 2 months ago
  28. 5aaeb55 ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZE by Denys Vlasenko · 3 years, 2 months ago
  29. 21e8dbf ash.c: speedup ${s:} substring (no quotes) by Alin Mr · 3 years, 4 months ago
  30. 1f92503 *: generalize "const trick" by YU Jincheng · 3 years, 2 months ago
  31. 5b026d1 ash: fix compile breakage in !ENABLE_ASH_ALIAS config by Denys Vlasenko · 3 years, 2 months ago
  32. 1be73dd shell: fix parsing of $(( (v)++ + NUM )) by Denys Vlasenko · 3 years, 2 months ago
  33. 62e4331 shell: enable more tests which are passing now by Denys Vlasenko · 3 years, 2 months ago
  34. d84a604 shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) by Denys Vlasenko · 3 years, 2 months ago
  35. 704c596 ash: introduce bash-like $FUNCNAME by Denys Vlasenko · 3 years, 3 months ago
  36. 5726df5 ash: let ignoreeof only affect interactive shells by Ron Yorston · 3 years, 3 months ago
  37. 50239a6 ash: stopped jobs should only prevent exit from interactive shell by Ron Yorston · 3 years, 3 months ago
  38. 0beee20 ash: fix ignoreeof option by Ron Yorston · 3 years, 3 months ago
  39. eb60777 ash: eval: Prevent recursive PS4 expansion by Denys Vlasenko · 3 years, 3 months ago
  40. 48cb983 ash: parser: Get rid of PEOA by Denys Vlasenko · 3 years, 3 months ago
  41. 8c68ae8 ash: parser: Fix alias expansion after heredoc or newlines by Denys Vlasenko · 3 years, 3 months ago
  42. c540256 ash: use pgetc_eatbnl() in more places, take 3 by Denys Vlasenko · 3 years, 3 months ago
  43. 1c06ddd ash: parser: Save and restore heredoclist in expandstr by Denys Vlasenko · 3 years, 3 months ago
  44. 30af593 ash: parser: Fix handling of empty aliases by Denys Vlasenko · 3 years, 3 months ago
  45. 574b9c4 hush: fix var_LINENO3.tests failure by Denys Vlasenko · 3 years, 3 months ago
  46. bcff3a7 shell/ash_test/run-all: unset locale/language variables by Denys Vlasenko · 3 years, 3 months ago
  47. 64aa86b ash: LINENO starts from 0 in -c SCRIPT mode by Denys Vlasenko · 3 years, 3 months ago
  48. d6c9cbc ash: fix LINENO in functions by Denys Vlasenko · 3 years, 3 months ago
  49. 0d7dfa9 ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs by Denys Vlasenko · 3 years, 3 months ago
  50. e53c7db hush: fix set -n to act immediately, not just after run_list() by Denys Vlasenko · 3 years, 3 months ago
  51. f415e21 ash: eval: Do not cache value of eflag in evaltree by Denys Vlasenko · 3 years, 3 months ago
  52. 41beb53 ash: eval: Check nflag in evaltree instead of cmdloop by Denys Vlasenko · 3 years, 3 months ago
  53. e0bf3df ash: add bash-like ERR trap and set -E by Roberto A. Foglietta · 3 years, 3 months ago
  54. 4a36ef1 ash: regressions in process substitution by Ron Yorston · 3 years, 3 months ago
  55. 21afdde hush: fix "error: invalid preprocessing directive ##" by Denys Vlasenko · 3 years, 4 months ago
  56. 37460f5 hush: tweak ${var/pattern/repl} optimization by Denys Vlasenko · 3 years, 4 months ago
  57. 49cc3ca hush: optimize ${var/pattern/repl} for trivial patterns by Denys Vlasenko · 3 years, 4 months ago
  58. c450437 shell: update psubst testcases by Denys Vlasenko · 3 years, 4 months ago
  59. 8dd676c hush: add missed "undef" by Denys Vlasenko · 3 years, 4 months ago
  60. b278d82 hush: implement $'str' bashism by Denys Vlasenko · 3 years, 4 months ago
  61. 05c5d74 ahell: update testsuite by Denys Vlasenko · 3 years, 4 months ago
  62. 53d45c9 ash: speed up ${v//pattern/repl} by Denys Vlasenko · 3 years, 4 months ago
  63. 1310d7b ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE by Denys Vlasenko · 3 years, 5 months ago
  64. 53a7a9c ash: parser: Fix VSLENGTH parsing with trailing garbage by Denys Vlasenko · 3 years, 5 months ago
  65. ad57e4e ash: revert accidental change (should have been separate) by Denys Vlasenko · 3 years, 5 months ago
  66. 96436fb e2fsprogs/*: remove ioctl calling obfuscation by Denys Vlasenko · 3 years, 5 months ago
  67. 97c3b5e hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN} by Denys Vlasenko · 3 years, 6 months ago
  68. 83a4967 hush: fix handling of "cmd && &" by Denys Vlasenko · 3 years, 6 months ago
  69. 1b7a9b6 hush: fix handling of \^C and "^C" by Denys Vlasenko · 3 years, 6 months ago
  70. 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  71. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  72. 4c4b02c ash: save Ron's patch from oblivion by Denys Vlasenko · 3 years, 6 months ago
  73. 457825f shells: do not allow bare "read" in non-bash compat configs by Denys Vlasenko · 3 years, 6 months ago
  74. a1b0d38 ash: add process substitution in bash-compatibility mode by Ron Yorston · 4 years, 4 months ago
  75. 1b30c63 shell: also do word splitting when -d DELIM is used by Eicke Herbertz · 3 years, 6 months ago
  76. f0c0c56 hush: beautify ^D handling to match ash / bash by Denys Vlasenko · 3 years, 8 months ago
  77. cbfdeba hush: make LINENO selectable without BASH-COMPAT by Denys Vlasenko · 3 years, 9 months ago
  78. 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
  79. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  80. 2b7c1aa ash: match bash behavior for ${empty_var/*/repl} by Denys Vlasenko · 3 years, 11 months ago
  81. 883cdb7 ash: fix ${unset_var/pattern/repl} by Denys Vlasenko · 3 years, 11 months ago
  82. 4e039ba ash: improve --help by Denys Vlasenko · 4 years ago
  83. 3b05305 hush: code shrink by Denys Vlasenko · 4 years ago
  84. 85158b6 ash: code shrink by Denys Vlasenko · 4 years ago
  85. 3f8ec00 ash: make a strdup copy of $HISTFILE for line editing by Denys Vlasenko · 4 years ago
  86. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  87. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  88. c7ef818 hush: make comment more clear by Denys Vlasenko · 4 years ago
  89. cad20ce typo fix by Denys Vlasenko · 4 years ago
  90. 1237d62 hush: fix this case: echo "SCRIPT" | hush by Denys Vlasenko · 4 years ago
  91. 46a71dc hush: if !EDITING, do not regenerate prompt for every input char by Denys Vlasenko · 4 years ago
  92. 51a471d ash: change "clear ungetc counter on syntax errors" fix to match dash by Denys Vlasenko · 4 years ago
  93. 521220e hush: fix ^C in INTERACTIVE, !EDITING config by Denys Vlasenko · 4 years ago
  94. 18bcaf3 hush: revert "make interactive ^C break out of PS2 mode" by Denys Vlasenko · 4 years ago
  95. 649acb9 hush: fix PS1 prompth in !EDITING config by Denys Vlasenko · 4 years ago
  96. a7b52d2 hush: fix fallout from tweaking ${var:START:LEN} code by Denys Vlasenko · 4 years ago
  97. 93e2a22 shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 by Denys Vlasenko · 4 years ago
  98. 0ab2dd4 hush: fix comment by Denys Vlasenko · 4 years ago
  99. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
  100. 07abc7c hush: deal with FIXMEs for corner cases in parameter expansion by Denys Vlasenko · 4 years ago