Clean up.
[oweals/busybox.git] / shell / cmdedit.c
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-03-07 Paul Foxvi-mode changes: eliminate warnings from out-of-range...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 "Vladimir N. Oleynik"Add more bash-like dot-dirs cmdedit feature
2006-01-25 Tim Rikerjust whitespace
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-22 "Vladimir N. Oleynik"more remove lost exported
2005-09-05 "Vladimir N. Oleynik"destroy bug [0000404]
2005-08-04 Paul Foxcommiting:
2005-07-19 Paul Foxapplying:
2004-08-19 Eric AndersenPatch from Vladimir N. Oleynik:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-12 Eric AndersenFix spelling. "sort of" is two words.
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-02-22 Glenn L McGrathVodz. last_patch_128
2004-02-04 Glenn L McGrathVodz last_patch_125_2, this patch have:
2004-01-22 Glenn L McGrathlast_patch_124 from Vodz, fix an ash bug when alt-1...
2004-01-14 Glenn L McGrathVodz last_patch_122, Check $PATH at runtime to fix...
2004-01-03 Glenn L McGrathDeclare dependencies of command line editing in the...
2003-12-23 Eric AndersenCmdedit update from Vladimir N. Oleynik (vodz)
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-07-29 Eric AndersenVladimir N. Oleynik writes:
2003-07-28 Eric AndersenThis is synced from dash-0.4.17 and full ready for...
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-06 Glenn L McGrathCorrect column width for tab completion and ls
2003-01-02 Eric AndersenFix tab-tab listing of files so it properly reflects...
2002-12-09 Glenn L McGrathCommand line history changes, lastpatch_71 from Vladimi...
2002-12-03 Robert Griebl - the number of commands in the history list is now...
2002-11-27 Glenn L McGrathlast_patch_68 from Vladimir N. Oleynik
2002-07-30 Robert GrieblFixed a timing bug which occured when bb ash is run...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-04-24 Eric AndersenApply last_patch37 from vodz
2002-04-13 Eric AndersenPatch from Jim Treadway and Vladimir Oleynik to Add...
2002-03-20 Eric AndersenPatch from vodz to fix a potential segfault
2001-12-21 Eric AndersenPatch from vodz to implement ^L (clear screen)
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-10-24 Eric AndersenFixup the location of pwd.h and grp.h
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
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-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-02 Eric AndersenPatch from vodz to fix freeing a static in cmdedit.
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-05-31 Eric AndersenPatch from Vladimir to fix up autocompletion on a files...
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-17 Eric AndersenIt turns out job control in both hush and lash was...
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-04-23 Eric AndersenSome patches from Gennady Feldman. Fixed a glob proble...
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-05 Eric AndersenAdd support of /W prompts
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-19 Eric AndersenFix to cmdedit.c from Vladimir
2001-03-15 Eric Andersencmdedit.c bugfix patch from Vladimir.
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-08 Mark WhitleyWhitespace / formatting / bracket cleanup.
2001-02-20 Eric AndersenOops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMP...
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-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
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 AndersenFix the pwd and group functions. The bb_ stuff was...
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-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2001-01-04 Eric AndersenCleanup -- move win handling to cmdedit.c, static-ify...
2000-12-18 Eric AndersenOk, this is a pretty major update to sh.c. I renamed...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-07 Eric AndersenCleanup of duplicated symbols -- found by compiling...
2000-11-02 Eric AndersenWarning cleanup from Gennady Feldman
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-07-28 Eric AndersenMore sh updates (with related changes to everything...
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-14 Eric AndersenFix some stupid memory bugs.
2000-07-13 Mark WhitleyAdded a smallish TODO comment.
2000-07-04 Eric AndersenFixed a potential infinite loop. First delete any...
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-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-18 Erik AndersenUpdates
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-03-19 Erik Andersenmore minor fixes
2000-03-19 Erik AndersenSome more stuff.
next