summaryrefslogtreecommitdiff
path: root/usr.bin/awk/run.c
AgeCommit message (Expand)Author
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
2003-04-28string cleaning. ok millert@ tdeval@Ted Unangst
2003-04-06more string business; millert ok and suggestion for strdupPeter Valchev
2003-04-04snprintf & strlcpy; tedu okTheo de Raadt
2002-12-19Update to the One True Awk version 20021213Todd C. Miller
2001-09-08Update to latest version of the One True Awk. See the FIXES fileTodd C. Miller
1999-12-08June 6, 1999 version of the "one true awk"Todd C. Miller
1999-04-20April 16, 1999 version of the "one true awk"--64-bit fixes and more.Todd C. Miller
1999-04-18March 5, 1999 version of the "one true awk"Todd C. Miller
1997-08-25August 1997 version of "the one true awk"kstailey
1997-04-07Back out last changes for now. They cause problems.Todd C. Miller
1997-04-06Use long, not int when casting pointers and storing as integers.Todd C. Miller
1997-01-29calculate string length in format() more efficientlykstailey
1997-01-25reapplied 1.2 -> 1.3 changes to run.c plus many fixeskstailey
1997-01-25back out 1.2 again for testingkstailey
1997-01-24reapplied 1.2 -> 1.3 changes to run.c that got squashedkstailey
1997-01-24Basically stock AT&T resarch awk until the awk vs. flex problemsTodd C. Miller
1997-01-21back out 1.4; I should know better than to do this after a big mealkstailey
1997-01-21optimization: kill two calls to strlen() in format()kstailey
1997-01-21from the FIXES file:kstailey
1997-01-20Latest research awk from June 29, 1996Todd C. Miller
1996-07-04AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by meThorsten Lockert