- 1166d7b ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem) by Denys Vlasenko · 15 years ago
- b0d6338 ash: preparatory cleanup. The only real changes are (unsigned char) casts by Denys Vlasenko · 15 years ago
- 6db4784 hush: export PWD by Denys Vlasenko · 15 years ago
- a00329c ash: better comment. no code changes by Denys Vlasenko · 15 years ago
- 7218af9 ash: revent one place where number() doesn't work by Denys Vlasenko · 15 years ago
- ecc2a2e ash: deal with some TODOs (mostly trivial) by Denys Vlasenko · 15 years ago
- c8334a4 ash: fix handling of Unicode chars in redirects. Fixes bug 585 by Denys Vlasenko · 15 years ago
- b6c8434 ash: trivial simplifications and optimizations by Denys Vlasenko · 15 years ago
- a12af2d ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481 by Denys Vlasenko · 15 years ago
- ffc3920 ash: fix bug 571 (jobs %string misbehaving) by Denys Vlasenko · 15 years ago
- 7cee00e ash: further fixes to debug machinery (closes bug 485) by Denys Vlasenko · 15 years ago
- e56f22a ash: make "jobs" work even in subshells by Denys Vlasenko · 15 years ago
- 86e83ec ash: fix debug machinery a bit by Denys Vlasenko · 15 years ago
- 883cea4 ash: fixes in debug printouts by Denys Vlasenko · 15 years ago
- 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
- 641dd7b ash: revert over-zealous usage of FAST_FUNC by Denys Vlasenko · 16 years ago
- 7753919 added comments about [[ ]] to ash and hush. no code changes by Denys Vlasenko · 16 years ago
- 2634bf3 randomconfig fixes by Denys Vlasenko · 16 years ago
- d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
- d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- eb85849 hush: deal with umask TODO (symbolic modes) by Denis Vlasenko · 16 years ago
- 135cecb ash: fix warning in debug build by Denis Vlasenko · 16 years ago
- 34d4d89 hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting by Denis Vlasenko · 16 years ago
- b29eb6e shells: do not need to have math state global by Denis Vlasenko · 16 years ago
- 0dfe1d2 fix ash-alias/alias.tests failure by Denis Vlasenko · 16 years ago
- 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
- 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
- f6fbd62 ash: add/improve comments, no code changes by Denis Vlasenko · 16 years ago
- 46aeab9 ash: fix $IFS handling in read. closes bug 235 by Denis Vlasenko · 16 years ago
- 5368ad5 ash: expand comment by Denis Vlasenko · 16 years ago
- 1bb3d7e ash: add missing comma in debug scaffolding by Denis Vlasenko · 16 years ago
- b9e70dd ash: fix a case where we close wrong descriptor; add debug hack for that by Denis Vlasenko · 16 years ago
- f173395 ash: DEBUG should be 0 :) by Denis Vlasenko · 16 years ago
- b21f379 ash: fix TRACE commands by Denis Vlasenko · 16 years ago
- 653d8e7 ash: make evaltree save/restore int suppression depth. by Denis Vlasenko · 16 years ago
- 4b87570 ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handler by Denis Vlasenko · 16 years ago
- 7f88e34 ash: tentatively fix bug 189. by Denis Vlasenko · 16 years ago
- 5c2b814 ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy by Denis Vlasenko · 16 years ago
- 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
- 8ad78e1 ash: make dot command search current directory first, as bash does. by Denis Vlasenko · 16 years ago
- 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
- 68819d1 ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case by Denis Vlasenko · 16 years ago
- 81c3a1d ash: remove TODO which seems to actually work now. no code changes by Denis Vlasenko · 16 years ago
- f8535cc ash: finally installed it as /bin/sh on my machine. by Denis Vlasenko · 16 years ago
- e27dafd ash: add FIXME by Denis Vlasenko · 16 years ago
- 7b2294e ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX" by Denis Vlasenko · 16 years ago
- 41eb300 ash: shrink on top of previous change by Denis Vlasenko · 16 years ago
- 727752d ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&' with testcase by Denis Vlasenko · 16 years ago
- 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
- 1689840 ash: fix bad interaction between ash -c '....&' and bash compat by Denis Vlasenko · 16 years ago
- cc5feab ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT by Denis Vlasenko · 16 years ago
- 340299a ash: fix miscalculation of memory needed for eval tree by Denis Vlasenko · 16 years ago
- be54d6b ash: fix "while kill -0 $child; do true; done" looping forever. by Denis Vlasenko · 16 years ago
- b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
- 834dee7 ash: support &> redirection (bashism). ~90 bytes of code by Denis Vlasenko · 16 years ago
- 176d49d ash: some beautification work, no code changes by Denis Vlasenko · 16 years ago
- 559691a ash: implement ">&file" bashism. ~100 bytes. by Denis Vlasenko · 16 years ago
- d6855d1 style fixes, no code changes by Denis Vlasenko · 16 years ago
- 34c73c4 ash: fix "(cat < file)" hang introduced by rev 22944. by Denis Vlasenko · 16 years ago
- c90e1be ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" by Denis Vlasenko · 16 years ago
- 87d5fd9 ash: fix typo by Denis Vlasenko · 16 years ago
- 4e19a9c ash: hopefully close bug 4324. With testcase. by Denis Vlasenko · 16 years ago
- 6a0ad25 ash: dont allow e.g. exec <&10 to attach to stript's fd! by Denis Vlasenko · 16 years ago
- 22f7414 ash: prevent exec NN>&- from closing fd used for script reading by Denis Vlasenko · 16 years ago
- 5a86731 ash: fix a bug where redirection fds were not closed afterwards. by Denis Vlasenko · 16 years ago
- 6fbb43b ash: teach ash about 123>file. It could take only 0..9 before by Denis Vlasenko · 16 years ago
- 6514c5e ash: ducument where "no fds > 9 in redirects" limitation is. no code changes. by Denis Vlasenko · 16 years ago
- 8d924ec ash: ditch dupredirect(), it was only making code harder to read. by Denis Vlasenko · 16 years ago
- 0b76964 ash: explain redirect code a bit by Denis Vlasenko · 16 years ago
- 2dc240c ash: code shrink by Denis Vlasenko · 16 years ago
- a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
- 3177ba0 ash: small code shrink by Denis Vlasenko · 16 years ago
- e7067e3 ash: fix segfault in "command -v" by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
- ce13b76 libbb: shrink monotonic_XXX functions, introduce monotonic_ns (unused for now) by Denis Vlasenko · 16 years ago
- 26bc57d ash: improve comments by Denis Vlasenko · 16 years ago
- 448d30e ash: fix very weak $RANDOM generator; and move even more things out of data/bss by Denis Vlasenko · 16 years ago
- 843cbd5 ash: move stuff out of data/bss by Denis Vlasenko · 16 years ago
- cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
- 2f5d0cd ash: trivial code readability fixes by Denis Vlasenko · 16 years ago
- 2b75a94 ash: improve readability of the code. No real code changes. by Denis Vlasenko · 16 years ago
- ef527f5 ash: optional support for $'...\t...\n...' bashism by Denis Vlasenko · 16 years ago
- b07a496 ash: minor shrink (mostly smallints) and variable renaming by Denis Vlasenko · 16 years ago
- 9cd4c76 ash: fix "shift BIGNUM" and "read with no variable name" bugs. by Denis Vlasenko · 16 years ago
- 29038c0 ash: small cosmetic change by Denis Vlasenko · 17 years ago
- 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 17 years ago
- 98a6f56 reword the error msg so people realize that they broke it, they buy it by Mike Frysinger · 17 years ago
- cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 29eb359 ash: more of -Wall fixes by Denis Vlasenko · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- dddfaff ash: make set -o and set +o work as in dash/bash. by Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- c7131c3 ash: fix breakage introduced in rev 21481. by Denis Vlasenko · 17 years ago
- 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
- 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
- 4a9ca13 ash: do not do find_applet() twice in shellexec/tryexec by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago