aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge post-1.3.0 fixesvda2006-12-261-1/+2
* style fixesvda2006-12-262-13/+12
* remove useless casts (type*) xzalloc(...)vda2006-12-221-7/+6
* remove casts from xmalloc()vda2006-12-193-8/+8
* Add option to disable command execution from vi & awkvda2006-12-193-4/+16
* diff: comment - explain what happens when hunk fails to applyvda2006-12-171-2/+3
* patch: fix double-free (bug 1120)vda2006-12-171-0/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-3/+1
* bb_makedev: fix for glibc 2.3.2vda2006-12-101-3/+3
* sed: style fixesvda2006-12-101-328/+338
* sed: fix handling of files not ending in '\n'vda2006-12-021-10/+30
* sed: improve handling of NULsvda2006-12-021-46/+64
* ed: convert style to bbox's. No code changes.vda2006-11-301-224/+93
* passwd: rework:vda2006-11-301-0/+2
* style cleanup: return(a) -> return a, part 2vda2006-11-271-19/+19
* style cleanup: return(a) -> return a, part 1vda2006-11-272-29/+29
* Fix largefile breakage; advance version to 1.2.2vda2006-10-271-2/+1
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-271-1/+1
* last nail into error_msg() (de)capitalizationvda2006-10-272-34/+34
* rename functions to more understandable namesvda2006-10-261-1/+1
* sed: mostly style fixes, very small changes in actual codevda2006-10-251-333/+354
* use skip_whitespace where appropriatevda2006-10-252-83/+86
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-203-6/+6