Get rid of all "#if 0" content.
[oweals/busybox.git] / shell / ash.c
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-25 Bernhard Reutner... - convert old-style parameter declarations (K&R) to...
2006-06-21 Bernhard Reutner... - add note about strict ordering
2006-06-21 Mike FrysingerJean Wolter writes: ash uses bsearch to search in the...
2006-06-14 Rob LandleyUpgrade the standalone shell code to use CONFIG_BUSYBOX...
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2006-05-12 Rob LandleyPatch from Lucas C. Villa Real adding "source" as a...
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 "Vladimir N. Oleynik"C99 say: "char" declaration may be signed or unsigned...
2006-01-25 "Vladimir N. Oleynik"Add more bash-like dot-dirs cmdedit feature
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-19 "Vladimir N. Oleynik"restore 8-bit syntax works, last debian patch is broken...
2006-01-15 "Vladimir N. Oleynik"sync with dash_0.5.3-1
2005-12-15 "Vladimir N. Oleynik"sync license from mainstream
2005-12-13 "Vladimir N. Oleynik"remove sigsetmask, noticed by Bernhard
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-09-26 "Vladimir N. Oleynik"correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled...
2005-09-07 Paul Foxcommitting:
2005-09-05 "Vladimir N. Oleynik"1) sync with dash_0.5.2-7
2005-08-14 Rob LandleyPatch from Stephane Billiart to improve ash error message.
2005-08-09 Paul Foximplemented a builtin echo command in ash. moved the...
2005-08-04 Paul Foxcommiting:
2005-07-21 Paul Foxrevert 10881, and refix by changing "if (vallen)" to...
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix from:
2005-05-07 Rob LandleyThis one's from me. Fix ash "standalone shell".
2005-02-10 Ned Ludd- no need to check if JOBS is defined. Config.in ensure...
2005-02-09 Ned Ludd- add ash read -t timeout support. initial code provide...
2004-10-08 Eric AndersenFix CONFIG_ASH_MATH_SUPPORT_64 so it actually works
2004-10-08 Eric AndersenHiroshi Ito writes:
2004-09-08 Eric AndersenPatrick Huesmann noticed BusyBox would not link when
2004-08-19 Eric AndersenPatch from Vladimir N. Oleynik:
2004-08-06 Glenn L McGrathPatch from Tito to fix warnings about redifined functio...
2004-07-24 Eric AndersenPaul Whittaker writes:
2004-07-21 Glenn L McGrathPatch from Jean Wolter, fixes compiler warning when...
2004-06-25 Glenn L McGrathFix compile error when math support disabled.
2004-06-22 Eric AndersenStupidity-1, Erik-0
2004-06-22 Eric AndersenBastian Blank notices a couple of int64_ts that should...
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-12 Eric AndersenPeter Milne writes:
2004-04-07 Eric AndersenRemove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option...
2004-04-05 Eric AndersenPer suggestion by Pawel Sakowski, fix the dash_arith...
2004-03-16 Eric AndersenPatch from vodz to fix the dynamic vars patch, which...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-11 Eric AndersenPaul Mundt, lethal at linux-sh dot org writes:
2004-02-18 Manuel Novoa III Fix vstype[] to match VS* defines. Patch from OpenWrt...
2004-02-06 Eric AndersenPatch from vodz, based on bug report from Richard Kojed...
2004-02-04 Glenn L McGrathVodz last_patch_125_2, this patch have:
2004-01-25 Glenn L McGrathFix compile error when tab completion disabled
2004-01-14 Glenn L McGrathVodz last_patch_122, Check $PATH at runtime to fix...
2004-01-13 Glenn L McGrathVodz last_patch_121, syncing with dash_0.4.19, reduce...
2003-11-25 Glenn L McGrathFix for "Broken pipe" issue, vodz last_patch116_3
2003-11-14 Glenn L McGrathFix a "broken pipe" problem. vodz, last_patch_116-2
2003-10-22 Eric Andersenlast_patch116 from vodz:
2003-09-17 Glenn L McGrathPatch by Junio C Hamano to workaround a gcc compiler...
2003-09-15 Glenn L McGrathPatch from Bastian Blank to fix a problem when runing...
2003-09-15 Glenn L McGrathPatch by Jean Wolter to fix a bug where a script wouldn...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-09-01 Glenn L McGrathFix compile error and reducing size for libbb/get_conso...
2003-08-29 Glenn L McGrathvodz, last patch 103
2003-08-13 Manuel Novoa III Rewrite timescmd() function to avoid the use of floatin...
2003-08-06 Eric AndersenLatest dash update from vodz
2003-07-29 Eric AndersenFixup typo noticed by Nick Fedchik
2003-07-29 Eric AndersenVladimir N. Oleynik writes:
2003-07-28 Eric AndersenThis is synced from dash-0.4.17 and full ready for...
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-01-14 Eric AndersenOnly call free if it is necessary
2003-01-06 Glenn L McGrathMinor cleanup, identified by Stewart Brodie, patch...
2002-12-23 Glenn L McGrathFix STANDALONE_SHELL and ALWAYS_WIN options, last_path_...
2002-12-11 Glenn L McGrathSmall bugfix, last_patch72 from Vladimir N. Oleynik
2002-12-09 Glenn L McGrathCommand line history changes, lastpatch_71 from Vladimi...
2002-12-03 Robert Griebl - the number of commands in the history list is now...
2002-10-22 Eric AndersenFix warning
2002-10-22 Eric AndersenApply last_patch51_3 from vodz
2002-09-30 Eric AndersenDon't even try to run ash on uClinux. It won't work.
2002-09-17 Eric AndersenPatch from "Joe.C" <joe@numa.com.tw>
2002-08-23 Glenn L McGrathApply vodz last_path_51-2
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-08-02 Aaron LehmannRemove ckfree, and replace all references with free...
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2002-07-04 Eric AndersenPatch from Stewart Brodie <stewart.brodie@pace.co.uk...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-06-06 Eric AndersenPatch from vodz to only setenv PATH when PATH changes...
2002-06-04 Robert GrieblFix for broken handling off BusyBox's own pwd/grp imple...
2002-05-14 Robert GrieblAdd --login support. This is the bash way of starting...
2002-04-26 Eric AndersenEnsure that getenv("PATH") stays current, since otherwi...
2002-04-24 Eric Andersenvodz noted this line (as imported from Debian) is wrong...
2002-04-13 Tim Rikermake ash prompt the same as other shells if cmdedit...
2002-01-09 Eric AndersenMake private ash config options be public
2001-12-31 Aaron Lehmannash patch: errname-diff
2001-12-31 Aaron Lehmannash patch: initvar-diff
next