aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | Fixes two bugs: - END block didn't execute after an exit() call - huge memory consumption and performance degradation on large input (now performance is comparable to gawk)
* 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, ↵Glenn L McGrath2002-11-111-0/+2742
moves the guts of run_parts to libbb to be used by ifupdown.