summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-203-6/+6
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+3
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-122-9/+9
* small style fixesDenis Vlasenko2006-10-121-3/+3
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067Denis Vlasenko2006-10-071-1/+1
* build system overhaulDenis Vlasenko2006-10-054-90/+39
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-033-8/+8
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
* lots of silly indent fixesDenis Vlasenko2006-10-033-5/+5
* sed: -e options were handled in reverse order. fix that.Denis Vlasenko2006-10-011-19/+27
* sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko2006-10-011-15/+24
* several fixes from openWRT projectDenis Vlasenko2006-09-261-1/+30
* awk: getopt_ulflags'isationDenis Vlasenko2006-09-221-37/+27
* sed: getopt_ulflags'isationDenis Vlasenko2006-09-221-34/+22
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-1/+1
* whitespace cleanupDenis Vlasenko2006-09-172-3/+3
* Bugfix for: echo '123456789' | sed 's/./|&/5'Rob Landley2006-09-081-1/+1
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-062-2/+2
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-1/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-10/+5
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-034-66/+44
* Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smallerRob Landley2006-07-261-35/+23
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+0
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-8/+8
* Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"Rob Landley2006-06-281-1/+1
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley2006-06-251-2/+1
* Remove pointless "inline" wrapper around get_terminal_width_height().Rob Landley2006-06-211-21/+7
* Zubicaray reported a bug in vi that causes it to eat 100% cpu when you closeRob Landley2006-06-211-87/+2
* - make sure that we see string_insert only if we need it.Bernhard Reutner-Fischer2006-06-091-2/+2
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-1/+1
* Confirming it's not needed.Rob Landley2006-06-051-1/+1
* - use bb functions instead of handrolling stuff.Bernhard Reutner-Fischer2006-06-031-3/+3
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-1/+1
* Yann Morin spotted some leftover flotsam from halfway through the recentRob Landley2006-05-241-1/+1
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessaryRob Landley2006-05-212-10/+10
* - remove SIGIOT as suggested by landley.Bernhard Reutner-Fischer2006-05-191-3/+0
* - Rich Felker writes:Bernhard Reutner-Fischer2006-05-191-0/+2
* - remove superfluous legacy includes.Bernhard Reutner-Fischer2006-05-191-6/+5
* - include strings.hBernhard Reutner-Fischer2006-05-192-0/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* Convert sed's static variables to a single global structure.Rob Landley2006-05-091-123/+130
* Move sed over to the generic llist_t for append. Saves about 90 bytes.Rob Landley2006-05-081-27/+9
* Patch to fix bug 868, and some related cleanup while I was in the area.Rob Landley2006-05-071-18/+6
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-14/+14
* It was sitting there, in the patches directory, for years. It was delete itRob Landley2006-05-043-2/+1374
* touchup commentMike Frysinger2006-04-161-1/+1
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-11/+11
* adjust ifdefs for inclusion of string_insert() routinePaul Fox2006-04-051-3/+3