Index: ChangeLog-2.0b3-2.0b5 =================================================================== diff -u -r1332b28533be85b2fb3b1466a5de946dfcac6fa3 -r2154d899afddb7acd71ceb258af0004fcb919ba6 --- ChangeLog-2.0b3-2.0b5 (.../ChangeLog-2.0b3-2.0b5) (revision 1332b28533be85b2fb3b1466a5de946dfcac6fa3) +++ ChangeLog-2.0b3-2.0b5 (.../ChangeLog-2.0b3-2.0b5) (revision 2154d899afddb7acd71ceb258af0004fcb919ba6) @@ -1,3 +1,26 @@ +2013-06-10 ssoberni + + - Fix the implementation of NsfInterpObjCmd() which crashed + previously due to the broken resolution of the child + interpreter + +2013-06-09 Stefan Sobernig + + - Proof-read announcement for a second time + +2013-06-09 Gustaf Neumann + + - NsfDStringPrintf(): set the length of the resulting DString + +2013-06-08 Stefan Sobernig + + - Using the ANSI-compliant I/O operations such as vsnprintf() + under MinGW and MinGW-w64 tool chains + - Updated test suite to be executed in makefile.vc + - nx::test: change test for threaded in final report, since + tcl_platform(threaded) is not present as array element in + non-threaded builts + 2013-06-07 Gustaf Neumann - fix typo