aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add in a patch to make busybox use the normal pwd.h and grp.handersen2001-01-271-7/+3
* Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionmarkw2001-01-261-255/+501
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-3/+6
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai2001-01-181-1/+1
* Cleanup -- move win handling to cmdedit.c, static-ify many functions.andersen2001-01-041-15/+30
* Ok, this is a pretty major update to sh.c. I renamed all the variables andandersen2000-12-181-3/+13
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-1/+1
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-1/+1
* Cleanup of duplicated symbols -- found by compiling withandersen2000-11-071-1/+1
* Warning cleanup from Gennady Feldmanandersen2000-11-021-9/+10
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-131-7/+7
* More sh updates (with related changes to everything else). Switchedandersen2000-07-281-1/+24
* Use BB_FEATURE_CLEAN_UP where appropriateandersen2000-07-251-0/+12
* Avoid trying to free NULL ptrs. Comment on malloc usages.andersen2000-07-191-4/+6
* Fix some stupid memory bugs.andersen2000-07-141-2/+1
* Added a smallish TODO comment.markw2000-07-131-0/+5
* Fixed a potential infinite loop. First delete any chars after theandersen2000-07-041-1/+10
* Fix some spelling errors in the source as well.andersen2000-06-161-1/+1
* First pass at fixing tar segfault, and more portability updates.erik2000-05-201-0/+6
* More Doc updates. cmdedit and more termio fixes.erik2000-04-211-20/+54
* Updateserik2000-04-181-0/+3
* Upates to include copyright 2000 to everythingerik2000-04-131-58/+8
* Some enhancements I've been working on over the weekend,erik2000-04-121-293/+326
* Make tab completion an optionerik2000-04-091-0/+7
* More minor patcheserik2000-04-091-0/+15
* more minor fixeserik2000-03-191-44/+69
* Some more stuff.erik2000-03-191-449/+470
* Minor updateerik2000-03-171-0/+2
* Several fixes.erik2000-03-171-35/+225
* Forgot these files...erik2000-03-161-0/+405