Update version and FIXES.
This commit is contained in:
parent
07f0438423
commit
9b80a7c137
7
FIXES
7
FIXES
@ -25,6 +25,13 @@ 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.
|
||||||
|
|
||||||
|
July 30, 2020:
|
||||||
|
Merge PRs 88-91 which fix small bugs. Thanks to Todd Miller and
|
||||||
|
Tim van der Molen for the fixes.
|
||||||
|
|
||||||
|
In order to make life easier, we move exclusively to bison
|
||||||
|
as the parser generator.
|
||||||
|
|
||||||
July 2, 2020:
|
July 2, 2020:
|
||||||
Merge PRs 85 and 86 which fix regressions. Thanks to
|
Merge PRs 85 and 86 which fix regressions. Thanks to
|
||||||
Tim van der Molen for the fixes.
|
Tim van der Molen for the fixes.
|
||||||
|
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 20200702";
|
const char *version = "version 20200730";
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user