mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Improved seed() generation
Drop support for CLOCK_SGI_CYCLE. Improved seed() generation. Improved some comments in seed.c. Added have_environ.c to build have_environ.h in order to determine if: extern char **environ; /* user environment */ is an valid external symbol.
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -3,6 +3,7 @@ The following are the changes from calc version 2.14.0.11 to date:
|
||||
Fixed a number of typos.
|
||||
|
||||
Drop support for SunOS, IRIX and MINGW32_NT-5.0 targets.
|
||||
Drop support for CLOCK_SGI_CYCLE.
|
||||
|
||||
Minor improvement of various help files. Made format of help
|
||||
files more consistent.
|
||||
@@ -10,6 +11,14 @@ The following are the changes from calc version 2.14.0.11 to date:
|
||||
Corrected a few comments in zrandom.c, including a case where
|
||||
the comment referred to 1007 when it should have used 2^32.
|
||||
|
||||
Improved seed() generation. Improved some comments in seed.c.
|
||||
Added have_environ.c to build have_environ.h in order to
|
||||
determine if:
|
||||
|
||||
extern char **environ; /* user environment */
|
||||
|
||||
is an valid external symbol.
|
||||
|
||||
|
||||
The following are the changes from calc version 2.14.0.9 to 2.14.0.10:
|
||||
|
||||
|
Reference in New Issue
Block a user