Update FIXES and main.c version.
This commit is contained in:
parent
9310d452c9
commit
4e34346094
7
FIXES
7
FIXES
@ -25,6 +25,13 @@ 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 17, 2019:
|
||||||
|
Pull in a number of code cleanups and minor fixes from
|
||||||
|
Warner Losh's bsd-ota branch. The only user visible change
|
||||||
|
is the use of random(3) as the random number generator.
|
||||||
|
Thanks to Warner Losh for collecting all these fixes in
|
||||||
|
one easy place to get them from.
|
||||||
|
|
||||||
July 16, 2019:
|
July 16, 2019:
|
||||||
Fix field splitting to use FS value as of the time a record
|
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)
|
was read or assigned to. Thanks to GitHub user Cody Mello (melloc)
|
||||||
|
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 20190716";
|
const char *version = "version 20190717";
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user