add usefun info on SIGINT handling peculiarities
[oweals/busybox.git] / editors / awk.c
2006-10-27 Denis VlasenkoFix largefile breakage; advance version to 1.2.2
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-07 Denis Vlasenkoawk: && -> & in "n->info && OPCLSMASK" - fixes bug...
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-22 Denis Vlasenkoawk: getopt_ulflags'isation
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-05-21 Rob LandleyMinor cleanups: Convert a few calloc() calls to xzalloc...
2006-05-19 Bernhard Reutner... - include strings.h
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-16 Mike Frysingertouchup comment
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
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...