git: c76a253a0bf8 - Create tag vendor/one-true-awk/930d75157063
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 17:15:55 UTC
The annotated tag vendor/one-true-awk/930d75157063 has been created by imp:
URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/one-true-awk/930d75157063
tag vendor/one-true-awk/930d75157063
Tagger: Warner Losh <imp@FreeBSD.org>
TaggerDate: 2023-11-26 23:31:55 +0000
Update to OTA 2023-11-24
commit 18df98168fa7af30532be5c8988b80f2987c9b84
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-11-26 15:12:04 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-11-26 15:12:04 +0000
ota: Import ota from 20241124 (930d75157063)
Minor bug fixes to man page, tests, fnematch (fixing erroneous output),
string escape sequences and improve flow control by optimizing gototab.
Nov 24, 2023:
Fix issue #199: gototab improvements to dynamically resize the
table, qsort and bsearch to improve the lookup speed as the
table gets larger for multibyte input. thanks to Arnold Robbins.
Nov 23, 2023:
Fix Issue #169, related to escape sequences in strings.
Thanks to Github user rajeevvp.
Fix Issue #147, reported by Github user drawkula, and fixed
by Miguel Pineiro Jr.
Nov 20, 2023:
rewrite of fnematch to fix a number of issues, including
extraneous output, out-of-bounds access, number of bytes
to push back after a failed match etc.
thanks to Miguel Pineiro Jr.
Nov 15, 2023:
Man page edit, regression test fixes. thanks to Arnold Robbins
consolidation of sub and gsub into dosub, removing duplicate
code. thanks to Miguel Pineiro Jr.
gcc replaced with cc everywhere.
Sponsored by: Netflix