Age | Commit message (Expand) | Author |
2022-01-27 | Update awk to Dec 8, 2021 version. | Todd C. Miller |
2021-11-01 | awkgetline: do not access unitialized data on EOF | Todd C. Miller |
2020-12-09 | Update awk to December 8, 2020 version. | Todd C. Miller |
2020-08-28 | Implement mktime() function for compatibility with mawk and gawk. | Todd C. Miller |
2020-08-11 | Update awk to August 7, 2020 version. | Todd C. Miller |
2020-07-30 | Update awk to July 30, 2020 version. | Todd C. Miller |
2020-07-20 | If closefile() is called on std{in,out,err}, freopen() /dev/null instead. | Todd C. Miller |
2020-07-20 | In closeall(), skip stdin and flush std{err,out} instead of closing. | Todd C. Miller |
2020-07-02 | Update awk to July 2, 2020 version. | Todd C. Miller |
2020-07-01 | Fix regression with changed SUBSEP in subscript in version 20191024. | Todd C. Miller |
2020-07-01 | Fix concatenation regression introduced in version 20201024. | Todd C. Miller |
2020-06-26 | Update awk to June 25, 2020 version. | Todd C. Miller |
2020-06-13 | Integrate the bsd-features branch from awk github. | Todd C. Miller |
2020-06-13 | POSIX doesn't permit an unescaped '/' in an extended regular expression. | Todd C. Miller |
2020-06-10 | Update awk to Feb 28, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 31, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 5, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Nov 10, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 24, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 17, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Sep 10, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Jun 17, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 25, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 27, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 23, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 5, 2013 version, no real code changes. | Todd C. Miller |
2020-06-08 | The errcheck() function treats an errno of ERANGE or EDOM as something | Philip Guenther |
2019-08-13 | Check for strdup return value and exit on failure. | Frederic Cambus |
2019-08-13 | Fix a segmentation fault in awk, from upstream version 20121220. | Frederic Cambus |
2017-10-09 | rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf. | Theo de Raadt |
2017-09-15 | Fix bitwise operations error messages; from FreeBSD | Antoine Jacoutot |
2015-12-16 | Remove modulo bias in random number generator. | tb |
2015-09-05 | When rand() was made fully random, the return value of srand() was | Theo de Raadt |
2014-12-19 | Use reallocarray() where suitable | Theo de Raadt |
2014-12-08 | Use srandom_deterministic() if a seed is supplied, thereby switching the | Theo de Raadt |
2014-12-01 | Fix %c for floating values that become 0 when coerced to int. | Todd C. Miller |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
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 |