Age | Commit message (Expand) | Author |
2015-12-16 | Remove modulo bias in random number generator. | tb |
2015-10-22 | Until we understand the sitaution better, we should pledge() after | Theo de Raadt |
2015-10-10 | Add pledge support in awk and make awk -safe actually safe. | Doug Hogan |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-09-05 | When rand() was made fully random, the return value of srand() was | Theo de Raadt |
2015-03-27 | Don't display empty error context. | Tobias Ulmer |
2015-01-16 | fix placement of opening parentheses, and drop some .Xo while here | Ingo Schwarze |
2014-12-19 | Use reallocarray() where suitable | Theo de Raadt |
2014-12-15 | .Xr cut which may be what you're really looking for. | Ted Unangst |
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 |
2014-03-17 | as suggested by schwarze, reshuffle STANDARDS text detailing posix features | Jason McIntyre |
2013-09-29 | use a more clearly named variable for the srandom case in the code | Theo de Raadt |
2013-08-18 | Remove wrong workaround for the 88100 `awk bug' - it turns out compiling | Miod Vallat |
2013-07-28 | Build awk with -O1 on m88k for now; when built -O2, it would sporadically | Miod Vallat |
2012-12-21 | remove makefile hacks that are no longer needed with t1 t2: working properly | Marc Espie |
2011-09-28 | Update awk to Aug 10, 2011 version; naddy@ reports no ports problems | Todd C. Miller |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-04-20 | Stash the old seed when srand() is called and use it as the return | Todd C. Miller |
2011-03-22 | some small tweaks from Michael W. Bombardieri; | Jason McIntyre |
2011-02-07 | Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no | Ingo Schwarze |
2010-10-01 | more EXIT STATUS tweaks; from Daniel Dickman | Jason McIntyre |
2010-08-25 | get rid of the nawk hard link | Theo de Raadt |
2010-08-08 | convert some of the weirder displays into lists, to avoid mangling; | Jason McIntyre |
2010-06-13 | Update awk to May 23, 2010 version. OK miod@ | Todd C. Miller |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-06 | Update awk to version 20071023; OK deraadt@ | Todd C. Miller |
2008-09-04 | +awk does not support {n,m} pattern matching | Jason McIntyre |
2008-07-25 | repair .Pq use; Alan R. S. Bueno | Theo de Raadt |
2008-06-04 | tweak previous, and arrange the text to read a little better; | Jason McIntyre |
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 |
2007-11-24 | fix yacc/lex parallel file generation | Marc Espie |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-06-27 | printf(1) is the correct reference here, not printf(3); | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-04-02 | Do not touch uninitialized variable, if sscanf(3) fails. | Moritz Jodeit |
2007-03-18 | allow this to build w/ cross-tools thru providing proper hostcflags; found by... | Michael Shalayeff |
2007-01-29 | sync the -f description w/ its synopsis; | Jason McIntyre |
2007-01-29 | sync usage(); spotted by Igor Sobrado | Jason McIntyre |
2006-11-04 | from ru@freebsd: | Jason McIntyre |
2006-04-16 | Handle / inside []s properly. | Hugh Graham |
2006-03-29 | - document return value of cmd | getline [var] | Jason McIntyre |
2006-03-19 | more sane calloc(3) usage; from adobriyan@gmail.com, ok millert | Peter Valchev |
2005-11-23 | Don't try to fclose(infile) when infile == NULL. This can happen | Todd C. Miller |