Age | Commit message (Expand) | Author |
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 |
2021-03-08 | use a journal reference instead of cstr when possible | Jonathan Gray |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-03-02 | Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q. | Todd C. Miller |
2020-12-21 | Fix typo in mktime() year format description. From Paul de Weerd. | 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-11-05 | double word fixes; | Jason McIntyre |
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 | 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-07-30 | Improved handling of an unescaped '/' in a bracket expression. | Todd C. Miller |
2020-07-24 | Regular expression support in RS is an extension. | 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-13 | Cast to uschar when storing a char in an int that will be used as an index. | 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-27 | Improve description of field splitting and document FS special cases. | Todd C. Miller |
2020-06-26 | Document that FS is applied at the time the input line is read. | 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-23 | When parsing a character class don't increment openclass for a literal '['. | Todd C. Miller |
2020-06-17 | Document that rand() returns non-deterministic random numbers unless a | Tim van der Molen |
2020-06-16 | Fix strlcpy() size parameter in refldbld(), it was a byte too small. | 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 |