aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.c
AgeCommit message (Expand)Author
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-08-02Teach libc5 what a sighandler_t isEric Andersen
2001-08-02Scrub away the last leftovers from BB_FEATURE_<shell>. Good thingEric Andersen
2001-08-02Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen
2001-07-22Some patches to make dietlibc work...Eric Andersen
2001-07-17This is vodz' latest patch. Sorry it took so long...Eric Andersen
2001-07-12Patch from vodz:Eric Andersen
2001-07-02Patch from vodz to fix freeing a static in cmdedit.Eric Andersen
2001-06-26Vladimir's last_patch_15Glenn L McGrath
2001-05-31Patch from Vladimir to fix up autocompletion on a files/dirs with spaces inEric Andersen
2001-05-21Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen
2001-05-17It turns out job control in both hush and lash was broken by theEric Andersen
2001-05-11Fix a segfault in lash, hush, and cmdedit. Each of these usedEric Andersen
2001-04-23Some patches from Gennady Feldman. Fixed a glob problem such thatEric Andersen
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
2001-04-05Add support of /W promptsEric Andersen
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen
2001-03-19Fix to cmdedit.c from VladimirEric Andersen
2001-03-15cmdedit.c bugfix patch from Vladimir.Eric Andersen
2001-03-14 - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPTMark Whitley
2001-03-13Update the lash shell (hopefully the last time...) so things likeEric Andersen
2001-03-08Whitespace / formatting / bracket cleanup.Mark Whitley
2001-02-20Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put itEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-18Put back Vladimir's testing defines, which I mistakenly removed.Eric Andersen
2001-02-16Several features were hard coded on. Stop that. List tab completionEric Andersen
2001-02-16Commit Vladimir's latest cmdedit. I modified it slightly to ensureEric Andersen
2001-02-16Make ar be crossed.Eric Andersen
2001-02-01Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-31If the ioctl fails to tell us the winsize, default to 79.Eric Andersen
2001-01-30Fix the pwd and group functions. The bb_ stuff was a leftover fromEric Andersen
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen
2001-01-26Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
2001-01-04Cleanup -- move win handling to cmdedit.c, static-ify many functions.Eric Andersen
2000-12-18Ok, this is a pretty major update to sh.c. I renamed all the variables andEric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-11-07Cleanup of duplicated symbols -- found by compiling withEric Andersen
2000-11-02Warning cleanup from Gennady FeldmanEric Andersen
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai
2000-07-28More sh updates (with related changes to everything else). SwitchedEric Andersen
2000-07-25Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen
2000-07-19Avoid trying to free NULL ptrs. Comment on malloc usages.Eric Andersen
2000-07-14Fix some stupid memory bugs.Eric Andersen
2000-07-13Added a smallish TODO comment.Mark Whitley
2000-07-04Fixed a potential infinite loop. First delete any chars after theEric Andersen