Update FIXES and date in main.c.

This commit is contained in:
Arnold D. Robbins 2019-10-17 13:06:21 -04:00
parent c16e8696d7
commit 1633ba1c88
2 changed files with 5 additions and 1 deletions

4
FIXES
View File

@ -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.

2
main.c
View File

@ -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 <stdio.h>