Update FIXES and version.
This commit is contained in:
parent
38e525fb7b
commit
982a574e32
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 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
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 20201208";
|
const char *version = "version 20201215";
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user