aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* split libbb: moved xregcomp separatelly for speed up recompile"Vladimir N. Oleynik"2005-09-141-1/+1
* removed strange extern void xregcomp(... from some applets, but declared from..."Vladimir N. Oleynik"2005-09-141-1/+0
* Patch from Dmitry Zakharov:Rob Landley2005-06-071-2/+1
* Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.Glenn L McGrath2004-09-241-1/+2
* 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
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-7/+7
* Patch from Dmitry Zakharov, this line was missedfrom the last patchGlenn L McGrath2004-02-221-0/+1
* Patch from Dmitry Zakharov,Glenn L McGrath2003-10-301-12/+28
* Major coreutils update.Manuel Novoa III2003-03-191-33/+33
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-5/+4
* Use erorr_msg( isntead of fprintf(stderr,Glenn L McGrath2002-11-281-4/+4
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...Glenn L McGrath2002-11-111-0/+2742