summaryrefslogtreecommitdiff
path: root/shell/cmdedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-152/+97
* Add support of /W promptsEric Andersen2001-04-051-0/+13
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen2001-03-191-1/+1
* Fix to cmdedit.c from VladimirEric Andersen2001-03-191-0/+1
* cmdedit.c bugfix patch from Vladimir.Eric Andersen2001-03-151-12/+14
* - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPTMark Whitley2001-03-141-8/+8
* Update the lash shell (hopefully the last time...) so things likeEric Andersen2001-03-131-76/+97
* Whitespace / formatting / bracket cleanup.Mark Whitley2001-03-081-5/+7
* Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put itEric Andersen2001-02-201-6/+5
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-15/+15
* Put back Vladimir's testing defines, which I mistakenly removed.Eric Andersen2001-02-181-4/+6
* Several features were hard coded on. Stop that. List tab completionEric Andersen2001-02-161-12/+8
* Commit Vladimir's latest cmdedit. I modified it slightly to ensureEric Andersen2001-02-161-6/+7
* Make ar be crossed.Eric Andersen2001-02-161-493/+1028
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen2001-02-011-0/+3
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* If the ioctl fails to tell us the winsize, default to 79.Eric Andersen2001-01-311-1/+4
* Fix the pwd and group functions. The bb_ stuff was a leftover fromEric Andersen2001-01-301-9/+10
* Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen2001-01-271-7/+3
* Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley2001-01-261-255/+501
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-3/+6
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai2001-01-181-1/+1
* Cleanup -- move win handling to cmdedit.c, static-ify many functions.Eric Andersen2001-01-041-15/+30
* Ok, this is a pretty major update to sh.c. I renamed all the variables andEric Andersen2000-12-181-3/+13
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Cleanup of duplicated symbols -- found by compiling withEric Andersen2000-11-071-1/+1
* Warning cleanup from Gennady FeldmanEric Andersen2000-11-021-9/+10
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-131-7/+7
* More sh updates (with related changes to everything else). SwitchedEric Andersen2000-07-281-1/+24
* Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen2000-07-251-0/+12
* Avoid trying to free NULL ptrs. Comment on malloc usages.Eric Andersen2000-07-191-4/+6
* Fix some stupid memory bugs.Eric Andersen2000-07-141-2/+1
* Added a smallish TODO comment.Mark Whitley2000-07-131-0/+5
* Fixed a potential infinite loop. First delete any chars after theEric Andersen2000-07-041-1/+10
* Fix some spelling errors in the source as well.Eric Andersen2000-06-161-1/+1
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-201-0/+6
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-20/+54
* UpdatesErik Andersen2000-04-181-0/+3
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-58/+8
* Some enhancements I've been working on over the weekend,Erik Andersen2000-04-121-293/+326
* Make tab completion an optionErik Andersen2000-04-091-0/+7
* More minor patchesErik Andersen2000-04-091-0/+15
* more minor fixesErik Andersen2000-03-191-44/+69
* Some more stuff.Erik Andersen2000-03-191-449/+470
* Minor updateErik Andersen2000-03-171-0/+2
* Several fixes.Erik Andersen2000-03-171-35/+225
* Forgot these files...Erik Andersen2000-03-161-0/+405