aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b9be8a3..31d3d7a0 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2018-08-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkgram.y (yylex): Add lint warning upon encountering escaped
+ physical newlines in a string.
+ * node.c (make_str_node): Ditto.
+
2018-08-01 John E. Malmberg <wb8tyw@qsl.net>
- * custom.h: Include fp.h on OpenVMS.
- Workaround for bug in math.h missing some declarations.
+ * custom.h: Include fp.h on OpenVMS.
+ Workaround for bug in math.h missing some declarations.
2018-07-31 Arnold D. Robbins <arnold@skeeve.com>