From 33ead6d2393268365253732a3ac566e3d3362b00 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 5 Mar 2019 21:39:02 +0200 Subject: [PATCH] Sync FIXES with GitHub repo activity. --- FIXES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/FIXES b/FIXES index 2b33377..2dea4d8 100644 --- a/FIXES +++ b/FIXES @@ -29,6 +29,17 @@ Mar 5, 2019: Added support for POSIX-standard interval expressions (a.k.a. bounds, a.k.a. repetition expressions) in regular expressions, backported (via NetBSD) from Apple awk-24 (20070501). + Thanks to Martijn Dekker for the port. + (Merged from PR #30.) + +Mar 3, 2019: + Merge PRs as follows: + #12: Avoid undefined behaviour when using ctype(3) functions in + relex(). Thanks to GitHub user iamleot. + #31: Make getline handle numeric strings, and update FIXES. Thanks + to GitHub user arnoldrobbins + #32: maketab: support build systems with read-only source. Thanks + to GitHub user enh. Jan 25, 2019: Make getline handle numeric strings properly in all cases.