summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk/tran.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update awk to December 18, 2020 version.millert2020-12-181-2/+15
| | | | Includes the official fix for +-inf and +-nan handling.
* Update awk to December 8, 2020 version.millert2020-12-091-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.millert2020-08-111-4/+4
|
* Update awk to July 30, 2020 version.millert2020-07-301-2/+1
|
* Update awk to June 25, 2020 version.millert2020-06-261-18/+18
|
* Fix strlcpy() size parameter in refldbld(), it was a byte too small.millert2020-06-161-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.millert2020-06-101-2/+13
|
* Update awk to Jan 31, 2020 version.millert2020-06-101-3/+5
|
* Update awk to Jan 5, 2020 version.millert2020-06-101-2/+12
|
* Update awk to Nov 10, 2019 version.millert2020-06-101-15/+15
|
* Update awk to Oct 24, 2019 version.millert2020-06-101-14/+12
|
* Update awk to Sep 10, 2019 version.millert2020-06-101-10/+28
|
* Update awk to Jan 25, 2019 version.millert2020-06-101-6/+17
|
* Update awk to Aug 27, 2018 version.millert2020-06-101-4/+4
| | | | | Disallow '$' in printf formats Added some casts to silence warnings on debugging printfs.
* Update awk to Aug 23, 2018 version.millert2020-06-101-16/+143
|
* Merge a missing fix from awk-12202012 and update the version and FIXES.millert2020-02-271-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'millert2018-01-241-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.deraadt2017-10-091-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 problemsmillert2011-09-281-8/+10
| | | | from the update.
* from ru@freebsd:jmc2006-11-041-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 numbersmillert2005-04-151-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().millert2004-12-301-2/+7
|
* Update to version 20041222; OK deraadt@millert2004-12-301-6/+9
|
* more string business; millert ok and suggestion for strduppvalchev2003-04-061-10/+4
|
* snprintf & strlcpy; tedu okderaadt2003-04-041-2/+2
|
* Update to the One True Awk version 20021213millert2002-12-191-19/+34
|
* Update to latest version of the One True Awk. See the FIXES filemillert2001-09-081-6/+9
| | | | for details.
* June 6, 1999 version of the "one true awk"millert1999-12-081-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.millert1999-04-201-3/+3
|
* March 5, 1999 version of the "one true awk"millert1999-04-181-4/+6
|
* August 1997 version of "the one true awk"kstailey1997-08-251-75/+83
|
* Latest research awk from June 29, 1996millert1997-01-201-1/+1
|
* AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by metholo1996-07-041-0/+419