Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update awk to December 18, 2020 version. | 2020-12-18 | 1 | -25/+19 | |
| | | | | Includes the official fix for +-inf and +-nan handling. | ||||
* | Fix some breakage in handling +-inf and +-nan introduced in last version. | 2020-12-17 | 1 | -15/+23 | |
| | |||||
* | Update awk to December 8, 2020 version. | 2020-12-09 | 1 | -25/+74 | |
| | | | | | | Prevents strings beginning with "inf" or "nan" from being interpreted as infinity or not-a-number respectively which still parsing "inf" and "nan" (with or without a leading sign) correctly. | ||||
* | Don't print extra newlines on error before awk starts parsing. | 2020-07-30 | 1 | -6/+5 | |
| | | | | | | | If awk prints an error message while when compile_time is still set to ERROR_PRINTING, don't try to print the context since there is none. This can happen due to a problem with, e.g., unknown command line options. | ||||
* | Update awk to July 30, 2020 version. | 2020-07-30 | 1 | -2/+1 | |
| | |||||
* | Update awk to June 25, 2020 version. | 2020-06-26 | 1 | -15/+15 | |
| | |||||
* | Update awk to June 12, 2020 version. | 2020-06-26 | 1 | -2/+6 | |
| | |||||
* | Fix strlcpy() size parameter in refldbld(), it was a byte too small. | 2020-06-16 | 1 | -14/+17 | |
| | | | | | While here, add proper bounds checking for the partial match case in refldbld() too and check strlcpy() return values throughout. | ||||
* | Fix length parameter to strlcpy, inputFS is a pointer. | 2020-06-11 | 1 | -2/+2 | |
| | |||||
* | Update awk to June 5, 2020 version. | 2020-06-10 | 1 | -2/+4 | |
| | |||||
* | Update awk to Feb 28, 2020 version. | 2020-06-10 | 1 | -35/+18 | |
| | |||||
* | Update awk to Jan 31, 2020 version. | 2020-06-10 | 1 | -10/+21 | |
| | |||||
* | Update awk to Nov 10, 2019 version. | 2020-06-10 | 1 | -29/+36 | |
| | |||||
* | Update awk to Oct 24, 2019 version. | 2020-06-10 | 1 | -12/+12 | |
| | |||||
* | Update awk to Oct 6, 2019 version. | 2020-06-10 | 1 | -26/+38 | |
| | |||||
* | Update awk to Sep 10, 2019 version. | 2020-06-10 | 1 | -11/+20 | |
| | |||||
* | Update awk to Jun 17, 2019 version. | 2020-06-10 | 1 | -2/+2 | |
| | |||||
* | Update awk to Jan 25, 2019 version. | 2020-06-10 | 1 | -7/+13 | |
| | |||||
* | Update awk to Aug 23, 2018 version. | 2020-06-10 | 1 | -1/+15 | |
| | |||||
* | Convert snprintf+write into dprintf. It is simply easier to read, and | 2017-12-08 | 1 | -17/+9 | |
| | | | | | provides retry on short-write file descriptors. ok florian, previous versions seen by millert | ||||
* | rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf. | 2017-10-09 | 1 | -14/+14 | |
| | | | | | | (amazing to me that the posix name was chosen though it specifically collides with code Kernighan maintained since the V7). ok millert | ||||
* | Mark FATAL() as __dead so clang doesn't report | 2017-09-25 | 1 | -2/+2 | |
| | | | | | | | use of uninitialized variables after calls to FATAL(). ok millert@ guenther@ | ||||
* | Fix awk crash with empty assignment, e.g. 'BEGIN {i=$1}', when | 2016-04-12 | 1 | -1/+2 | |
| | | | | malloc does not return zero-filled data. OK tb@ | ||||
* | Don't display empty error context. | 2015-03-27 | 1 | -2/+3 | |
| | | | | | | Context extraction didn't handle this case and showed uninitialized memory. ok tobias, miod | ||||
* | Update awk to Aug 10, 2011 version; naddy@ reports no ports problems | 2011-09-28 | 1 | -7/+16 | |
| | | | | from the update. | ||||
* | Update awk to May 23, 2010 version. OK miod@ | 2010-06-13 | 1 | -1/+2 | |
| | |||||
* | Update awk to version 20071023; OK deraadt@ | 2008-10-06 | 1 | -13/+12 | |
| | |||||
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | 2007-09-02 | 1 | -2/+2 | |
| | |||||
* | Don't try to fclose(infile) when infile == NULL. This can happen | 2005-11-23 | 1 | -2/+2 | |
| | | | | when using nextfile in the BEGIN block. From Matthias Kilian. | ||||
* | Update to version 20041222; OK deraadt@ | 2004-12-30 | 1 | -5/+18 | |
| | |||||
* | Format string fixes from art's amd64 tree. | 2003-12-01 | 1 | -2/+2 | |
| | | | | ok rohee@ espie@ | ||||
* | string cleaning. ok millert@ tdeval@ | 2003-04-28 | 1 | -2/+2 | |
| | |||||
* | snprintf & strlcpy; tedu ok | 2003-04-04 | 1 | -4/+4 | |
| | |||||
* | Update to the One True Awk version 20021213 | 2002-12-19 | 1 | -10/+10 | |
| | |||||
* | catch malloc failures, my changes; found by cloder@acm.org | 2002-07-04 | 1 | -1/+3 | |
| | |||||
* | some syslog_r uses in signal handlers | 2001-11-05 | 1 | -3/+34 | |
| | |||||
* | Update to latest version of the One True Awk. See the FIXES file | 2001-09-08 | 1 | -3/+5 | |
| | | | | for details. | ||||
* | June 6, 1999 version of the "one true awk" | 1999-12-08 | 1 | -29/+58 | |
| | | | | Most of the changes are to avoid using a static buffer for error messages. | ||||
* | April 16, 1999 version of the "one true awk"--64-bit fixes and more. | 1999-04-20 | 1 | -4/+8 | |
| | |||||
* | March 5, 1999 version of the "one true awk" | 1999-04-18 | 1 | -21/+17 | |
| | |||||
* | August 1997 version of "the one true awk" | 1997-08-25 | 1 | -220/+236 | |
| | |||||
* | Basically stock AT&T resarch awk until the awk vs. flex problems | 1997-01-24 | 1 | -3/+1 | |
| | | | | have a better resolution. | ||||
* | Latest research awk from June 29, 1996 | 1997-01-20 | 1 | -6/+8 | |
| | |||||
* | AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by me | 1996-07-04 | 1 | -0/+636 | |