Update FIXES and main.c version.

This commit is contained in:
Arnold D. Robbins 2019-10-25 11:03:02 -04:00
parent 938b26cfae
commit 2a8f1758b9
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 25, 2019:
More fixes and cleanups from NetBSD, courtesy of Christo
Zoulas. Merges PRs 54 and 55.
October 24, 2019:
Import second round of code cleanups from NetBSD. Much thanks
to Christos Zoulas (Github user zoulasc). Merges PR 53.

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 20191024";
const char *version = "version 20191025";
#define DEBUG
#include <stdio.h>