Age | Commit message (Expand) | Author |
2024-08-11 | Even though US-ASCII (= ANSI X3.4-1986) only defines 128 characters, | Ingo Schwarze |
2024-08-03 | Update awk to the July 28, 2024 version. | Todd C. Miller |
2024-07-30 | bump posix spec from 2008 to 2024; ok millert | Jason McIntyre |
2024-06-04 | Avoid unnecessary string traversals in u8_isutf() and substr(). | Todd C. Miller |
2024-06-03 | Spelling fixes and removal of unneeded prototypes and extern. | 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 |
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-11-15 | fnematch: fix a bug that could result in extra chars being pushed back. | Todd C. Miller |
2023-11-15 | fnematch: fix out-of-bounds access on EOF | Todd C. Miller |
2023-10-31 | Update awk to Oct 30, 2023 version. | Todd C. Miller |
2023-10-30 | This is the OpenBSD version of Awk. | 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-28 | substr: fix buffer overflow with utf-8 strings | Todd C. Miller |
2023-10-06 | Correctly reset the goto table for a state. | Todd C. Miller |
2023-10-06 | Update awk to Sep 24, 2023 version. | Todd C. Miller |
2023-09-21 | --csv is an extension; ok millert | Jason McIntyre |
2023-09-21 | Fix a potential out-of-bounds read caused by the big-endian fix. | Todd C. Miller |
2023-09-21 | Document LC_CTYPE. | Ingo Schwarze |
2023-09-20 | Support --version option like upstream awk but don't document it. | Todd C. Miller |
2023-09-20 | Use awk_mb_cur_max in nawk_convert() instead of MB_CUR_MAX. | Todd C. Miller |
2023-09-19 | Compare int value against 0, not '\0', for consistency. | Todd C. Miller |
2023-09-18 | Fix a bad cast to char * that causes incorrect results on big endian. | Todd C. Miller |
2023-09-18 | Disable utf-8 for non-multibyte locales, such as C or POSIX. | Todd C. Miller |
2023-09-18 | add --csv to usage(), and reformat it to match manual; while here, | Jason McIntyre |
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 |
2023-09-15 | update awk book reference for the second edition | Jonathan Gray |
2023-09-10 | Update awk to Sep 6, 2023 version. | Todd C. Miller |
2023-09-09 | Update awk to Dec 15, 2022 version. | 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 | Memory leak when assigning a string to some of the built-in variables. | Todd C. Miller |
2022-06-03 | The fulfillment of an assignment operand had been truncating its | 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-12 | Update awk to Nov 03, 2021 version. | Todd C. Miller |
2021-11-08 | missing full stop; | Jason McIntyre |
2021-11-02 | Update awk to October 12, 2021 version. | Todd C. Miller |
2021-11-01 | awkgetline: do not access unitialized data on EOF | Todd C. Miller |
2021-07-27 | POSIX mandates that -F str be treated the same as -v FS=str. | Todd C. Miller |
2021-07-08 | Avoid a potential buffer overflow in backslash escaping. | 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 |