Commit ID: 100532F41952BEE442C
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/23 20:18:28 UTC
Modified files:
usr.bin/awk : FIXES awk.1 main.c run.c
Log message:
always use arc4random; POSIX does not demand reproducibility of rand values
even in the face of srand; also, fix rand() retval (1.0 is POSIX invalid)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/awk/FIXES
cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/awk/awk.1
cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/awk/main.c
cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/awk/run.c