preparatory patch for -Wwrite-strings #7: sed
[oweals/busybox.git] / shell /
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-22 Denis Vlasenkomove shell/cmdedit.c -> libbb/lineedit.c
2007-01-22 Denis Vlasenkocmdedit is not a 'command' editing anymore, it's just...
2007-01-22 Denis Vlasenkocmdedit: fix breakage
2007-01-22 Denis Vlasenkocmdedit.h: remove
2007-01-22 Denis Vlasenkocmdedit: stop playing dirty games with atexit
2007-01-22 Denis VlasenkoConvert cmdedit into more generic line input facility
2007-01-21 Denis VlasenkoIntroduce FEATURE_EDITING_FANCY_KEYS, so that user...
2007-01-21 Denis Vlasenkocmdedit: more optimizations
2007-01-21 Denis Vlasenkocmdedit: small optimizations
2007-01-21 Denis Vlasenkosanitize cmdedit a bit (group functions by task etc)
2007-01-21 Denis VlasenkoIntroduce FEATURE_EXEC_PREFER_APPLETS = "re-execute...
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2007-01-18 Denis Vlasenkofix subtle bug inherited from dash
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-10 Denis Vlasenkoexecute "safe applets" exev if not standalone shell
2007-01-01 Denis Vlasenkostty: fix width of a field for ppc32
2007-01-01 Denis Vlasenkomsh: double "static char line[LINELIM]" etc deleted.
2006-12-28 Mike Frysinger* precision requires the argument be an integer, not...
2006-12-26 Denis Vlasenkoash: is_safe_applet mustn't affect disabled applets
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-26 Denis Vlasenkostyle fixes
2006-12-24 Denis Vlasenkorandom tiny size savings
2006-12-24 Denis Vlasenkoless: implement waiting for input using select(). Rathe...
2006-12-23 Denis Vlasenko#define FEATURE_GETUSERNAME_AND_HOMEDIR should be alway...
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-12-22 Denis Vlasenkoremoval of commented-out cruft
2006-12-21 Denis Vlasenkocmdedit: reformat code a bit, no algorithm changes
2006-12-21 Denis Vlasenkofix type character mixup in command completion
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-12-19 Denis Vlasenkocmdedit: fix my bug, improve code a bit
2006-12-19 Denis Vlasenkocmdedit: use qsort for sorting command completion resul...
2006-12-19 Denis Vlasenkosu: make /etc/shells check configurable
2006-12-18 Denis Vlasenkoxfuncs.c: dietlibc actually HAS fdprintf!
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-27 Denis Vlasenkofix remaining survivors of the return(a) cleanup
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-24 Denis Vlasenkohunt down improper include <>, make mkswap output 4Gb...
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-11-15 Mike Frysingerremove duplicate flag decls
2006-11-02 Denis VlasenkoFix kbuild bugs noticed by Bernhard Fischer <rep.nop...
2006-11-01 Denis Vlasenko#if CONFIG_xxx -> #if ENABLE_xxx
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-16 Denis Vlasenkoash: fix segfault in ash.
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-11 Denis Vlasenkohush.c: stop using __FILE__ (bad in out-of-tree builds)
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-20 Rob LandleyThe version checked into the tree is a snapshot of...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-15 Rob LandleyUnbreak allbareconfig.
2006-09-08 Rob LandleyFix warnings.
2006-09-08 Rob LandleySecond drop. More infrastructure in place, especially...
2006-09-05 Rob LandleyMight as well commit this to have the history. It...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-10 Rob LandleyMake a warning go away when standalone shell is disabled.
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-19 Rob LandleyReplace the previous checkin with the correct fix.
2006-07-18 "Robert P. J. Day"For now, get around the error that "child" might be...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-09 Rob LandleyBugfix from Shaun Jackman (check that argv[optind]...
2006-07-06 Rob LandleyBug fix from Vladimir Oleynic via Paul Fox for:
2006-07-03 "Robert P. J. Day"Remove the silly redundancy from that header file include.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 Rob LandleyPatch from Shaun Jackman moving the var=value logic...
2006-07-01 "Robert P. J. Day"Get rid of all "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-07-01 "Robert P. J. Day"Remove "#if 1" directives.
2006-06-26 Mike Frysingerdont setpgrp() for now as it breaks system() and that...
2006-06-25 Bernhard Reutner... - convert old-style parameter declarations (K&R) to...
2006-06-21 Bernhard Reutner... - add note about strict ordering
2006-06-21 Mike FrysingerJean Wolter writes: ash uses bsearch to search in the...
2006-06-20 Rob LandleyCleanup patch from Shaun Jackman converting %m to perror.
2006-06-20 Mike Frysingerassign default debug level to the MSHDEBUG define
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-06-14 Rob LandleyUpgrade the standalone shell code to use CONFIG_BUSYBOX...
2006-06-13 Rob LandleyPatch from Shaun Jackman to detect "name=value" variabl...
2006-06-13 Rob LandleyMake lash smaller. (Use llist_t for file closing,...
2006-06-08 Paul Foxremove leading "Enable" from the config option text...
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-06 Mike Frysingermake the default prompt suck less when using fancy...
2006-06-03 Bernhard Reutner... 2006-06-02 Shaun Jackman <sjackman@gmail.com>
next