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