aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
AgeCommit message (Expand)Author
2006-02-14Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.Rob Landley
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2006-01-09Bug 112, return value of awk should be /256. In reality, we should probablyRob Landley
2005-10-19more const, attribute_noreturn saved 200 bytes"Vladimir N. Oleynik"
2005-10-17- consume space between functionname and opening bracketsBernhard Reutner-Fischer
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-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-06-07Patch from Dmitry Zakharov:Rob Landley
2004-09-24Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.Glenn L McGrath
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-04-14Larry Doolittle writes:Eric 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
2003-10-30Patch from Dmitry Zakharov,Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-11-28Use erorr_msg( isntead of fprintf(stderr,Glenn L McGrath
2002-11-11Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...Glenn L McGrath