1. 1be73dd shell: fix parsing of $(( (v)++ + NUM )) by Denys Vlasenko · 3 years, 3 months ago
  2. d84a604 shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) by Denys Vlasenko · 3 years, 3 months ago
  3. 841878e shell: remove FAST_FUNC from a static function by Denys Vlasenko · 4 years, 2 months ago
  4. 7427406 shell: better comments in BASE#nn code by Denys Vlasenko · 5 years ago
  5. c58d785 ash: fix BASE###nn bashism for bases 36..64 by Denys Vlasenko · 5 years ago
  6. ca1ce4b ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 by Denys Vlasenko · 5 years ago
  7. 8b35f20 shell: move all definitions of strto_arith_t() together by Denys Vlasenko · 6 years ago
  8. 9edd268 shell: implement optional "BASE#nnnn" numeric literals by Denys Vlasenko · 6 years ago
  9. f19e3c1 shell: handle $((NUM++...) like bash does. Closes 10706 by Denys Vlasenko · 7 years ago
  10. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  11. f5add44 typo fix in comment by Denys Vlasenko · 10 years ago
  12. 8a475de ash,hush: do not segfault on $((2**63 / -1)) by Denys Vlasenko · 10 years ago
  13. 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
  14. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  15. 395b97a shell/math: better comment. no code changes by Denys Vlasenko · 14 years ago
  16. bed7c81 shell/math: deconvolute and explain ?: handling. Give better error message by Denys Vlasenko · 14 years ago
  17. 063847d shell/math: return string error indicator, not integer by Denys Vlasenko · 14 years ago
  18. 0eac8ff shell/math.c: stop using bss variable by Denys Vlasenko · 14 years ago
  19. 06d44d7 shell/math.c: rename arith_eval_hooks to arith_state, put error code into it by Denys Vlasenko · 14 years ago
  20. bd14770 shell/math.c: small code shrink; fixed incomprehensible comments by Denys Vlasenko · 14 years ago
  21. 51850c8 shell: small code shrink by Denys Vlasenko · 14 years ago
  22. b771c65 shell: shrink arith code; and prepare for returning text error codes by Denys Vlasenko · 14 years ago
  23. 8b2f13d shell: unify endofname() in hush and ash by Denys Vlasenko · 14 years ago
  24. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  25. 03dad22 hush: use ash's read builtin by Denys Vlasenko · 15 years ago
  26. 7306727 shell: split read builtin from ash by Denys Vlasenko · 15 years ago
  27. 76ace25 ash,hush: fix $RANDOM in children being repeated by Denys Vlasenko · 15 years ago
  28. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  29. 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
  30. 1943aec hush: plug the leak of expanded heredoc by Denis Vlasenko · 16 years ago
  31. cc8289d shell/math: randomconfig fix by Denis Vlasenko · 16 years ago
  32. 98c5264 split math code out of ash and into a standalone library so we can use it in any shell (like hush!) by Mike Frysinger · 16 years ago