summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk/parse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update awk to December 8, 2020 version.millert2020-12-091-2/+2
| | | | | | 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 July 30, 2020 version.millert2020-07-301-2/+2
|
* Update awk to June 25, 2020 version.millert2020-06-261-2/+2
|
* Integrate the bsd-features branch from awk github.millert2020-06-131-1/+24
| | | | | Implements the gensub(), systime() and strftime() functions for greater gawk compatibility.
* Update awk to Oct 24, 2019 version.millert2020-06-101-2/+2
|
* Update awk to Sep 10, 2019 version.millert2020-06-101-2/+2
|
* rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf.deraadt2017-10-091-2/+2
| | | | | | (amazing to me that the posix name was chosen though it specifically collides with code Kernighan maintained since the V7). ok millert
* Update to the One True Awk version 20021213millert2002-12-191-2/+2
|
* Update to latest version of the One True Awk. See the FIXES filemillert2001-09-081-1/+6
| | | | for details.
* June 6, 1999 version of the "one true awk"millert1999-12-081-5/+5
| | | | 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.millert1999-04-201-2/+12
|
* August 1997 version of "the one true awk"kstailey1997-08-251-19/+26
|
* AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by metholo1996-07-041-0/+255