summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-3/+6
* Bug 112, return value of awk should be /256. In reality, we should probablyRob Landley2006-01-091-1/+1
* fix bug #474:Paul Fox2005-11-281-14/+3
* Support # comments after s/// option list.Rob Landley2005-11-201-32/+14
* \0 is a synonym for &. Our own "make allbaseconfig" breaks without this.Rob Landley2005-10-301-2/+2
* - correct boilerplateBernhard Reutner-Fischer2005-10-271-2/+2
* more const, attribute_noreturn saved 200 bytes"Vladimir N. Oleynik"2005-10-191-24/+26
* - consume space between functionname and opening bracketsBernhard Reutner-Fischer2005-10-171-1/+2
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-1/+2
* - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to loweBernhard Reutner-Fischer2005-10-101-20/+6
* catch and report errors from file_write()Paul Fox2005-10-091-15/+28
* make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it'sPaul Fox2005-10-091-2/+3
* change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"2005-10-061-1/+0
* as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod...Mike Frysinger2005-09-271-20/+20
* eat misappropriated whitespaceMike Frysinger2005-09-271-66/+66
* uncuddle function scope bracketsMike Frysinger2005-09-271-116/+116
* use the shorter license headerMike Frysinger2005-09-241-15/+2
* use brief license lineMike Frysinger2005-09-241-15/+2
* initialize a couple of vars whose warnings were suppressed becausePaul Fox2005-09-161-1/+1
* some combinations of status line and screen refresh don't give aPaul Fox2005-09-161-76/+112
* split libbb: moved xregcomp separatelly for speed up recompile"Vladimir N. Oleynik"2005-09-142-2/+2
* removed strange extern void xregcomp(... from some applets, but declared from..."Vladimir N. Oleynik"2005-09-141-1/+0
* allow either backspace or DEL, in addition to the user's erasePaul Fox2005-09-131-1/+2
* Missing break was screwing up 'y//' command. Bug #248.Rob Landley2005-09-021-0/+1
* Patch -i support from Berhnard Fischer.Rob Landley2005-09-011-9/+19
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* applying fix for:Paul Fox2005-07-201-0/+1
* allow both ^H and DEL to backspace in insert mode (bug #23)Paul Fox2005-07-181-4/+4
* Fix vi so that error messages, insert mode messages, etc areEric Andersen2005-07-181-12/+37
* Patch from Dmitry Zakharov:Rob Landley2005-06-071-2/+1
* Patch from Colin Watson (mangled slightly by Rob Landley):Rob Landley2005-05-181-6/+10
* Doug Swarin pointed out a security bug in the -i option of sed.Rob Landley2005-05-181-9/+8
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-12/+12
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-6/+6
* Hiroshi found another bug. Currently sed's $ triggers at end of every file,Rob Landley2004-11-251-28/+46
* Hiroshi Ito found some bugs. The 'c' command (cut and paste) was hardwiredRob Landley2004-10-301-12/+9
* egor duda writes:Eric Andersen2004-10-082-6/+12
* Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.Glenn L McGrath2004-09-241-1/+2
* regularly update the status line displayEric Andersen2004-08-191-4/+4
* Simon Poole reports that awk segfaults when environment variablesEric Andersen2004-07-301-0/+4
* Patch from Dmitry Zakharov to fix a bug discovered via the freeswapGlenn L McGrath2004-07-231-0/+1
* Assign 'forced' before the goto to avoid a warningEric Andersen2004-07-201-2/+3
* Rob Landley writes:Eric Andersen2004-05-261-4/+7
* Use int instead of char for return type, in theory avoiding a castGlenn L McGrath2004-05-161-2/+2
* Fix for debian bug #248106, should use int for returned getopt value.Glenn L McGrath2004-05-101-1/+3
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-252-2/+2
* This sed patch can only be described as "duh". Stat the source file, chmodEric Andersen2004-04-211-1/+1
* So I'm building a linux from scratch system, using a working script to do thisEric Andersen2004-04-211-2/+4
* Larry Doolittle writes:Eric Andersen2004-04-143-9/+9
* The last patch broke:Rob Landley2004-04-011-3/+8