From: Daniel Kochmański Date: Tue, 22 Sep 2015 21:26:09 +0000 (+0200) Subject: changelog: update wrt 64bit / C99 switch X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=0ddd169795144de6a7fad2515605b65becf57a05;p=ecl.git changelog: update wrt 64bit / C99 switch Signed-off-by: Daniel Kochmański --- diff --git a/CHANGELOG b/CHANGELOG index c88379c..9cfeddc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -50,6 +50,8 @@ (when printed readably), not as an array to initialize the random state. + - C99 supporting compiler is mandatory for C backend. + ** Enhancements: - Added code walker (present as *feature* :walker) @@ -60,6 +62,9 @@ - Annotations are added at runtime (better integration with SLIME) + - Mersenne-Twister RNG has new 64 bit implementation for appropriate + machines + ** Issues fixed: - Building with single-threaded boehm works if ECL threads are disabled