Age | Commit message (Expand) | Author |
2013-09-29 | use a more clearly named variable for the srandom case in the code | Theo de Raadt |
2011-09-28 | Update awk to Aug 10, 2011 version; naddy@ reports no ports problems | Todd C. Miller |
2011-04-20 | Stash the old seed when srand() is called and use it as the return | Todd C. Miller |
2010-06-13 | Update awk to May 23, 2010 version. OK miod@ | Todd C. Miller |
2008-10-06 | Update awk to version 20071023; OK deraadt@ | Todd C. Miller |
2008-06-04 | Extend awk with bitwise operations. This is an extension to the awk | Pierre-Yves Ritschard |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-02-27 | fail nicely instead of crashing for format strings containing '*', | Theo de Raadt |
2004-12-30 | stdinit() and flush_all() are prototyped globally, no need to do it | Todd C. Miller |
2004-12-30 | Update to version 20041222; OK deraadt@ | Todd C. Miller |
2004-05-08 | Use arc4random() unless the user specifies a specific seed, in which | Todd C. Miller |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-02 | protos | Theo de Raadt |
2003-04-28 | string cleaning. ok millert@ tdeval@ | Ted Unangst |
2003-04-06 | more string business; millert ok and suggestion for strdup | Peter Valchev |
2003-04-04 | snprintf & strlcpy; tedu ok | Theo de Raadt |
2002-12-19 | Update to the One True Awk version 20021213 | Todd C. Miller |
2001-09-08 | Update to latest version of the One True Awk. See the FIXES file | Todd C. Miller |
1999-12-08 | June 6, 1999 version of the "one true awk" | Todd C. Miller |
1999-04-20 | April 16, 1999 version of the "one true awk"--64-bit fixes and more. | Todd C. Miller |
1999-04-18 | March 5, 1999 version of the "one true awk" | Todd C. Miller |
1997-08-25 | August 1997 version of "the one true awk" | kstailey |
1997-04-07 | Back out last changes for now. They cause problems. | Todd C. Miller |
1997-04-06 | Use long, not int when casting pointers and storing as integers. | Todd C. Miller |
1997-01-29 | calculate string length in format() more efficiently | kstailey |
1997-01-25 | reapplied 1.2 -> 1.3 changes to run.c plus many fixes | kstailey |
1997-01-25 | back out 1.2 again for testing | kstailey |
1997-01-24 | reapplied 1.2 -> 1.3 changes to run.c that got squashed | kstailey |
1997-01-24 | Basically stock AT&T resarch awk until the awk vs. flex problems | Todd C. Miller |
1997-01-21 | back out 1.4; I should know better than to do this after a big meal | kstailey |
1997-01-21 | optimization: kill two calls to strlen() in format() | kstailey |
1997-01-21 | from the FIXES file: | kstailey |
1997-01-20 | Latest research awk from June 29, 1996 | Todd C. Miller |
1996-07-04 | AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by me | Thorsten Lockert |