summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk/awk.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf.deraadt2017-10-091-4/+4
| | | | | | (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 version 20071023; OK deraadt@millert2008-10-061-2/+2
|
* Extend awk with bitwise operations. This is an extension to the awkpyr2008-06-041-1/+7
| | | | | | | spec and documented as such, but comes in handy from time to time. The prototypes make it compatible with a similar GNU awk extension. ok millert@, enthusiasm from deraadt@
* Update to version 20041222; OK deraadt@millert2004-12-301-2/+4
|
* Update to the One True Awk version 20021213millert2002-12-191-1/+3
|
* Update to latest version of the One True Awk. See the FIXES filemillert2001-09-081-5/+4
| | | | for details.
* June 6, 1999 version of the "one true awk"millert1999-12-081-7/+1
| | | | Most of the changes are to avoid using a static buffer for error messages.
* Fix 2 core dumps:millert1999-12-041-3/+3
| | | | | 1) give an error if the user specifies > 20 -f options instead of oflowing 2) use snprintf in the ERROR macro to avoid an oflow
* April 16, 1999 version of the "one true awk"--64-bit fixes and more.millert1999-04-201-8/+8
|
* August 1997 version of "the one true awk"kstailey1997-08-251-36/+25
|
* Back out last changes for now. They cause problems.millert1997-04-071-4/+4
|
* Use long, not int when casting pointers and storing as integers.millert1997-04-061-4/+4
| | | | Now compiles on alpha w/o warnings.
* Latest research awk from June 29, 1996millert1997-01-201-0/+1
|
* AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by metholo1996-07-041-0/+247