Sync FIXES with GitHub repo activity.

This commit is contained in:
Arnold D. Robbins 2019-03-05 21:39:02 +02:00
parent 4bc685f701
commit 33ead6d239
1 changed files with 11 additions and 0 deletions

11
FIXES
View File

@ -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 <martijn@inlv.org> 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.