summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk/tran.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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