style fixes. No code changes.
[platform/upstream/busybox.git] / shell / lash.c
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-03-31 Denis Vlasenkolash: make -c work; crush buffer overrun and free of...
2007-03-31 Denis Vlasenkolash: style cleanup
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-30 Denis Vlasenkolash: -Wwrite-strings fixes
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
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-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-26 Denis Vlasenkostyle fixes
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-11-27 Denis Vlasenkofix remaining survivors of the return(a) cleanup
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-09 Rob LandleyBugfix from Shaun Jackman (check that argv[optind]...
2006-07-01 Rob LandleyPatch from Shaun Jackman moving the var=value logic...
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-20 Rob LandleyCleanup patch from Shaun Jackman converting %m to perror.
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-06-13 Rob LandleyPatch from Shaun Jackman to detect "name=value" variabl...
2006-06-13 Rob LandleyMake lash smaller. (Use llist_t for file closing,...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-03 Bernhard Reutner... 2006-06-02 Shaun Jackman <sjackman@gmail.com>
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
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
2006-01-22 Bernhard Reutner... - add platform.h.
2005-09-22 "Vladimir N. Oleynik"Reduce exported from lash applet
2005-03-04 Mike FrysingerShaun Jackman writes: Newlib uses both __getopt_initial...
2004-08-16 Eric AndersenJoe.C writes:
2004-04-12 Eric AndersenJamie Guinan writes:
2004-04-07 Eric AndersenRemove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-12 Eric AndersenFix some goofy formatting
2004-03-05 Glenn L McGrathPatch by Felipe Kellermann to fix a compiler compatabil...
2004-02-10 Eric Andersenoops. Leave the default feature set enbled for now...
2004-02-10 Eric AndersenInitial effort at disabling job control as well
2004-02-10 Eric AndersenSupport disabling pipe and redirect support
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-11 Eric AndersenSquash a warning by making function declaration a prope...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-08 Eric AndersenTeach lash to get $1 $2 $3 etc correct
2002-09-30 Eric AndersenUse %m, not strerror, and strerror(err) was broken...
2002-09-26 Eric AndersenAvoid calling exit() from within fork/vfork'ed processes.
2002-07-31 Eric AndersenA couple of small bugfixes from Marshall M. Midden...
2002-06-06 Eric AndersenFix a buffer overflow found by Gerardo Puga <gpuga...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-08 Eric AndersenBegin moving things to busybox.net
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
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-10-03 Eric AndersenPatch from Magnus Damm <damm@opensource.se> to avoid...
2001-08-22 Eric AndersenFix a warning and potential segfault in lash when BB_FE...
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-12 Eric AndersenPatch from vodz:
2001-06-27 Eric Andersendon't whine if all we need to do is remove a bg job
2001-06-27 Eric AndersenRe-enable globbing (I'd accidentaly removed it) and...
2001-06-25 Eric AndersenThis should finish off the job control issues with...
2001-06-21 Eric AndersenThis commit guts lash, restoring it to what it was...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-11 Eric AndersenFix up some silly warnings
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-04-25 Mark WhitleyMoved some #ifdefs down below #include "busybox.h"...
2001-04-23 Eric AndersenSome patches from Gennady Feldman. Fixed a glob proble...
2001-04-12 Matt KraaiAnother banner consolidation from Larry Doolittle ...
2001-04-12 Matt KraaiFix handling of '' and "".
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-04 Matt KraaiAvoid segfault when export is invoked with no arguments...
2001-03-29 Eric AndersenAdd in a new standalone env applet for fixing up app...
2001-03-27 Mark WhitleyFix to last patch: locale code should be 9, not 7.
2001-03-27 Mark WhitleyApplied patch from Vladimir N. Oleynik to add locale...
2001-03-23 Eric Andersen-Wshadow sh fix from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-17 Eric AndersenPatch from Larry and Vladimir to clean up sh.c and fix
2001-03-15 Eric AndersenFix from Larry for glob problems.
2001-03-15 Mark WhitleyReversed previous patch. The right way is to fix uClibc.
2001-03-15 Mark WhitleyApplied patch from Andreas Neuhaus to fix namespace...
2001-03-14 Eric AndersenYesterday I make strsep_space include post-token whites...
2001-03-14 Eric AndersenI forgot to malloc space for the NULL.
2001-03-14 Mark WhitleyApplied patch from Larry Doolittle to fix '>\na\n'...
2001-03-14 Eric Andersenlibc5 glob is pretty stupid and doesn't do GLOB_BRACE...
2001-03-14 Mark Whitley - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATU...
2001-03-13 Eric AndersenUpdate the lash shell (hopefully the last time...)...
next