Age | Commit message (Expand) | Author |
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 Oct 6, 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 March 5, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 25, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 25, 2018 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 |
2020-02-27 | Merge a missing fix from awk-12202012 and update the version and FIXES. | Todd C. Miller |
2020-01-22 | claudio noticed that "exit" inside the main {} clause still runs the EXIT | Theo de Raadt |
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 |
2019-05-26 | use proper crossreferences | Christian Weisgerber |
2018-01-24 | POSIX requires that awk support \v and \a escapes. I used '\007' | Todd C. Miller |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2017-10-09 | rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf. | Theo de Raadt |
2017-10-08 | Move the assignment to cmdname up before its first use. | Theo Buehler |
2017-09-25 | Mark FATAL() as __dead so clang doesn't report | Kenneth R Westerback |
2017-09-15 | Fix bitwise operations error messages; from FreeBSD | Antoine Jacoutot |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2016-04-12 | Fix awk crash with empty assignment, e.g. 'BEGIN {i=$1}', when | Todd C. Miller |
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 |