aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-10-06 22:34:20 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-10-06 22:34:20 +0300
commit7cae39dfa53e17981990f649a2f6b4c1ba856112 (patch)
tree9d59c04ece7e80e2dc44a6c5c9d33b2511b4d21e /ChangeLog
parent643a5a3dad633431c6ce8831944c23059a6be309 (diff)
downloadone-true-awk-7cae39dfa53e17981990f649a2f6b4c1ba856112.tar.gz
Make RS as regexp work without ifdef. Add doc, bump version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7010084..e41842c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-10-06 Arnold D. Robbins <arnold@skeeve.com>
+
+ * lib.c (readrec): Allow RS a regular expression. Imported
+ the code from the NetBSD awk.
+ * b.c (fnematch): New function for implementing the feature.
+ * awk.1: Updated.
+ * main.c (version): Updated.
+
2019-06-24 Arnold D. Robbins <arnold@skeeve.com>
* makefile: Revise to take into account there is no more awktest.tar,
@@ -18,7 +26,7 @@
* b.c (relex): Count parentheses and treat umatched right paren
as a literal character.
* awktest.tar (testdir/T.re): Added a test case.
- * main.c (version): Upated.
+ * main.c (version): Updated.
2019-05-29 Arnold D. Robbins <arnold@skeeve.com>