Update FIXES and version date.
This commit is contained in:
parent
bb538fe67e
commit
c3d8f9c500
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.
|
||||||
|
|
||||||
|
April 5, 2020:
|
||||||
|
Use <stdnoreturn.h> and noreturn instead of GCC attributes.
|
||||||
|
Thanks to GitHub user awkfan77. Closes PR #77.
|
||||||
|
|
||||||
February 28, 2020:
|
February 28, 2020:
|
||||||
More cleanups from Christos Zoulas: notably backslash continuation
|
More cleanups from Christos Zoulas: notably backslash continuation
|
||||||
inside strings removes the newline and a fix for RS = "^a".
|
inside strings removes the newline and a fix for RS = "^a".
|
||||||
|
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 20200228";
|
const char *version = "version 20200405";
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user