Start 1.33.0 development cycle
[oweals/busybox.git] / shell / cmdedit.c
2007-01-22 Denis Vlasenkomove shell/cmdedit.c -> libbb/lineedit.c
2007-01-22 Denis Vlasenkocmdedit is not a 'command' editing anymore, it's just...
2007-01-22 Denis Vlasenkocmdedit: fix breakage
2007-01-22 Denis Vlasenkocmdedit: stop playing dirty games with atexit
2007-01-22 Denis VlasenkoConvert cmdedit into more generic line input facility
2007-01-21 Denis VlasenkoIntroduce FEATURE_EDITING_FANCY_KEYS, so that user...
2007-01-21 Denis Vlasenkocmdedit: more optimizations
2007-01-21 Denis Vlasenkocmdedit: small optimizations
2007-01-21 Denis Vlasenkosanitize cmdedit a bit (group functions by task etc)
2006-12-28 Mike Frysinger* precision requires the argument be an integer, not...
2006-12-26 Denis Vlasenkostyle fixes
2006-12-23 Denis Vlasenko#define FEATURE_GETUSERNAME_AND_HOMEDIR should be alway...
2006-12-22 Denis Vlasenkoremoval of commented-out cruft
2006-12-21 Denis Vlasenkocmdedit: reformat code a bit, no algorithm changes
2006-12-21 Denis Vlasenkofix type character mixup in command completion
2006-12-19 Denis Vlasenkocmdedit: fix my bug, improve code a bit
2006-12-19 Denis Vlasenkocmdedit: use qsort for sorting command completion resul...
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-02 Denis VlasenkoFix kbuild bugs noticed by Bernhard Fischer <rep.nop...
2006-11-01 Denis Vlasenko#if CONFIG_xxx -> #if ENABLE_xxx
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-03 "Robert P. J. Day"Remove the silly redundancy from that header file include.
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...
next