clean up accumulated whitespace damage
[platform/upstream/busybox.git] / shell / msh.c
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-02-09 Denis Vlasenkomsh: fix my buglet
2007-02-04 Denis Vlasenkofind: support for !
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-01 Denis Vlasenkomsh: cleaning up for -Wwrite-strings part #4
2007-02-01 Denis Vlasenkomsh: cleaning up for -Wwrite-strings part #3
2007-02-01 Denis Vlasenkomsh: cleaning up for -Wwrite-strings part #2
2007-02-01 Denis Vlasenkomsh: cleaning up for -Wwrite-strings
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-22 Denis Vlasenkocmdedit is not a 'command' editing anymore, it's just...
2007-01-22 Denis VlasenkoConvert cmdedit into more generic line input facility
2007-01-01 Denis Vlasenkostty: fix width of a field for ppc32
2007-01-01 Denis Vlasenkomsh: double "static char line[LINELIM]" etc deleted.
2006-12-24 Denis Vlasenkorandom tiny size savings
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-15 Mike Frysingerremove duplicate flag decls
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-08-10 Rob LandleyMake a warning go away when standalone shell is disabled.
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-01 "Robert P. J. Day"Get rid of all "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-26 Mike Frysingerdont setpgrp() for now as it breaks system() and that...
2006-06-25 Bernhard Reutner... - convert old-style parameter declarations (K&R) to...
2006-06-20 Mike Frysingerassign default debug level to the MSHDEBUG define
2006-06-14 Rob LandleyUpgrade the standalone shell code to use CONFIG_BUSYBOX...
2006-06-06 Mike Frysingermake the default prompt suck less when using fancy...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-02 Mike Frysingeruse xmalloc()
2006-05-26 Bernhard Reutner... - use portability wrapper define bb_setpgrp.
2006-05-05 Mike Frysingerdidnt mean to commit debug enable
2006-05-05 Mike Frysingeruse %p when printing pointers, not %x
2006-05-05 Mike Frysingerfix Bug 659 as reported by Robin Getz
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...