summaryrefslogtreecommitdiff
path: root/usr.bin/awk
AgeCommit message (Expand)Author
2023-11-28Update awk to the Nov 27, 2023 version.Todd C. Miller
2023-11-25Update awk to the Nov 24, 2023 version.Todd C. Miller
2023-11-22Update awk to the Nov 20, 2023 version.Todd C. Miller
2023-11-15fnematch: fix a bug that could result in extra chars being pushed back.Todd C. Miller
2023-11-15fnematch: fix out-of-bounds access on EOFTodd C. Miller
2023-10-31Update awk to Oct 30, 2023 version.Todd C. Miller
2023-10-30This is the OpenBSD version of Awk.Todd C. Miller
2023-10-30Minor cosmetic changes to make our awk match my github branch.Todd C. Miller
2023-10-30Include strings.h for the strncasecmp() prototype.Todd C. Miller
2023-10-28substr: fix buffer overflow with utf-8 stringsTodd C. Miller
2023-10-06Correctly reset the goto table for a state.Todd C. Miller
2023-10-06Update awk to Sep 24, 2023 version.Todd C. Miller
2023-09-21--csv is an extension; ok millertJason McIntyre
2023-09-21Fix a potential out-of-bounds read caused by the big-endian fix.Todd C. Miller
2023-09-21Document LC_CTYPE.Ingo Schwarze
2023-09-20Support --version option like upstream awk but don't document it.Todd C. Miller
2023-09-20Use awk_mb_cur_max in nawk_convert() instead of MB_CUR_MAX.Todd C. Miller
2023-09-19Compare int value against 0, not '\0', for consistency.Todd C. Miller
2023-09-18Fix a bad cast to char * that causes incorrect results on big endian.Todd C. Miller
2023-09-18Disable utf-8 for non-multibyte locales, such as C or POSIX.Todd C. Miller
2023-09-18add --csv to usage(), and reformat it to match manual; while here,Jason McIntyre
2023-09-182 cases of c99 for-scope variable decl, when a variable already existsTheo de Raadt
2023-09-17Update to the One True Awk, 2nd edition (Sep 12, 2023).Todd C. Miller
2023-09-15update awk book reference for the second editionJonathan Gray
2023-09-10Update awk to Sep 6, 2023 version.Todd C. Miller
2023-09-09Update awk to Dec 15, 2022 version.Todd C. Miller
2022-09-21Update awk to Sep 12, 2022 version.Todd C. Miller
2022-09-01Update awk to Aug 30, 2022 version.Todd C. Miller
2022-06-03Memory leak when assigning a string to some of the built-in variables.Todd C. Miller
2022-06-03The fulfillment of an assignment operand had been truncating itsTodd C. Miller
2022-06-03Fix a file management memory leak that appears to have been thereTodd C. Miller
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