| Commit message (Expand) | Author | Age | Files | Lines |
* | hush: make function support configurable | Denis Vlasenko | 2009-04-13 | 1 | -14/+21 |
* | build system tweaks to account for latest hush changes | Denis Vlasenko | 2009-04-05 | 1 | -7/+6 |
* | split math code out of ash and into a standalone library so we can use it in ... | Mike Frysinger | 2009-04-02 | 1 | -16/+16 |
* | mark msh as deprecated | Mike Frysinger | 2009-03-29 | 1 | -2/+5 |
* | make lash deprecation more prominent | Mike Frysinger | 2009-03-28 | 1 | -1/+1 |
* | - fix typo | Bernhard Reutner-Fischer | 2008-08-06 | 1 | -1/+1 |
* | hush: finish and enable optional case...esac support. Code size cost: | Denis Vlasenko | 2008-07-28 | 1 | -3/+13 |
* | - wrap overlong lines (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2008-07-22 | 1 | -9/+9 |
* | config help fixes | Denis Vlasenko | 2008-07-16 | 1 | -1/+1 |
* | ash: optional printf builtin. +25 bytes if off, +35 if on. | Denis Vlasenko | 2008-06-01 | 1 | -0/+7 |
* | ash: add FEATURE_SH_NOFORK support | Denis Vlasenko | 2008-04-12 | 1 | -0/+17 |
* | shells: do not frocibly enable test, echo and kill _applets_, | Denis Vlasenko | 2008-04-01 | 1 | -11/+0 |
* | ash: optional bash-like pattern subst and substring opts | Denis Vlasenko | 2008-03-25 | 1 | -0/+7 |
* | kill lash. "lash" builtin still exists, but it runs hush. | Denis Vlasenko | 2007-11-23 | 1 | -12/+5 |
* | hush: implement echo builtin | Denis Vlasenko | 2007-11-23 | 1 | -0/+1 |
* | hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox)) | Denis Vlasenko | 2007-06-08 | 1 | -0/+4 |
* | hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush. | Denis Vlasenko | 2007-05-21 | 1 | -0/+18 |
* | hush: make process substitution configurable; add a testcase | Denis Vlasenko | 2007-05-20 | 1 | -0/+5 |
* | cttyhack: new applet. | Denis Vlasenko | 2007-05-18 | 1 | -0/+20 |
* | tail: fix SEGV on "tail -N" | Denis Vlasenko | 2007-05-08 | 1 | -10/+19 |
* | hush: make job control and interactiveness configurable, part 2 | Denis Vlasenko | 2007-04-28 | 1 | -3/+15 |
* | hush: make job control and interactiveness configurable, part 1 | Denis Vlasenko | 2007-04-28 | 1 | -0/+9 |
* | Rename two config options: | Denis Vlasenko | 2007-04-10 | 1 | -2/+2 |
* | - improve spelling | Bernhard Reutner-Fischer | 2007-01-29 | 1 | -2/+2 |
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | 2007-01-22 | 1 | -60/+0 |
* | Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable | Denis Vlasenko | 2007-01-21 | 1 | -0/+8 |
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | 2006-11-02 | 1 | -0/+1 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -74/+74 |
* | remove leading "Enable" from the config option text. not only is it | Paul Fox | 2006-06-08 | 1 | -12/+12 |
* | made "test" an ash built-in. | Paul Fox | 2006-06-08 | 1 | -16/+22 |
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | 2006-04-13 | 1 | -14/+14 |
* | Typo fixes brought to you by the letters a, l, and Robert P. Day. | Rob Landley | 2006-03-03 | 1 | -1/+1 |
* | Convert some help text to english. | Rob Landley | 2006-02-08 | 1 | -5/+5 |
* | Note on SVN 13424: Don't mix "default y" and select of something earlier | Rob Landley | 2006-01-30 | 1 | -1/+1 |
* | - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding | Bernhard Reutner-Fischer | 2006-01-19 | 1 | -0/+10 |
* | rename menu and touchup whitespace | Mike Frysinger | 2005-09-24 | 1 | -9/+9 |
* | committing: | Paul Fox | 2005-09-07 | 1 | -7/+13 |
* | 1) sync with dash_0.5.2-7 | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -0/+9 |
* | implemented a builtin echo command in ash. moved the guts of the | Paul Fox | 2005-08-09 | 1 | -0/+15 |
* | commiting: | Paul Fox | 2005-08-04 | 1 | -0/+8 |
* | - add ash read -t timeout support. initial code provided by Tim Yamin on Oct/... | Ned Ludd | 2005-02-09 | 1 | -0/+11 |
* | Fix a typo | Glenn L McGrath | 2004-09-24 | 1 | -2/+2 |
* | A bit of extra explanation regarding STANDALONE | Eric Andersen | 2004-09-24 | 1 | -0/+5 |
* | Patch from Bastian Blank: | Eric Andersen | 2004-06-22 | 1 | -0/+9 |
* | Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof | Eric Andersen | 2004-04-07 | 1 | -10/+8 |
* | Patch from vodz to fix the dynamic vars patch, which I should not | Eric Andersen | 2004-03-16 | 1 | -0/+11 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Declare dependencies of command line editing in the build system | Glenn L McGrath | 2004-01-03 | 1 | -34/+33 |
* | Andreas Mohr writes: | Eric Andersen | 2003-10-22 | 1 | -8/+9 |
* | config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend | Eric Andersen | 2003-09-12 | 1 | -1/+1 |