-
mdejong committed patchset 1218 of module tcljava to the Tcl/Java CVS repository, changing 3 files.
2009-10-04 20:50:03 UTC by mdejong
-
mdejong committed patchset 1217 of module tcljava to the Tcl/Java CVS repository, changing 3 files.
2009-10-04 20:08:55 UTC by mdejong
-
mdejong committed patchset 1216 of module tcljava to the Tcl/Java CVS repository, changing 3 files.
2009-10-03 23:11:09 UTC by mdejong
-
mdejong committed patchset 1215 of module tcljava to the Tcl/Java CVS repository, changing 3 files.
2009-10-01 03:29:08 UTC by mdejong
-
mdejong committed patchset 1214 of module tcljava to the Tcl/Java CVS repository, changing 3 files.
2009-10-01 02:31:57 UTC by mdejong
-
mdejong committed patchset 1213 of module tcljava to the Tcl/Java CVS repository, changing 5 files.
2009-09-26 21:09:34 UTC by mdejong
-
If SetJavaCmdFromAny (javaObj.c) is invoked for a command referencing a java object then the Tcl_Obj's typePtr is set to null before calling SetCmdNameFromAny which prevents it calling the Tcl_Obj 's freeIntRepProc and thus deleting the the java object. However a "commandname" Tcl_Obj will already have its internalRep.twoPtrValue.ptr1 set to a malloc'ed ResolvedCmdName structure, which is not...
2009-09-25 14:40:09 UTC by aborthwi
-
mdejong committed patchset 1212 of module tcljava to the Tcl/Java CVS repository, changing 2 files.
2009-09-22 21:55:35 UTC by mdejong
-
mdejong committed patchset 1211 of module tcljava to the Tcl/Java CVS repository, changing 4 files.
2009-09-22 21:43:39 UTC by mdejong
-
mdejong committed patchset 1210 of module tcljava to the Tcl/Java CVS repository, changing 3 files.
2009-09-22 19:47:05 UTC by mdejong