summaryrefslogtreecommitdiff
path: root/usr.bin/awk/run.c
AgeCommit message (Expand)Author
2022-01-27Update awk to Dec 8, 2021 version.Todd C. Miller
2021-11-01awkgetline: do not access unitialized data on EOFTodd C. Miller
2020-12-09Update awk to December 8, 2020 version.Todd C. Miller
2020-08-28Implement mktime() function for compatibility with mawk and gawk.Todd C. Miller
2020-08-11Update awk to August 7, 2020 version.Todd C. Miller
2020-07-30Update awk to July 30, 2020 version.Todd C. Miller
2020-07-20If closefile() is called on std{in,out,err}, freopen() /dev/null instead.Todd C. Miller
2020-07-20In closeall(), skip stdin and flush std{err,out} instead of closing.Todd C. Miller
2020-07-02Update awk to July 2, 2020 version.Todd C. Miller
2020-07-01Fix regression with changed SUBSEP in subscript in version 20191024.Todd C. Miller
2020-07-01Fix concatenation regression introduced in version 20201024.Todd C. Miller
2020-06-26Update awk to June 25, 2020 version.Todd C. Miller
2020-06-13Integrate the bsd-features branch from awk github.Todd C. Miller
2020-06-13POSIX doesn't permit an unescaped '/' in an extended regular expression.Todd C. Miller
2020-06-10Update awk to Feb 28, 2020 version.Todd C. Miller
2020-06-10Update awk to Jan 31, 2020 version.Todd C. Miller
2020-06-10Update awk to Jan 5, 2020 version.Todd C. Miller
2020-06-10Update awk to Nov 10, 2019 version.Todd C. Miller
2020-06-10Update awk to Oct 24, 2019 version.Todd C. Miller
2020-06-10Update awk to Oct 17, 2019 version.Todd C. Miller
2020-06-10Update awk to Sep 10, 2019 version.Todd C. Miller
2020-06-10Update awk to Jun 17, 2019 version.Todd C. Miller
2020-06-10Update awk to Jan 25, 2019 version.Todd C. Miller
2020-06-10Update awk to Aug 27, 2018 version.Todd C. Miller
2020-06-10Update awk to Aug 23, 2018 version.Todd C. Miller
2020-06-10Update awk to Jan 5, 2013 version, no real code changes.Todd C. Miller
2020-06-08The errcheck() function treats an errno of ERANGE or EDOM as somethingPhilip Guenther
2019-08-13Check for strdup return value and exit on failure.Frederic Cambus
2019-08-13Fix a segmentation fault in awk, from upstream version 20121220.Frederic Cambus
2017-10-09rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf.Theo de Raadt
2017-09-15Fix bitwise operations error messages; from FreeBSDAntoine Jacoutot
2015-12-16Remove modulo bias in random number generator.tb
2015-09-05When rand() was made fully random, the return value of srand() wasTheo de Raadt
2014-12-19Use reallocarray() where suitableTheo de Raadt
2014-12-08Use srandom_deterministic() if a seed is supplied, thereby switching theTheo de Raadt
2014-12-01Fix %c for floating values that become 0 when coerced to int.Todd C. Miller
2014-10-11Userland reallocarray() audit.Doug Hogan
2013-09-29use a more clearly named variable for the srandom case in the codeTheo de Raadt
2011-09-28Update awk to Aug 10, 2011 version; naddy@ reports no ports problemsTodd C. Miller
2011-04-20Stash the old seed when srand() is called and use it as the returnTodd C. Miller
2010-06-13Update awk to May 23, 2010 version. OK miod@Todd C. Miller
2008-10-06Update awk to version 20071023; OK deraadt@Todd C. Miller
2008-06-04Extend awk with bitwise operations. This is an extension to the awkPierre-Yves Ritschard
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-02-27fail nicely instead of crashing for format strings containing '*',Theo de Raadt
2004-12-30stdinit() and flush_all() are prototyped globally, no need to do itTodd C. Miller
2004-12-30Update to version 20041222; OK deraadt@Todd C. Miller
2004-05-08Use arc4random() unless the user specifies a specific seed, in whichTodd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-02protosTheo de Raadt