Index: ChangeLog-2.0.0-2.1.0.log =================================================================== diff -u -rb8ca306282c9a1000b1c93ffd97f7f4673953f65 -r9505de49ce888888bbcbf196dadfd98091d2dc18 --- ChangeLog-2.0.0-2.1.0.log (.../ChangeLog-2.0.0-2.1.0.log) (revision b8ca306282c9a1000b1c93ffd97f7f4673953f65) +++ ChangeLog-2.0.0-2.1.0.log (.../ChangeLog-2.0.0-2.1.0.log) (revision 9505de49ce888888bbcbf196dadfd98091d2dc18) @@ -761,47 +761,36 @@ 2015-12-30 Gustaf Neumann - - generalize method serialization of forwarders [8cbd921] + * nx.tcl, serializer.tcl: Generalize method serialization of + forwarders. [8cbd921] 2015-12-29 Gustaf Neumann + * nsf.h: Fix compilation when DTRACE but no PROFILE is + activated. [74b39c5] - - - - fix compilation when DTRACE but no PROFILE is activated [74b39c5] + * nsf.c, nsfProfile.c: Prefer boolean expressions in assert() + statements. Make sure, we do not pass null values to nonnull + arguments. [a529b8f, 22f4e55] + * Makefile.in: Add etags target. [bce3456] - - - - prefer boolean expressions in assert() statements [a529b8f] - - - - - - make sure, we do not pass null values to nonnull arguments [22f4e55] - - - - - - add etags target [bce3456] - 2015-12-25 Gustaf Neumann + * nsf.c, nsfInt.h, nsfProfile.c, configure.ac: Substitue all + remaning ObjectName and ClassName for variant with trailing "_", + where appropriate; allow nsf::procs with zero arguments or plain + arguments (when "-debug" is used); extended regression test; bump + version number to 2.1. [a0faba2] - - - - replace all remaning ObjectName and ClassName with - variant with trailing "_" when appropriate - - allow nsf::procs with zero arguments or plain arguments - (when "-debug" is used - - extended regression test - - bump version number to 2.1 [a0faba2] + * serializer.tcl: Provide for backward compatibility in + method serializer. [c04d6db] - - - - - provide backward compatibility in method-serializer [c04d6db] - 2015-12-22 Gustaf Neumann + * nsfError.c (NsfDStringVPrintf): Fix potential memory corruption + bug in NsfDStringVPrintf. [cf9bbe0] - - - - fix potential memory corruption bug in NsfDStringVPrintf() [cf9bbe0] - 2015-12-19 Gustaf Neumann