Don't delete source file when decompressing to stdout
[oweals/busybox.git] / shell /
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-24 Eric AndersenApply last_patch37 from vodz
2002-04-13 Eric AndersenPatch from Jim Treadway and Vladimir Oleynik to Add...
2002-04-13 Eric AndersenNice patch from Wolfgang Denk <wd@denx.de> to provide...
2002-04-13 Tim Rikermake ash prompt the same as other shells if cmdedit...
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-03-20 Eric AndersenPatch from vodz to fix a potential segfault
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
2001-12-31 Aaron Lehmannash patch: forkshell-diff
2001-12-31 Aaron Lehmannash patch: fgcmd-diff
2001-12-31 Aaron Lehmannash patch: breakcmd-diff
2001-12-31 Aaron Lehmannash patch: addfname-diff
2001-12-21 Eric AndersenPatch from vodz to fix broken function prototype
2001-12-21 Eric AndersenPatch from vodz to implement ^L (clear screen)
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-08 Eric AndersenBegin moving things to busybox.net
2001-12-06 Aaron LehmannThe ash ansification diff!
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-11-12 Matt KraaiUse fopen wrapper.
2001-11-10 Eric AndersenSome more minor build cleanups
2001-11-10 Eric AndersenCleanup some config problems. Add a sane default confi...
2001-10-31 Eric AndersenPatch from Aaron Lehmann <aaronl@vitelus.com>;
2001-10-31 Eric AndersenFixup some silly prototype warnings
2001-10-31 Eric AndersenPatch from ASA <llb@udm.net.ru> to that source files
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-24 Eric AndersenFixup the location of pwd.h and grp.h
2001-10-24 Eric AndersenPatch from vodz:
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-19 Eric AndersenRemove the now unused ARITH_* defines
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-03 Eric AndersenPatch from Magnus Damm <damm@opensource.se> to avoid...
2001-09-11 Manuel Novoa III Commit my changes to xxreadtoken() to reduce code size...
2001-09-06 Eric Andersendefine IFS_BROKEN
2001-09-06 Eric AndersenPatch from vodz to make ash cope with leading redirections
2001-08-22 Eric AndersenFix a warning and potential segfault in lash when BB_FE...
2001-08-12 Manuel Novoa III I stupidly forgot one level of pointer indirection...
2001-08-10 Eric AndersenFix a merging error
2001-08-10 Manuel Novoa III A few bug fixes and significant size savings. Combined...
2001-08-10 Eric AndersenSmall size optimization from Aaron Lehmann
2001-08-10 Eric AndersenFix stupid grammar error.
2001-08-06 Matt KraaiAdd support for underscores in variable names.
2001-08-02 Eric AndersenTeach libc5 what a sighandler_t is
2001-08-02 Eric AndersenScrub away the last leftovers from BB_FEATURE_<shell...
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-31 Eric AndersenFix the let builtin (so we can close bug #1196) and...
2001-07-30 Eric AndersenThis incorporates Posix math support into ash. The...
2001-07-26 Russ Dillchar renamed can never be negative on ARM (rp->renamed...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-17 Eric AndersenCleanup from vodz
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-12 Matt KraaiAllow assignments in the export and readonly commands.
2001-07-12 Matt KraaiRemove debugging statement.
2001-07-10 Eric AndersenFix a stupid search and replace bug...
2001-07-10 Eric Andersenvodz' latest update to ash.c
2001-07-07 Eric AndersenAdd in a shell tagline (per lash/hush behavior) to...
2001-07-06 Eric AndersenThis is vodz' latest ash update.
2001-07-05 Eric AndersenA bit of testing today showed that ASH_BBAPPS_AS_BUILTI...
2001-07-02 Eric AndersenSome updates to ash from vodz. Makes ash smaller....
2001-07-02 Eric AndersenPatch from vodz to fix freeing a static in cmdedit.
2001-06-29 Eric AndersenThis is a busybox port of the Minix shell. It is reaso...
2001-06-28 Eric AndersenRemove vodz from credits, per his request
2001-06-28 Eric AndersenScrub up the licensing block
2001-06-28 Eric AndersenThis a an ash applet I put together. It is similar...
2001-06-28 Eric AndersenRemove unneeded stuff.
2001-06-28 Eric AndersenMore thrashing about trying to make hush behave itself...
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-26 Eric AndersenExplicitly call setsid()
2001-06-26 Eric AndersenDon't choke if /etc/profile is not available
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-25 Eric AndersenFix the code for establishing a controlling terminal.
2001-06-25 Eric AndersenThis should finish off the job control issues with...
2001-06-22 Eric AndersenSome more cleanups. Of special importance, never free...
2001-06-22 Eric AndersenSome cleanups for hush. Saves about 350bytes.
2001-06-21 Eric AndersenThis commit guts lash, restoring it to what it was...
2001-06-07 Eric AndersenAnother hush update from Larry:
2001-06-06 Eric AndersenA patch from Larry to fix pathological things like...
2001-06-05 Matt KraaiDon't close file descriptors when we are duplicating...
2001-05-31 Eric AndersenCope gracefully when people type something, then hit ^C.
2001-05-31 Eric AndersenPatch from Vladimir to fix up autocompletion on a files...
2001-05-24 Eric AndersenPlug another memory leak
2001-05-23 Eric AndersenPlug another memory leak in hush. This one showed...
2001-05-23 Eric AndersenFix a massive memory leak in the run_list_test() function.
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-23 Matt KraaiCommit a patch by Larry Doolittle which fixes recursive...
2001-05-22 Eric AndersenExcellent. This patch from Larry fixes the behavior...
2001-05-22 Eric AndersenFix this case. No, really this time.
2001-05-22 Eric AndersenFix a race. Sometimes by the time we got to checkjobs...
2001-05-22 Eric AndersenOops. Remove some debug noise I left in.
2001-05-22 Eric AndersenUpdates from both Vladimir and Larry
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-21 Eric AndersenThe latest patch from Larry
2001-05-19 Eric AndersenThis is a patch from Vladimir:
next