diff --git a/FIXES b/FIXES index f3140f8..3178706 100644 --- a/FIXES +++ b/FIXES @@ -25,6 +25,13 @@ THIS SOFTWARE. This file lists all bug fixes, changes, etc., made since the AWK book 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: 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) diff --git a/main.c b/main.c index 08af8b5..e4beb0a 100644 --- a/main.c +++ b/main.c @@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************/ -const char *version = "version 20190716"; +const char *version = "version 20190717"; #define DEBUG #include