Age | Commit message (Expand) | Author |
2024-08-03 | Update awk to the July 28, 2024 version. | Todd C. Miller |
2024-06-03 | Build with WARNINGS=Yes and fix resulting warnings. | Todd C. Miller |
2024-05-05 | add upstream change to fix the build | Jonathan Gray |
2024-05-04 | Update awk to the May 4, 2024 version. | Todd C. Miller |
2023-11-28 | Update awk to the Nov 27, 2023 version. | Todd C. Miller |
2023-10-30 | Minor cosmetic changes to make our awk match my github branch. | Todd C. Miller |
2023-10-30 | Include strings.h for the strncasecmp() prototype. | Todd C. Miller |
2023-10-06 | Update awk to Sep 24, 2023 version. | Todd C. Miller |
2023-09-17 | Update to the One True Awk, 2nd edition (Sep 12, 2023). | Todd C. Miller |
2023-09-10 | Update awk to Sep 6, 2023 version. | Todd C. Miller |
2022-09-01 | Update awk to Aug 30, 2022 version. | Todd C. Miller |
2022-06-03 | The fulfillment of an assignment operand had been truncating its | Todd C. Miller |
2021-11-02 | Update awk to October 12, 2021 version. | Todd C. Miller |
2021-06-10 | Fix readrec's definition of a record | Todd C. Miller |
2021-04-19 | RS ^-anchoring needs to know if it's reading the first record of a file. | Todd C. Miller |
2020-12-18 | Update awk to December 18, 2020 version. | Todd C. Miller |
2020-12-17 | Fix some breakage in handling +-inf and +-nan introduced in last version. | Todd C. Miller |
2020-12-09 | Update awk to December 8, 2020 version. | Todd C. Miller |
2020-07-30 | Don't print extra newlines on error before awk starts parsing. | Todd C. Miller |
2020-07-30 | Update awk to July 30, 2020 version. | Todd C. Miller |
2020-06-26 | Update awk to June 25, 2020 version. | Todd C. Miller |
2020-06-26 | Update awk to June 12, 2020 version. | Todd C. Miller |
2020-06-16 | Fix strlcpy() size parameter in refldbld(), it was a byte too small. | Todd C. Miller |
2020-06-11 | Fix length parameter to strlcpy, inputFS is a pointer. | Todd C. Miller |
2020-06-10 | Update awk to June 5, 2020 version. | 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 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 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 Jan 25, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 23, 2018 version. | 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-09-25 | Mark FATAL() as __dead so clang doesn't report | Kenneth R Westerback |
2016-04-12 | Fix awk crash with empty assignment, e.g. 'BEGIN {i=$1}', when | Todd C. Miller |
2015-03-27 | Don't display empty error context. | Tobias Ulmer |
2011-09-28 | Update awk to Aug 10, 2011 version; naddy@ reports no ports problems | 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 |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2005-11-23 | Don't try to fclose(infile) when infile == NULL. This can happen | Todd C. Miller |
2004-12-30 | Update to version 20041222; OK deraadt@ | Todd C. Miller |
2003-12-01 | Format string fixes from art's amd64 tree. | Alexander Yurchenko |
2003-04-28 | string cleaning. ok millert@ tdeval@ | Ted Unangst |
2003-04-04 | snprintf & strlcpy; tedu ok | Theo de Raadt |
2002-12-19 | Update to the One True Awk version 20021213 | Todd C. Miller |
2002-07-04 | catch malloc failures, my changes; found by cloder@acm.org | Theo de Raadt |