From d3069e9fabe241d6f6c3bc659902e4191bfd5e08 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 25 Feb 2012 05:31:51 -0800 Subject: Version 58 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. * eval.c (eval_init): Updated. * rand.c (rand): Function renamed to rnd due to a clash with standard C library (that does not show up when compiling as C++). * rand.h (rand): Declaration renamed to rnd. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e2e1661..42165e0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2012-02-25 Kaz Kylheku + + Version 58 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated. + + * eval.c (eval_init): Updated. + + * rand.c (rand): Function renamed to rnd due to a clash with + standard C library (that does not show up when compiling as C++). + + * rand.h (rand): Declaration renamed to rnd. + 2012-02-25 Kaz Kylheku * parser.l (source_loc_str): Missing function re-written. -- cgit v1.2.3