Index: generic/nsf.c =================================================================== diff -u -rd97d44f12168b44adb58f0d66842eb86bfa9d955 -rfe1a8f6956a13ac6ce9f2df858b0c4d736840089 --- generic/nsf.c (.../nsf.c) (revision d97d44f12168b44adb58f0d66842eb86bfa9d955) +++ generic/nsf.c (.../nsf.c) (revision fe1a8f6956a13ac6ce9f2df858b0c4d736840089) @@ -3729,7 +3729,8 @@ * The namespace refCount has reached 0, we have to free * it. unfortunately, NamespaceFree() is not exported */ - fprintf(stderr, "HAVE TO FREE namespace %p\n", nsPtr); + /*fprintf(stderr, "HAVE TO FREE namespace %p\n", nsPtr); */ + /*NamespaceFree(nsPtr);*/ ckfree(nsPtr->fullName); ckfree(nsPtr->name); Index: library/nx/nx.tcl =================================================================== diff -u -r29ed0c8902296dbea451c12d031cc06b6126dd5b -rfe1a8f6956a13ac6ce9f2df858b0c4d736840089 --- library/nx/nx.tcl (.../nx.tcl) (revision 29ed0c8902296dbea451c12d031cc06b6126dd5b) +++ library/nx/nx.tcl (.../nx.tcl) (revision fe1a8f6956a13ac6ce9f2df858b0c4d736840089) @@ -485,7 +485,6 @@ puts stderr "+++ UNKNOWN raises error $errorMsg" } set ref "\"$m\" of $obj $path" -puts stderr "***VALID <[lsort $valid]>" error "Unable to dispatch sub-method $ref; valid are: [join [lsort $valid] {, }]" } Index: library/serialize/serializer.tcl =================================================================== diff -u -ra467cf37f204cc977b7af7519a0994c65f9ed10f -rfe1a8f6956a13ac6ce9f2df858b0c4d736840089 --- library/serialize/serializer.tcl (.../serializer.tcl) (revision a467cf37f204cc977b7af7519a0994c65f9ed10f) +++ library/serialize/serializer.tcl (.../serializer.tcl) (revision fe1a8f6956a13ac6ce9f2df858b0c4d736840089) @@ -1,7 +1,5 @@ package require nx -puts stderr "package req XOTcl" package require XOTcl 2.0 -puts stderr "package req XOTcl DONE" package provide nx::serializer 1.0 # For the time being, we require classical XOTcl.