Update FIXES and version in main.c.
This commit is contained in:
parent
147521b831
commit
b8e0827095
6
FIXES
6
FIXES
@ -25,6 +25,12 @@ 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 16, 2019:
|
||||||
|
Fix field splitting to use FS value as of the time a record
|
||||||
|
was read or assigned to. Thanks to GitHub user Cody Mello (melloc)
|
||||||
|
for the fix. (Merged from his branch, via PR #42.) Updated
|
||||||
|
testdir/T.split per said PR as well.
|
||||||
|
|
||||||
June 24, 2019:
|
June 24, 2019:
|
||||||
Extract awktest.tar into testdir directory. Add some very
|
Extract awktest.tar into testdir directory. Add some very
|
||||||
simple mechanics to the makefile for running the tests and
|
simple mechanics to the makefile for running the tests and
|
||||||
|
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 20190617";
|
const char *version = "version 20190716";
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user