Age | Commit message (Expand) | Author |
2024-06-04 | Avoid unnecessary string traversals in u8_isutf() and substr(). | Todd C. Miller |
2024-06-03 | Build with WARNINGS=Yes and fix resulting warnings. | Todd C. Miller |
2024-05-04 | Update awk to the May 4, 2024 version. | Todd C. Miller |
2024-04-25 | Update awk to the Apr 22, 2024 version. | Todd C. Miller |
2024-01-25 | Update awk to the Jan 22, 2024 version. | Todd C. Miller |
2023-11-28 | Update awk to the Nov 27, 2023 version. | Todd C. Miller |
2023-11-25 | Update awk to the Nov 24, 2023 version. | Todd C. Miller |
2023-11-22 | Update awk to the Nov 20, 2023 version. | Todd C. Miller |
2023-10-28 | substr: fix buffer overflow with utf-8 strings | Todd C. Miller |
2023-10-06 | Update awk to Sep 24, 2023 version. | Todd C. Miller |
2023-09-20 | Use awk_mb_cur_max in nawk_convert() instead of MB_CUR_MAX. | Todd C. Miller |
2023-09-18 | Disable utf-8 for non-multibyte locales, such as C or POSIX. | Todd C. Miller |
2023-09-18 | 2 cases of c99 for-scope variable decl, when a variable already exists | Theo de Raadt |
2023-09-17 | Update to the One True Awk, 2nd edition (Sep 12, 2023). | Todd C. Miller |
2022-09-21 | Update awk to Sep 12, 2022 version. | Todd C. Miller |
2022-09-01 | Update awk to Aug 30, 2022 version. | Todd C. Miller |
2022-06-03 | Fix a file management memory leak that appears to have been there | Todd C. Miller |
2022-01-27 | Update awk to Dec 8, 2021 version. | Todd C. Miller |
2021-11-01 | awkgetline: do not access unitialized data on EOF | Todd C. Miller |
2020-12-09 | Update awk to December 8, 2020 version. | Todd C. Miller |
2020-08-28 | Implement mktime() function for compatibility with mawk and gawk. | Todd C. Miller |
2020-08-11 | Update awk to August 7, 2020 version. | Todd C. Miller |
2020-07-30 | Update awk to July 30, 2020 version. | Todd C. Miller |
2020-07-20 | If closefile() is called on std{in,out,err}, freopen() /dev/null instead. | Todd C. Miller |
2020-07-20 | In closeall(), skip stdin and flush std{err,out} instead of closing. | Todd C. Miller |
2020-07-02 | Update awk to July 2, 2020 version. | Todd C. Miller |
2020-07-01 | Fix regression with changed SUBSEP in subscript in version 20191024. | Todd C. Miller |
2020-07-01 | Fix concatenation regression introduced in version 20201024. | Todd C. Miller |
2020-06-26 | Update awk to June 25, 2020 version. | Todd C. Miller |
2020-06-13 | Integrate the bsd-features branch from awk github. | Todd C. Miller |
2020-06-13 | POSIX doesn't permit an unescaped '/' in an extended regular expression. | 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 Jan 5, 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 17, 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 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 |
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 |
2017-10-09 | rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf. | Theo de Raadt |
2017-09-15 | Fix bitwise operations error messages; from FreeBSD | Antoine Jacoutot |
2015-12-16 | Remove modulo bias in random number generator. | tb |
2015-09-05 | When rand() was made fully random, the return value of srand() was | Theo de Raadt |