- fix compilation of sed.
[oweals/busybox.git] / editors / awk.c
2006-02-14 Rob LandleyPatch from awk maintainer (Dmitry Zakhrov) to fix bugs...
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-09 Rob LandleyBug 112, return value of awk should be /256. In realit...
2005-10-19 "Vladimir N. Oleynik"more const, attribute_noreturn saved 200 bytes
2005-10-17 Bernhard Reutner... - consume space between functionname and opening brackets
2005-09-27 Mike Frysingeras pointed out in Bug 17, use uint32_t instead of unsig...
2005-09-27 Mike Frysingereat misappropriated whitespace
2005-09-27 Mike Frysingeruncuddle function scope brackets
2005-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-14 "Vladimir N. Oleynik"removed strange extern void xregcomp(... from some...
2005-06-07 Rob LandleyPatch from Dmitry Zakharov:
2004-09-24 Glenn L McGrathPatch from Dmitry Zakharov to fix a bug triggered by...
2004-07-30 Eric AndersenSimon Poole reports that awk segfaults when environment...
2004-07-23 Glenn L McGrathPatch from Dmitry Zakharov to fix a bug discovered...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathPatch from Dmitry Zakharov, this line was missedfrom...
2003-10-30 Glenn L McGrathPatch from Dmitry Zakharov,
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-28 Glenn L McGrathUse erorr_msg( isntead of fprintf(stderr,
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...