- 7221c8c lineedit: reduce stack usage by Denis Vlasenko · 17 years ago
- 6672c8e test: stop using lots of bss. by Denis Vlasenko · 17 years ago
- 73cb1fd lineedit: stop using both data/bss and tons of stack. by Denis Vlasenko · 17 years ago
- 037576d read_line_input: fix it to not do any fancy editing if echoing is disabled. by Denis Vlasenko · 17 years ago
- f74194e xatonum.h: add comment by Denis Vlasenko · 17 years ago
- feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
- e918e15 remove stray semicolon by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 86b29ea lineedit: plug memory leak by Denis Vlasenko · 17 years ago
- 6a5377a documentation bits in comments, no code changes by Denis Vlasenko · 17 years ago
- dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
- e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 0922192 lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY, by Denis Vlasenko · 18 years ago
- 5f9468e lineedit: nuke two unused variables and code which sets them by Denis Vlasenko · 18 years ago
- bf3561f lineedit: do not try to open NULL history file by Denis Vlasenko · 18 years ago
- 6b343dd fix inadvertently leaked PWD_BUFFER_SIZE by Denis Vlasenko · 18 years ago
- 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 18 years ago
- 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
- e968fcd lineedit: add missing #if/#endif init: fix warnings by Denis Vlasenko · 18 years ago
- ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
- 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
- 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
- 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
- 95fef70 move shell/cmdedit.c -> libbb/lineedit.c by Denis Vlasenko · 18 years ago[Renamed from shell/cmdedit.c]
- 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
- 253ce00 cmdedit: fix breakage by Denis Vlasenko · 18 years ago
- 6258fd3 cmdedit: stop playing dirty games with atexit by Denis Vlasenko · 18 years ago
- 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
- 00cdbd8 Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable by Denis Vlasenko · 18 years ago
- 5592fac cmdedit: more optimizations by Denis Vlasenko · 18 years ago
- 47bdb3a cmdedit: small optimizations by Denis Vlasenko · 18 years ago
- 82b39e8 sanitize cmdedit a bit (group functions by task etc) by Denis Vlasenko · 18 years ago
- 57ec574 * precision requires the argument be an integer, not size_t by Mike Frysinger · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- 7e46cf7 #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined by Denis Vlasenko · 18 years ago
- afc9ff9 removal of commented-out cruft by Denis Vlasenko · 18 years ago
- 0a8a774 cmdedit: reformat code a bit, no algorithm changes by Denis Vlasenko · 18 years ago
- d56b47f fix type character mixup in command completion by Denis Vlasenko · 18 years ago
- f58906b cmdedit: fix my bug, improve code a bit by Denis Vlasenko · 18 years ago
- 7f1dc21 cmdedit: use qsort for sorting command completion results; style fixes by Denis Vlasenko · 18 years ago
- 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
- 9d4533e Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
- 966ec7c #if CONFIG_xxx -> #if ENABLE_xxx by Denis Vlasenko · 18 years ago
- 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
- 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
- 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 4eddb42 Remove the silly redundancy from that header file include. by "Robert P. J. Day" · 18 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- 0f2dd9f vi-mode changes: eliminate warnings from out-of-range-for-type by Paul Fox · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- fdb871c Add more bash-like dot-dirs cmdedit feature Close bug 648. Restore my whitespace by "Vladimir N. Oleynik" · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
- e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
- f087480 destroy bug [0000404] by "Vladimir N. Oleynik" · 19 years ago
- 3f11b1b commiting: 0000025: vi-editing mode for ash by Paul Fox · 19 years ago
- 574fee4 applying: by Paul Fox · 19 years ago
- cb01bb1 Patch from Vladimir N. Oleynik: by Eric Andersen · 20 years ago
- aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
- 9b3ce77 Fix spelling. "sort of" is two words. by Eric Andersen · 21 years ago
- 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
- 7fc504c Vodz. last_patch_128 by Glenn L McGrath · 21 years ago
- 16e45d7 Vodz last_patch_125_2, this patch have:
by Glenn L McGrath · 21 years ago
- 475820c last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian by Glenn L McGrath · 21 years ago
- 6728596 Vodz last_patch_122, Check $PATH at runtime to fix tab completion by Glenn L McGrath · 21 years ago
- 3b25185 Declare dependencies of command line editing in the build system by Glenn L McGrath · 21 years ago
- 27bb790 Cmdedit update from Vladimir N. Oleynik (vodz) by Eric Andersen · 21 years ago
- 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
- 81fe123 Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
- c470f44 This is synced from dash-0.4.17 and full ready for insert to new busybox by Eric Andersen · 21 years ago
- 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 4d00129 Correct column width for tab completion and ls by Glenn L McGrath · 22 years ago
- 2c24bb8 Fix tab-tab listing of files so it properly reflects current by Eric Andersen · 22 years ago
- fdbbb04 Command line history changes, lastpatch_71 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 350d26b - the number of commands in the history list is now configureable via the by Robert Griebl · 22 years ago
- 062c74f last_patch_68 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- b230159 Fixed a timing bug which occured when bb ash is run in a rxvt on the by Robert Griebl · 22 years ago
- d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
- 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
- ae10361 Apply last_patch37 from vodz by Eric Andersen · 23 years ago
- 65a0730 Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-K by Eric Andersen · 23 years ago
- 889a301 Patch from vodz to fix a potential segfault by Eric Andersen · 23 years ago
- f1f2bd0 Patch from vodz to implement ^L (clear screen) by Eric Andersen · 23 years ago
- 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
- 1a10eec Fixup the location of pwd.h and grp.h by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 95b5201 Teach libc5 what a sighandler_t is -Erik by Eric Andersen · 23 years ago
- ff9b4a8 Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing by Eric Andersen · 23 years ago
- 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
- 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
- 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
- 7467c8d Patch from vodz: by Eric Andersen · 23 years ago