Fix up copyright msgs. Bump version to 0.49 in preparation for
[platform/upstream/busybox.git] / shell / lash.c
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-26 Mark WhitleyFixed a li'l thinko.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-23 Eric AndersenBug fix.
2001-01-20 Eric AndersenMore printf cleanups
2001-01-05 Eric AndersenNeeds to be NULL at init in all cases.
2001-01-05 Eric AndersenPatch from larry doolittle to be ever so careful to...
2001-01-05 Eric AndersenBetter label the globals.
2001-01-05 Eric AndersenPatch from Larry Doolittle to set values to static...
2001-01-05 Matt KraaiFix a segfault by only constructing the prompt when...
2001-01-04 Eric AndersenMove window size handling to cmdedit.c. Move prompt...
2000-12-22 Eric AndersenCleanup from Gennady Feldman <gfeldman@mail.com>
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-21 Eric AndersenAnother sh.c patch from Larry Doolittle. This makes...
2000-12-20 Eric AndersenFix a warning in sh.c. Remove use of getline() in...
2000-12-18 Eric AndersenOk, this is a pretty major update to sh.c. I renamed...
2000-12-12 Eric AndersenMem leak fix from Matt Kraai
2000-12-11 Eric AndersenPatch from Matt Kraai to fox sh.c escape problem such...
2000-12-08 Eric AndersenPut in i to getopt, so i will work...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Eric AndersenBettwr document the hidden internal sh.c #defines,...
2000-12-06 Eric Andersenpatch from Larry Doolittle to rename BB_FEATURE_SH_BUIL...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-30 Eric AndersenApply some patches from Gennady Feldman <gfeldman@mail...
2000-11-30 Eric AndersenPatch from Larry Doolittle (with minor touchups from...
2000-11-30 Eric AndersenFix escape char problem.
2000-11-17 Eric Andersen"I will always compile before I commit."
2000-11-17 Eric AndersenFix up builtin overrides, and hack in the binary search...
2000-11-17 Eric AndersenAdd in a new FEATURE (off by default) BB_FEATURE_SH_BUI...
2000-11-14 Eric AndersenPatch from Gennady Feldman <gfeldman@tradeline.net...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-21 Eric AndersenAdd in exec support (patch from Torbj?rn Axelsson ...
2000-09-19 Eric AndersenI think these featires are fairly safe...
2000-09-19 Matt KraaiAvoid segfaults by not using snprintf to copy strings.
2000-09-15 Pavel Roskin"exit NUMBER" should exit, not return
2000-09-14 Matt KraaiBackslashes shouldn't be treated as backticks.
2000-09-14 Matt KraaiCopy the string terminator.
2000-09-13 Matt KraaiDon't fork for the . (source) command so that environme...
2000-09-13 Matt KraaiFix unchecked calls to {m,c,re}alloc so that they print...
2000-09-06 Matt KraaiReset optind so that getopt works in busybox applets...
2000-08-21 Eric AndersenTurn off some debug noise.
2000-07-28 Eric AndersenClean up the nasty blunder I'd made of how different...
2000-07-28 Eric AndersenOops. Forgot an ifdef
2000-07-28 Eric AndersenMore sh updates (with related changes to everything...
2000-07-27 Eric AndersenMore shell features.... if-then-else-fi is now basicall...
2000-07-26 Eric AndersenMinor style cleanups.
2000-07-25 Eric AndersenFinish off fixing up the memleaks (I think). Added...
2000-07-18 Eric AndersenSigh -- can't sleep. Clean up some mem leaks, fixed...
2000-07-17 Pavel RoskinNew message added to messages.c: full_version
2000-07-17 Eric AndersenBacktick support to infinite (memory limited) levels...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-14 Eric AndersenAdd in redimentary backtick suport (doesn't work proper...
2000-07-12 Mark WhitleyAdded some smallish comments to help folks understand...
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-10 Eric AndersenFunction name cleanup.
2000-07-06 Eric AndersenHad an extra tcsetpgrp.
2000-07-03 Eric Andersensh fixes from Marius Groeger <mag@sysgo.de>
2000-06-28 Eric Andersen* Fixed a _horrible_ bug where 'tar -tvf' could unlink
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-13 Erik AndersenMinor fixes to being a standalone shell.
2000-05-13 Erik AndersenBusyBox shell (lash) can now be used as a standalone...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-18 Erik AndersenUpdates
2000-04-17 John Beppu+ no need for comments.
2000-04-17 Erik AndersenMore updates to the docs, and fixes to sync things...
2000-04-12 Erik AndersenSome enhancements I've been working on over the weekend,
2000-04-05 Erik AndersenMinor noise removal
2000-03-26 Erik AndersenFirst stages of (re-)writing busybox's tar creation...
2000-03-19 Erik AndersenSome more stuff.
2000-03-17 Erik AndersenSeveral fixes.
2000-03-16 Erik AndersenFix fg bug
2000-03-16 Erik AndersenMajor build system updates...
2000-03-12 Erik AndersenFirst pass at writing a shell for busybox.