Patch from Rogelio Serrano to defer checking whether the tty exists until
[oweals/busybox.git] / shell / msh.c
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2005-10-17 "Vladimir N. Oleynik"data --> text
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-09-22 "Vladimir N. Oleynik"Reduce exported from msh applet
2005-07-20 Paul Foxapplyinf fix for:
2004-09-02 Eric AndersenJonas Holmberg from axis dot com writes:
2004-08-27 Eric AndersenQuiet a few warnings
2004-08-04 Eric AndersenMichael Leibow, MichaelLe at belkin.com writes:
2004-08-04 Eric AndersenRun msh through indent
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-07 Eric AndersenRemove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-14 Eric AndersenPatch from Jonas Holmberg, adjusted by Robert Schwebel...
2002-12-11 Eric AndersenFixup all the horrible broken function prototypes
2002-04-26 Eric AndersenEnsure that getenv("PATH") stays current, since otherwi...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-19 Eric AndersenAdd an option to make the shells not advertise their...
2001-08-06 Matt KraaiAdd support for underscores in variable names.
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-12 Eric AndersenPatch from vodz:
2001-07-12 Matt KraaiAllow assignments in the export and readonly commands.
2001-07-12 Matt KraaiRemove debugging statement.
2001-07-07 Eric AndersenAdd in a shell tagline (per lash/hush behavior) to...
2001-06-29 Eric AndersenThis is a busybox port of the Minix shell. It is reaso...