Update FIXES and date in main.c.
This commit is contained in:
parent
c16e8696d7
commit
1633ba1c88
4
FIXES
4
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.
|
||||
|
2
main.c
2
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 <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user