Update awk to the July 28, 2024 version.
authormillert <millert@openbsd.org>
Sat, 3 Aug 2024 21:12:16 +0000 (21:12 +0000)
committermillert <millert@openbsd.org>
Sat, 3 Aug 2024 21:12:16 +0000 (21:12 +0000)
commitfb60ec6abe2666cd64ae233c0a37d18aa070e02d
tree4d4ccfb1f3d464b1d00f95c533bc72c630a2ce6c
parent4af81b37ced6d7e969e2e8eba245210dae4b89d1
Update awk to the July 28, 2024 version.
 * Fixed readcsvrec resize segfault when reading csv records longer than 8k.
 * Rewrite if-else chain in quoted as a switch.
usr.bin/awk/FIXES
usr.bin/awk/b.c
usr.bin/awk/lib.c
usr.bin/awk/main.c