Don't delete source file when decompressing to stdout
[oweals/busybox.git] / shell /
2001-05-17 Eric AndersenIt turns out job control in both hush and lash was...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-16 Eric AndersenMove init of a bunch of globals into main so we are...
2001-05-15 Eric AndersenFix the behavior of local shell variables to match...
2001-05-15 Eric AndersenOops. I left in some debug noise.
2001-05-15 Eric AndersenWrite set_local_var() and fixup lookup_param() so you...
2001-05-15 Eric AndersenThis patch covers one big part of variable handling.
2001-05-11 Eric AndersenFix up some silly warnings
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-05-11 Eric AndersenUse xgetcwd
2001-05-08 Eric AndersenA few more structural updates for job control.
2001-05-08 Eric AndersenFix a stupid segfault caused by dereferencing a NULL...
2001-05-07 Eric AndersenThis patch from Evin Robertson <nitfol@my-deja.com...
2001-05-07 Eric AndersenMore hush updates from Larry:
2001-05-04 Eric AndersenLarry's variant on Evin Robertson's fix to what I messed up
2001-05-04 Matt KraaiDon't reset parents context when we encounter an termin...
2001-05-04 Eric AndersenIf it fails to run a builtin, let it fall through to
2001-05-02 Matt KraaiMove up waitpid error check so that errno isn't clobber...
2001-05-02 Eric AndersenSome more job control updates. It will now sucessfully...
2001-05-02 Matt KraaiDon't treat newline as pipe separator when processing...
2001-05-02 Matt KraaiFix $(...) construction. Noted and patched by Larry...
2001-05-02 Eric AndersenFirst pass at getting job control working. This gets...
2001-05-02 Matt KraaiUse the current pgrp, not pid, when resetting the foreg...
2001-05-02 Matt KraaiDon't segfault if the first word is the empty string.
2001-05-02 Eric AndersenAnother update from Larry:
2001-05-01 Eric AndersenAnother hush update from Larry:
2001-04-30 Eric AndersenSome more hush.c updates from Larry Doolittle.
2001-04-27 Eric AndersenUse BUFSIZ for the_command to match size used in cmdedit
2001-04-27 Eric AndersenAn update to hush from Larry:
2001-04-26 Eric AndersenThis is the initial checkin of Larry Doolittle's hush...
2001-04-25 Mark WhitleyMoved some #ifdefs down below #include "busybox.h"...
2001-04-23 Eric AndersenSome patches from Gennady Feldman. Fixed a glob proble...
2001-04-12 Matt KraaiAnother banner consolidation from Larry Doolittle ...
2001-04-12 Matt KraaiFix handling of '' and "".
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-05 Eric AndersenAdd support of /W prompts
2001-04-04 Matt KraaiAvoid segfault when export is invoked with no arguments...
2001-03-29 Eric AndersenAdd in a new standalone env applet for fixing up app...
2001-03-27 Mark WhitleyFix to last patch: locale code should be 9, not 7.
2001-03-27 Mark WhitleyApplied patch from Vladimir N. Oleynik to add locale...
2001-03-23 Eric Andersen-Wshadow sh fix from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-19 Eric AndersenFix to cmdedit.c from Vladimir
2001-03-17 Eric AndersenPatch from Larry and Vladimir to clean up sh.c and fix
2001-03-15 Eric AndersenFix from Larry for glob problems.
2001-03-15 Eric Andersencmdedit.c bugfix patch from Vladimir.
2001-03-15 Mark WhitleyReversed previous patch. The right way is to fix uClibc.
2001-03-15 Mark WhitleyApplied patch from Andreas Neuhaus to fix namespace...
2001-03-14 Eric AndersenYesterday I make strsep_space include post-token whites...
2001-03-14 Eric AndersenI forgot to malloc space for the NULL.
2001-03-14 Mark WhitleyApplied patch from Larry Doolittle to fix '>\na\n'...
2001-03-14 Eric Andersenlibc5 glob is pretty stupid and doesn't do GLOB_BRACE...
2001-03-14 Mark Whitley - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATU...
2001-03-13 Eric AndersenUpdate the lash shell (hopefully the last time...)...
2001-03-12 Eric AndersenA fix from Larry Doolittle for some nasty segfaults...
2001-03-10 Eric AndersenWhen using wordexp, only try to use the expand command
2001-03-09 Eric AndersenFixed a couple more cases. $FOO/bar ${FOO} and such...
2001-03-09 Eric AndersenAllow wordexp to be used if available
2001-03-09 Eric AndersenUrg. Remove the debug noise
2001-03-09 Eric AndersenOk, sh.c should be working now. Many thanks to Larry...
2001-03-09 Eric AndersenFix sh.c for the glab case. I was messing things up for
2001-03-09 Eric AndersenA '.' is a legal seperator.
2001-03-09 Eric AndersenCleanup patch from Larry
2001-03-08 Eric AndersenAdd in 'trim' routine. Fix up sh.c so it works when...
2001-03-08 Mark WhitleyWhitespace / formatting / bracket cleanup.
2001-03-08 Eric AndersenRemember to delete un-expandable variables, and do...
2001-03-08 Eric AndersenRework environment variable handling to use wordexp...
2001-03-07 Eric Andersenremove an unused variable
2001-03-06 Eric AndersenFix the memory leak. No really this time.
2001-03-06 Eric AndersenFix func prototype
2001-03-06 Eric AndersenFixed a memory leak in lash. It seems that close_all...
2001-03-06 Eric AndersenClose open files before calling builtin_exec(). I...
2001-02-20 Eric AndersenOops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMP...
2001-02-20 Eric AndersenThis fixes lash so it handles environment variable...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-18 Eric AndersenPut back Vladimir's testing defines, which I mistakenly...
2001-02-16 Eric AndersenSeveral features were hard coded on. Stop that. List...
2001-02-16 Eric AndersenCommit Vladimir's latest cmdedit. I modified it slight...
2001-02-16 Eric AndersenMake ar be crossed.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-02-01 Matt KraaiCreate find_applet_by_name function. Save 32 bytes.
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-31 Eric AndersenIf the ioctl fails to tell us the winsize, default...
2001-01-30 Eric AndersenPatch from Bryan Rittmeyer -- be more conservative...
2001-01-30 Eric AndersenFix the pwd and group functions. The bb_ stuff was...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenAdd in a patch to make busybox use the normal pwd.h...
2001-01-26 Mark WhitleyApplied patch from Vladimir N. Oleynik <dzo@simtreas...
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-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
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...
next