Patch from Vladimir to move struct applet from busybox.c to applets.c,
[oweals/busybox.git] / shell /
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...
2001-01-04 Eric AndersenMove window size handling to cmdedit.c. Move prompt...
2001-01-04 Eric AndersenUpdate interface per what now exists...
2001-01-04 Eric AndersenCleanup -- move win handling to cmdedit.c, static-ify...
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 Eric AndersenRemove #ifdef __STDC__ junk. We don't do K&R round...
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-11-07 Eric AndersenCleanup of duplicated symbols -- found by compiling...
2000-11-02 Eric AndersenWarning cleanup from Gennady Feldman
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 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.
next