Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update awk to December 18, 2020 version. | 2020-12-18 | 1 | -2/+15 | |
| | | | | Includes the official fix for +-inf and +-nan handling. | ||||
* | Update awk to December 8, 2020 version. | 2020-12-09 | 1 | -16/+26 | |
| | | | | | | 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. | ||||
* | Update awk to August 7, 2020 version. | 2020-08-11 | 1 | -4/+4 | |
| | |||||
* | Update awk to July 30, 2020 version. | 2020-07-30 | 1 | -2/+1 | |
| | |||||
* | Update awk to June 25, 2020 version. | 2020-06-26 | 1 | -18/+18 | |
| | |||||
* | Fix strlcpy() size parameter in refldbld(), it was a byte too small. | 2020-06-16 | 1 | -3/+4 | |
| | | | | | While here, add proper bounds checking for the partial match case in refldbld() too and check strlcpy() return values throughout. | ||||
* | Update awk to Feb 28, 2020 version. | 2020-06-10 | 1 | -2/+13 | |
| | |||||
* | Update awk to Jan 31, 2020 version. | 2020-06-10 | 1 | -3/+5 | |
| | |||||
* | Update awk to Jan 5, 2020 version. | 2020-06-10 | 1 | -2/+12 | |
| | |||||
* | Update awk to Nov 10, 2019 version. | 2020-06-10 | 1 | -15/+15 | |
| | |||||
* | Update awk to Oct 24, 2019 version. | 2020-06-10 | 1 | -14/+12 | |
| | |||||
* | Update awk to Sep 10, 2019 version. | 2020-06-10 | 1 | -10/+28 | |
| | |||||
* | Update awk to Jan 25, 2019 version. | 2020-06-10 | 1 | -6/+17 | |
| | |||||
* | Update awk to Aug 27, 2018 version. | 2020-06-10 | 1 | -4/+4 | |
| | | | | | Disallow '$' in printf formats Added some casts to silence warnings on debugging printfs. | ||||
* | Update awk to Aug 23, 2018 version. | 2020-06-10 | 1 | -16/+143 | |
| | |||||
* | Merge a missing fix from awk-12202012 and update the version and FIXES. | 2020-02-27 | 1 | -1/+3 | |
| | | | | This was the last awk release before the move to github. | ||||
* | POSIX requires that awk support \v and \a escapes. I used '\007' | 2018-01-24 | 1 | -1/+3 | |
| | | | | | for BEL since that is what lex.c uses, though we could safely use '\a' there instead. OK martijn@ | ||||
* | rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf. | 2017-10-09 | 1 | -10/+10 | |
| | | | | | | (amazing to me that the posix name was chosen though it specifically collides with code Kernighan maintained since the V7). ok millert | ||||
* | Update awk to Aug 10, 2011 version; naddy@ reports no ports problems | 2011-09-28 | 1 | -8/+10 | |
| | | | | from the update. | ||||
* | from ru@freebsd: | 2006-11-04 | 1 | -3/+3 | |
| | | | | | | Fix a bug converting a variable from the numeric type to a string. ok otto deraadt | ||||
* | Use asprint(), not snprintf() when converting strings to numbers | 2005-04-15 | 1 | -5/+6 | |
| | | | | | | | since CONVFMT is user-settable (hence we can't know the actual buffer size requirements) and we need to store a dynamic copy of the result anyway. Fixes a truncation issue with weird CONVFMT values and closes PR 4172 (Matthias Kilian). | ||||
* | Restore error checking in tostring(). | 2004-12-30 | 1 | -2/+7 | |
| | |||||
* | Update to version 20041222; OK deraadt@ | 2004-12-30 | 1 | -6/+9 | |
| | |||||
* | more string business; millert ok and suggestion for strdup | 2003-04-06 | 1 | -10/+4 | |
| | |||||
* | snprintf & strlcpy; tedu ok | 2003-04-04 | 1 | -2/+2 | |
| | |||||
* | Update to the One True Awk version 20021213 | 2002-12-19 | 1 | -19/+34 | |
| | |||||
* | Update to latest version of the One True Awk. See the FIXES file | 2001-09-08 | 1 | -6/+9 | |
| | | | | for details. | ||||
* | June 6, 1999 version of the "one true awk" | 1999-12-08 | 1 | -13/+19 | |
| | | | | 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 | -3/+3 | |
| | |||||
* | March 5, 1999 version of the "one true awk" | 1999-04-18 | 1 | -4/+6 | |
| | |||||
* | August 1997 version of "the one true awk" | 1997-08-25 | 1 | -75/+83 | |
| | |||||
* | Latest research awk from June 29, 1996 | 1997-01-20 | 1 | -1/+1 | |
| | |||||
* | AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by me | 1996-07-04 | 1 | -0/+419 | |