summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1e09f3..f61e60e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,16 @@
* tools/loadICU.tcl [Bug 3016135] traceback using clock format with
* library/msgs/he.msg locale of he_IL
+ * generic/tcl.h Simplify Tcl_AppInit and *_Init definitions,
+ * generic/tclInt.h spacing. Change TclpThreadCreate and Tcl_CreateThread
+ * generic/tcl.decls signature, making clear that "proc" is a function
+ * generic/tclDecls.h pointer, as in all other "proc" function parameters.
+ * generic/tclEvent.c
+ * generic/tclTestProcBodyObj.c
+ * win/tclWinThrd.c
+ * unix/tclUnixThrd.c
+ * doc/Thread.3
+ * doc/Class.3 Fix Tcl_ObjectMetadataType definition
2010-06-14 Jan Nijtmans <nijtmans@users.sf.net>