Update FIXES, version.
This commit is contained in:
parent
c2c8ecbedf
commit
e92c8e4d0e
3
FIXES
3
FIXES
@ -25,6 +25,9 @@ THIS SOFTWARE.
|
|||||||
This file lists all bug fixes, changes, etc., made since the AWK book
|
This file lists all bug fixes, changes, etc., made since the AWK book
|
||||||
was sent to the printers in August, 1987.
|
was sent to the printers in August, 1987.
|
||||||
|
|
||||||
|
February 19, 2020:
|
||||||
|
More small cleanups from Christos Zoulas.
|
||||||
|
|
||||||
February 18, 2020:
|
February 18, 2020:
|
||||||
Additional cleanups from Christos Zoulas. It's no longer necessary
|
Additional cleanups from Christos Zoulas. It's no longer necessary
|
||||||
to use the -y flag to bison.
|
to use the -y flag to bison.
|
||||||
|
2
main.c
2
main.c
@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|||||||
THIS SOFTWARE.
|
THIS SOFTWARE.
|
||||||
****************************************************************/
|
****************************************************************/
|
||||||
|
|
||||||
const char *version = "version 20200218";
|
const char *version = "version 20200219";
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user