ref: 9206c643e89e4d9d090293f83fcf36b782c7382c
parent: 9dbd1f1de31ea9a805d1095f5586fb146a1b6a9e
author: Arnold D. Robbins <arnold@skeeve.com>
date: Fri Jan 25 08:02:19 EST 2019
Update FIXES.
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,16 @@
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+Jan 25, 2019:
+ Make getline handle numeric strings properly in all cases.
+ (Thanks, Arnold.)
+
+Jan 21, 2019:
+ Merged a number of small fixes from GitHub pull requests.
+ Thanks to GitHub users Arnold Robbins (arnoldrobbins),
+ Cody Mello (melloc) and Christoph Junghans (junghans).
+ PR numbers: 13-21, 23, 24, 27.
+
Oct 25, 2018:
Added test in maketab.c to prevent generating a proctab entry
for YYSTYPE_IS_DEFINED. It was harmless but some gcc settings
--
⑨