aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2005-10-09catch and report errors from file_write()Paul Fox
2005-10-09make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it'sPaul Fox
2005-10-06change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"
2005-09-27as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod...Mike Frysinger
2005-09-27eat misappropriated whitespaceMike Frysinger
2005-09-27uncuddle function scope bracketsMike Frysinger
2005-09-24use the shorter license headerMike Frysinger
2005-09-24use brief license lineMike Frysinger
2005-09-16initialize a couple of vars whose warnings were suppressed becausePaul Fox
2005-09-16some combinations of status line and screen refresh don't give aPaul Fox
2005-09-14split libbb: moved xregcomp separatelly for speed up recompile"Vladimir N. Oleynik"
2005-09-14removed strange extern void xregcomp(... from some applets, but declared from..."Vladimir N. Oleynik"
2005-09-13allow either backspace or DEL, in addition to the user's erasePaul Fox
2005-09-02Missing break was screwing up 'y//' command. Bug #248.Rob Landley
2005-09-01Patch -i support from Berhnard Fischer.Rob Landley
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-07-20applying fix for:Paul Fox
2005-07-18allow both ^H and DEL to backspace in insert mode (bug #23)Paul Fox
2005-07-18Fix vi so that error messages, insert mode messages, etc areEric Andersen
2005-06-07Patch from Dmitry Zakharov:Rob Landley
2005-05-18Patch from Colin Watson (mangled slightly by Rob Landley):Rob Landley
2005-05-18Doug Swarin pointed out a security bug in the -i option of sed.Rob Landley
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2005-04-16In Bug 208, bernhardf writes:Mike Frysinger
2004-11-25Hiroshi found another bug. Currently sed's $ triggers at end of every file,Rob Landley
2004-10-30Hiroshi Ito found some bugs. The 'c' command (cut and paste) was hardwiredRob Landley
2004-10-08egor duda writes:Eric Andersen
2004-09-24Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.Glenn L McGrath
2004-08-19regularly update the status line displayEric Andersen
2004-07-30Simon Poole reports that awk segfaults when environment variablesEric Andersen
2004-07-23Patch from Dmitry Zakharov to fix a bug discovered via the freeswapGlenn L McGrath
2004-07-20Assign 'forced' before the goto to avoid a warningEric Andersen
2004-05-26Rob Landley writes:Eric Andersen
2004-05-16Use int instead of char for return type, in theory avoiding a castGlenn L McGrath
2004-05-10Fix for debian bug #248106, should use int for returned getopt value.Glenn L McGrath
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath
2004-04-21This sed patch can only be described as "duh". Stat the source file, chmodEric Andersen
2004-04-21So I'm building a linux from scratch system, using a working script to do thisEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-01The last patch broke:Rob Landley
2004-03-31Junio Hamano, junio at twinsun dot com writes:Eric Andersen
2004-03-31Patch from Thomas Winkler -- vi -R did not workEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-22Patch from Dmitry Zakharov, this line was missedfrom the last patchGlenn L McGrath
2004-02-18Add -i option to sed, to edit files in-place.Rob Landley
2004-02-06Richard Kojedzinszky writes:Eric Andersen
2004-02-04Richard Kojedzinszky writes:Eric Andersen
2004-02-04Rob Landley writes:Eric Andersen
2004-01-21Patch by Richard Kojedzinszky, when using END at end of lines it wasGlenn L McGrath
2004-01-04Thinko in s//options. (Whitespace skipping in the wrong place.)Rob Landley