summaryrefslogtreecommitdiff
path: root/usr.bin/awk
AgeCommit message (Expand)Author
2022-01-27Update awk to Dec 8, 2021 version.Todd C. Miller
2021-11-12Update awk to Nov 03, 2021 version.Todd C. Miller
2021-11-08missing full stop;Jason McIntyre
2021-11-02Update awk to October 12, 2021 version.Todd C. Miller
2021-11-01awkgetline: do not access unitialized data on EOFTodd C. Miller
2021-07-27POSIX mandates that -F str be treated the same as -v FS=str.Todd C. Miller
2021-07-08Avoid a potential buffer overflow in backslash escaping.Todd C. Miller
2021-06-10Fix readrec's definition of a recordTodd C. Miller
2021-04-19RS ^-anchoring needs to know if it's reading the first record of a file.Todd C. Miller
2021-03-08use a journal reference instead of cstr when possibleJonathan Gray
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2021-03-02Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.Todd C. Miller
2020-12-21Fix typo in mktime() year format description. From Paul de Weerd.Todd C. Miller
2020-12-18Update awk to December 18, 2020 version.Todd C. Miller
2020-12-17Fix some breakage in handling +-inf and +-nan introduced in last version.Todd C. Miller
2020-12-09Update awk to December 8, 2020 version.Todd C. Miller
2020-11-05double word fixes;Jason McIntyre
2020-08-28Implement mktime() function for compatibility with mawk and gawk.Todd C. Miller
2020-08-11Update awk to August 7, 2020 version.Todd C. Miller
2020-07-30Don't print extra newlines on error before awk starts parsing.Todd C. Miller
2020-07-30Update awk to July 30, 2020 version.Todd C. Miller
2020-07-30Improved handling of an unescaped '/' in a bracket expression.Todd C. Miller
2020-07-24Regular expression support in RS is an extension.Todd C. Miller
2020-07-20If closefile() is called on std{in,out,err}, freopen() /dev/null instead.Todd C. Miller
2020-07-20In closeall(), skip stdin and flush std{err,out} instead of closing.Todd C. Miller
2020-07-13Cast to uschar when storing a char in an int that will be used as an index.Todd C. Miller
2020-07-02Update awk to July 2, 2020 version.Todd C. Miller
2020-07-01Fix regression with changed SUBSEP in subscript in version 20191024.Todd C. Miller
2020-07-01Fix concatenation regression introduced in version 20201024.Todd C. Miller
2020-06-27Improve description of field splitting and document FS special cases.Todd C. Miller
2020-06-26Document that FS is applied at the time the input line is read.Todd C. Miller
2020-06-26Update awk to June 25, 2020 version.Todd C. Miller
2020-06-26Update awk to June 12, 2020 version.Todd C. Miller
2020-06-23When parsing a character class don't increment openclass for a literal '['.Todd C. Miller
2020-06-17Document that rand() returns non-deterministic random numbers unless aTim van der Molen
2020-06-16Fix strlcpy() size parameter in refldbld(), it was a byte too small.Todd C. Miller
2020-06-13Integrate the bsd-features branch from awk github.Todd C. Miller
2020-06-13POSIX doesn't permit an unescaped '/' in an extended regular expression.Todd C. Miller
2020-06-11Use setlocale(LC_CTYPE, "") instead of setlocale(LC_ALL, "")Todd C. Miller
2020-06-11Fix length parameter to strlcpy, inputFS is a pointer.Todd C. Miller
2020-06-10Update awk to June 5, 2020 version.Todd C. Miller
2020-06-10Update awk to Feb 28, 2020 version.Todd C. Miller
2020-06-10Update awk to Jan 31, 2020 version.Todd C. Miller
2020-06-10Update awk to Jan 5, 2020 version.Todd C. Miller
2020-06-10Update awk to Nov 10, 2019 version.Todd C. Miller
2020-06-10Update awk to Oct 24, 2019 version.Todd C. Miller
2020-06-10Update awk to Oct 17, 2019 version.Todd C. Miller
2020-06-10Update awk to Oct 6, 2019 version.Todd C. Miller
2020-06-10Update awk to Sep 10, 2019 version.Todd C. Miller
2020-06-10Update awk to Jun 17, 2019 version.Todd C. Miller