Update version and FIXES.
This commit is contained in:
parent
feb247a852
commit
e508d2861c
4
FIXES
4
FIXES
@ -25,6 +25,10 @@ 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.
|
||||||
|
|
||||||
|
December 3, 2020:
|
||||||
|
Fix to argument parsing to avoid printing spurious newlines.
|
||||||
|
Thanks to Todd Miller. Merges PR #97.
|
||||||
|
|
||||||
October 13, 2020:
|
October 13, 2020:
|
||||||
Add casts before all the calls to malloc/calloc/realloc in order
|
Add casts before all the calls to malloc/calloc/realloc in order
|
||||||
to get it to compile with g++. Thanks to Arnold Robbins.
|
to get it to compile with g++. Thanks to Arnold Robbins.
|
||||||
|
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 20201013";
|
const char *version = "version 20201203";
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user