Copy the string terminator.
[oweals/busybox.git] / shell /
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 calls to {m,c,re}alloc so that they use x{m,c,re...
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-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-19 Eric AndersenAvoid trying to free NULL ptrs. Comment on malloc...
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 AndersenFix some stupid memory bugs.
2000-07-14 Eric AndersenAdd in redimentary backtick suport (doesn't work proper...
2000-07-13 Mark WhitleyAdded a smallish TODO comment.
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-07 Eric AndersenNaming fix
2000-07-06 Eric AndersenHad an extra tcsetpgrp.
2000-07-04 Eric AndersenFixed a potential infinite loop. First delete any...
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-06-16 Eric AndersenFix some spelling errors in the source as well.
2000-05-20 Erik AndersenFirst pass at fixing tar segfault, and more portability...
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-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-12 Erik AndersenSome enhancements I've been working on over the weekend,
2000-04-09 Erik AndersenMake tab completion an option
2000-04-09 Erik AndersenMore minor patches
2000-04-05 Erik AndersenMinor noise removal
2000-03-26 Erik AndersenFirst stages of (re-)writing busybox's tar creation...
2000-03-19 Erik Andersenmore minor fixes
2000-03-19 Erik AndersenSome more stuff.
2000-03-17 Erik AndersenMinor update
2000-03-17 Erik AndersenSeveral fixes.
2000-03-16 Erik AndersenFix fg bug
2000-03-16 Erik AndersenForgot these files...
2000-03-16 Erik AndersenMajor build system updates...
2000-03-12 Erik AndersenFirst pass at writing a shell for busybox.