hush: delete hush-bugs/glob_and_vars.tests for real
[oweals/busybox.git] / shell / ash.c
2007-02-23 Denis Vlasenkoash: cleanup part 2.2
2007-02-23 Denis Vlasenkoash: starting second round of cleanups. #1
2007-02-23 Denis Vlasenkoash: cleanup part 9
2007-02-23 Denis Vlasenkoash: cleanup part 8
2007-02-23 Denis Vlasenkoash: cleanup part 7
2007-02-23 Denis Vlasenkoash: cleanup part 6
2007-02-23 Denis Vlasenkoash: cleanup part 5
2007-02-23 Denis Vlasenkoash: cleanup part 4
2007-02-23 Denis Vlasenkoash: cleanup part 3
2007-02-23 Denis Vlasenkoash: cleanup part 2
2007-02-23 Denis Vlasenkoash: cleanup part 1
2007-02-19 Denis Vlasenkoash: move ash_main() and helpers to end of ash.c, more...
2007-02-19 Denis Vlasenkoash: more renaming and style fixes
2007-02-19 Denis Vlasenkoash: rearrange code to reduce forward references, renam...
2007-02-19 Denis Vlasenkoash: tiny style fixes
2007-02-18 Denis Vlasenkoash: de-obfuscate code, add 'static' keyword, etc.
2007-02-18 Denis Vlasenkoash: convert #ifdef CONFIG_ to #if ENABLE_
2007-02-18 Denis Vlasenkoash: fix indentation and style. no code changes
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
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-21 Denis VlasenkoIntroduce FEATURE_EXEC_PREFER_APPLETS = "re-execute...
2007-01-18 Denis Vlasenkofix subtle bug inherited from dash
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-10 Denis Vlasenkoexecute "safe applets" exev if not standalone shell
2006-12-26 Denis Vlasenkoash: is_safe_applet mustn't affect disabled applets
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-26 Denis Vlasenkostyle fixes
2006-12-24 Denis Vlasenkorandom tiny size savings
2006-12-24 Denis Vlasenkoless: implement waiting for input using select(). Rathe...
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-12-19 Denis Vlasenkosu: make /etc/shells check configurable
2006-12-18 Denis Vlasenkoxfuncs.c: dietlibc actually HAS fdprintf!
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-27 Denis Vlasenkofix remaining survivors of the return(a) cleanup
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-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-10-16 Denis Vlasenkoash: fix segfault in ash.
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-06 Rob LandleyBug fix from Vladimir Oleynic via Paul Fox for:
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...
next