summaryrefslogtreecommitdiff
path: root/shell/cmdedit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen2001-01-271-7/+3
| | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik
* Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley2001-01-261-255/+501
| | | | in Busybox shell. (Thanks, Vlad.)
* #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
| | | | Vladimir N. Oleynik.
* 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
| | | | | | | | | | | | function names to conform with the style guide. I also did a lot of work on the if-then-alse-fi logic and added prototype (i.e. it segfaults when enabled) line continuation support. Furthermore, this patch includes Larry Doolittle's work on restructuring some of the data structures that represent the job and child_program, allowing several simplifications and fixing several bugs. -Erik
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
| | | | compliant with the style guide. Everybody rebuild your tags file!
* 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
| | | | LDFLAGS += -Wl,-warn-common
* Warning cleanup from Gennady FeldmanEric Andersen2000-11-021-9/+10
| | | | -Erik
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-131-7/+7
| | | | segfaulting or handling errors the same way themselves.
* More sh updates (with related changes to everything else). SwitchedEric Andersen2000-07-281-1/+24
| | | | | | to using getopt and cleaned up the resulting mess. if-then-else-fi is now basically working (given a bunch of constraints). -Erik
* Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen2000-07-251-0/+12
| | | | -Erik
* Avoid trying to free NULL ptrs. Comment on malloc usages.Eric Andersen2000-07-191-4/+6
| | | | -Erik
* Fix some stupid memory bugs.Eric Andersen2000-07-141-2/+1
| | | | -Erik
* 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
| | | | | | | cursor, then delete everything before it. Before this, we would just delete everything before the cursor and freak out if there were still chars left (i.e. stuff after the cursor). -Erik
* Fix some spelling errors in the source as well.Eric Andersen2000-06-161-1/+1
| | | | -Erik
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-201-0/+6
| | | | -Erik
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-20/+54
|
* UpdatesErik Andersen2000-04-181-0/+3
| | | | -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-58/+8
| | | | -Erik
* Some enhancements I've been working on over the weekend,Erik Andersen2000-04-121-293/+326
| | | | -Erik
* Make tab completion an optionErik Andersen2000-04-091-0/+7
| | | | -Erik
* More minor patchesErik Andersen2000-04-091-0/+15
| | | | -Erik
* more minor fixesErik Andersen2000-03-191-44/+69
| | | | -Erik
* Some more stuff.Erik Andersen2000-03-191-449/+470
| | | | -Erik
* Minor updateErik Andersen2000-03-171-0/+2
|
* Several fixes.Erik Andersen2000-03-171-35/+225
| | | | -Erik
* Forgot these files...Erik Andersen2000-03-161-0/+405
-Erik