summaryrefslogtreecommitdiff
path: root/usr.bin/awk/lib.c
AgeCommit message (Expand)Author
2024-08-03Update awk to the July 28, 2024 version.Todd C. Miller
2024-06-03Build with WARNINGS=Yes and fix resulting warnings.Todd C. Miller
2024-05-05add upstream change to fix the buildJonathan Gray
2024-05-04Update awk to the May 4, 2024 version.Todd C. Miller
2023-11-28Update awk to the Nov 27, 2023 version.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-06Update awk to Sep 24, 2023 version.Todd C. Miller
2023-09-17Update to the One True Awk, 2nd edition (Sep 12, 2023).Todd C. Miller
2023-09-10Update awk to Sep 6, 2023 version.Todd C. Miller
2022-09-01Update awk to Aug 30, 2022 version.Todd C. Miller
2022-06-03The fulfillment of an assignment operand had been truncating itsTodd C. Miller
2021-11-02Update awk to October 12, 2021 version.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
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-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-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-16Fix strlcpy() size parameter in refldbld(), it was a byte too small.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 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 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
2020-06-10Update awk to Jan 25, 2019 version.Todd C. Miller
2020-06-10Update awk to Aug 23, 2018 version.Todd C. Miller
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
2017-10-09rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf.Theo de Raadt
2017-09-25Mark FATAL() as __dead so clang doesn't reportKenneth R Westerback
2016-04-12Fix awk crash with empty assignment, e.g. 'BEGIN {i=$1}', whenTodd C. Miller
2015-03-27Don't display empty error context.Tobias Ulmer
2011-09-28Update awk to Aug 10, 2011 version; naddy@ reports no ports problemsTodd C. Miller
2010-06-13Update awk to May 23, 2010 version. OK miod@Todd C. Miller
2008-10-06Update awk to version 20071023; OK deraadt@Todd C. Miller
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2005-11-23Don't try to fclose(infile) when infile == NULL. This can happenTodd C. Miller
2004-12-30Update to version 20041222; OK deraadt@Todd C. Miller
2003-12-01Format string fixes from art's amd64 tree.Alexander Yurchenko
2003-04-28string cleaning. ok millert@ tdeval@Ted Unangst
2003-04-04snprintf & strlcpy; tedu okTheo de Raadt
2002-12-19Update to the One True Awk version 20021213Todd C. Miller
2002-07-04catch malloc failures, my changes; found by cloder@acm.orgTheo de Raadt