diff --git a/FIXES b/FIXES index 5a85d4a..3bb1e4b 100644 --- a/FIXES +++ b/FIXES @@ -25,6 +25,10 @@ THIS SOFTWARE. This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. +October 17, 2019: + Import code cleanups from NetBSD. Much thanks to Christos + Zoulas (Github user zoulasc). Merges PR 51. + October 6, 2019: Import code from NetBSD awk that implements RS as a regular expression. diff --git a/main.c b/main.c index ed64fdf..fc0dd7b 100644 --- a/main.c +++ b/main.c @@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************/ -const char *version = "version 20191006"; +const char *version = "version 20191017"; #define DEBUG #include