Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf. | 2017-10-09 | 1 | -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@ | 2008-10-06 | 1 | -2/+2 | |
| | |||||
* | Extend awk with bitwise operations. This is an extension to the awk | 2008-06-04 | 1 | -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@ | 2004-12-30 | 1 | -2/+4 | |
| | |||||
* | Update to the One True Awk version 20021213 | 2002-12-19 | 1 | -1/+3 | |
| | |||||
* | Update to latest version of the One True Awk. See the FIXES file | 2001-09-08 | 1 | -5/+4 | |
| | | | | for details. | ||||
* | June 6, 1999 version of the "one true awk" | 1999-12-08 | 1 | -7/+1 | |
| | | | | Most of the changes are to avoid using a static buffer for error messages. | ||||
* | Fix 2 core dumps: | 1999-12-04 | 1 | -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. | 1999-04-20 | 1 | -8/+8 | |
| | |||||
* | August 1997 version of "the one true awk" | 1997-08-25 | 1 | -36/+25 | |
| | |||||
* | Back out last changes for now. They cause problems. | 1997-04-07 | 1 | -4/+4 | |
| | |||||
* | Use long, not int when casting pointers and storing as integers. | 1997-04-06 | 1 | -4/+4 | |
| | | | | Now compiles on alpha w/o warnings. | ||||
* | Latest research awk from June 29, 1996 | 1997-01-20 | 1 | -0/+1 | |
| | |||||
* | AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by me | 1996-07-04 | 1 | -0/+247 | |