aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* editors/vi: reimplement mysleep() because select() won't work on stdin on Win...Nguyễn Thái Ngọc Duy2009-05-101-0/+25
* editors/sed: save the last regex for use later with s///Nguyễn Thái Ngọc Duy2009-04-231-2/+9
* editors/patch: cannot open files because of trailing \nNguyễn Thái Ngọc Duy2009-04-231-3/+3
* editors/patch: strip all dirs if patch level is -1Nguyễn Thái Ngọc Duy2009-04-231-0/+7
* editors/patch: support /dev/nullNguyễn Thái Ngọc Duy2009-04-231-0/+4
* vi: move some data to malloc'ed space: ~500 less bss, codevda2007-05-301-42/+68
* whitespace fixesvda2007-05-301-1/+1
* usage.c: remove reference to busybox.hvda2007-05-265-8/+6
* awk: fix a trivial bug introduced by me.vda2007-05-181-1/+1
* awk: make code a bit less obfuscatedvda2007-05-171-240/+251
* several *.c files:vda2007-05-171-2/+1
* vi: remove two globalsvda2007-05-172-69/+79
* awk: don't segfault on printf(%*s). Close 1337.vda2007-05-091-1/+4
* awk: guard against empty environmentvda2007-05-031-1/+2
* sed: fix escaped newlines in -f; fix multiple -f and -evda2007-04-121-32/+18
* style fixes. No code changesvda2007-04-123-3/+6
* audit small applets and mark some of them as NOFORK.vda2007-04-101-0/+2
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-081-1/+0
* libbb: add xunlink()vda2007-04-051-6/+3
* Copyright, help text, whitespace cleanupsvda2007-04-011-1/+1
* sed: a communal variable managed to slip past 'size'vda2007-03-261-93/+99
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)vda2007-03-241-3/+9
* random style fixes (extra spaces deleted)vda2007-03-241-1/+1
* assorted fixes uncovered by randomconfig runsvda2007-03-221-1/+11
* vi: fix signed char-induced potential bugsvda2007-03-211-30/+32
* vi: remove Byte typedef and massive amount of casts.vda2007-03-211-424/+445
* vi: support $EXINIT and -cvda2007-03-211-14/+53
* sed: fix very obscure case of escaped newline in sed commandvda2007-03-161-12/+29
* kill superfluous returns at the end of void functionsvda2007-03-111-8/+1
* awk: support multiple -v optionsvda2007-03-101-3/+8
* clean up accumulated whitespace damagevda2007-03-072-2/+2
* awk: fix memory leak (can affect large file processing)vda2007-02-241-18/+18
* suppress warnings about easch <applet>_main() havingvda2007-02-035-0/+5
* silly space saving in sedvda2007-01-301-6/+6
* micro optimizationvda2007-01-301-1/+1
* preparatory patch for -Wwrite-strings #7: sedvda2007-01-291-13/+16
* preparatory patch for -Wwrite-strings #2vda2007-01-291-10/+10
* preparatory patch for -Wwrite-strings #1vda2007-01-292-21/+28
* add to testsuite and fix yet another sed corner casevda2007-01-291-6/+24
* disable -Wold-style-definition for gcc 3.xvda2007-01-291-6/+9
* sed: fix 2 bugs (one testsuite entry + one newly found)vda2007-01-291-59/+59
* fix all known regressions with sed and also make it simplervda2007-01-281-28/+42
* strdup -> xstrdupvda2007-01-191-3/+4
* sed,get_line_from_file: improve commentsvda2007-01-171-17/+27
* whitespace fixes (leading spaces to tab)vda2007-01-131-1/+1
* Trailing whitespace removal over entire treevda2007-01-111-2/+2
* awk: style fixesvda2007-01-011-27/+23
* awk: undo locale setting for numbers - or else parsingvda2007-01-011-0/+5
* awk: style cleanup. A lot of rw data moved to rovda2007-01-011-294/+293
* next bunch of fixes for bugs found by randconfigvda2006-12-301-202/+205