OpenBSD CVS

CVS log for src/usr.bin/awk/README.md


[BACK] Up to [local] / src / usr.bin / awk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Thu Apr 25 18:33:53 2024 UTC (3 weeks, 2 days ago) by millert
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +4 -1 lines
Diff to previous 1.10 (colored)

Update awk to the Apr 22, 2024 version.

 * fixed regex engine gototab reallocation issue that was introduced
   during the Nov 24 rewrite.

 * fixed use-after-free bug in fnematch due to adjbuf invalidating
   the pointers to buf.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 28 20:54:38 2023 UTC (5 months, 2 weeks ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5
Changes since 1.9: +0 -2 lines
Diff to previous 1.9 (colored)

Update awk to the Nov 27, 2023 version.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 30 22:12:02 2023 UTC (6 months, 2 weeks ago) by millert
Branch: MAIN
Changes since 1.8: +20 -34 lines
Diff to previous 1.8 (colored)

This is the OpenBSD version of Awk.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 30 17:52:54 2023 UTC (6 months, 2 weeks ago) by millert
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Minor cosmetic changes to make our awk match my github branch.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 17 14:49:44 2023 UTC (8 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.6: +51 -27 lines
Diff to previous 1.6 (colored)

Update to the One True Awk, 2nd edition (Sep 12, 2023).

This corresponds to the 2nd edition of "The AWK Programming Language"
and adds support for UTF-8 and comma-separated value inputs.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 27 16:58:37 2022 UTC (2 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.5: +6 -5 lines
Diff to previous 1.5 (colored)

Update awk to Dec 8, 2021 version.
Fixes error handling in closefile() and closeall(). Long standing
warnings had been made fatal and some fatal errors went undetected.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 2 15:29:41 2021 UTC (2 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.4: +7 -7 lines
Diff to previous 1.4 (colored)

Update awk to October 12, 2021 version.
Fixes a decision bug with trailing stuff in lib.c:is_valid_number.
All other fixes were already present.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 9 20:00:11 2020 UTC (3 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.3: +7 -3 lines
Diff to previous 1.3 (colored)

Update awk to December 8, 2020 version.
Prevents strings beginning with "inf" or "nan" from being interpreted
as infinity or not-a-number respectively which still parsing "inf"
and "nan" (with or without a leading sign) correctly.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 2 19:06:22 2020 UTC (3 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.2: +13 -2 lines
Diff to previous 1.2 (colored)

Update awk to July 2, 2020 version.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 10 21:05:50 2020 UTC (3 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.1: +14 -2 lines
Diff to previous 1.1 (colored)

Update awk to Feb 28, 2020 version.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 10 21:04:40 2020 UTC (3 years, 11 months ago) by millert
Branch: MAIN

Update awk to Jan 5, 2020 version.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.