Update FIXES and version.

This commit is contained in:
Arnold D. Robbins 2020-12-15 14:49:18 +02:00
parent 38e525fb7b
commit 982a574e32
2 changed files with 5 additions and 1 deletions

4
FIXES
View File

@ -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 15, 2020:
Merge PR #99, which gets the right header for strcasecmp.
Thanks to GitHub user michaelforney.
December 8, 2020: December 8, 2020:
Merge PR #98: Disallow hex data. Allow only +nan, -nan, Merge PR #98: Disallow hex data. Allow only +nan, -nan,
+inf, -inf (case independent) to give NaN and infinity values. +inf, -inf (case independent) to give NaN and infinity values.

2
main.c
View File

@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE. THIS SOFTWARE.
****************************************************************/ ****************************************************************/
const char *version = "version 20201208"; const char *version = "version 20201215";
#define DEBUG #define DEBUG
#include <stdio.h> #include <stdio.h>