summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-19 23:15:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-19 23:15:07 (GMT)
commit1077ec6723f685a6fecb9ed00bdcbbabdcb0e1b4 (patch)
tree0263ef643a8c8f6da633b1b0951e465627bf87e0 /ChangeLog
parentef78ca64ce6ba6a8786f083318fe536f2bd52925 (diff)
downloadtcl-1077ec6723f685a6fecb9ed00bdcbbabdcb0e1b4.zip
tcl-1077ec6723f685a6fecb9ed00bdcbbabdcb0e1b4.tar.gz
tcl-1077ec6723f685a6fecb9ed00bdcbbabdcb0e1b4.tar.bz2
TIP#235 implementation (rename functions, add to stubs table, document)
Ensembles now have a C API. :^)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 14 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 1abac3d..f4c8b1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,22 @@
+2005-01-19 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ TIP#235 IMPLEMENTATION
+
+ * doc/Ensemble.3: Documentation for the new public API.
+ * generic/tclNamesp.c (Tcl_CreateEnsemble,...): Rename of
+ * generic/tcl.decls: existing API into TIPped form.
+
2005-01-19 Mo DeJong <mdejong@users.sourceforge.net>
- * win/tclWinChan.c (FileCloseProc): Invoke
- TclpCutFileChannel() to remove a FileInfo from
- the thread local list before deallocating it.
- This should have been done via an earlier
- call to Tcl_CutChannel, but I was running into
- a crash in the next call to Tcl_CutChannel
- during the IO finalization stage.
+ * win/tclWinChan.c (FileCloseProc): Invoke TclpCutFileChannel() to
+ remove a FileInfo from the thread local list before deallocating
+ it. This should have been done via an earlier call to
+ Tcl_CutChannel, but I was running into a crash in the next call to
+ Tcl_CutChannel during the IO finalization stage.
2005-01-18 Kevin Kenny <kennykb@acm.org>
- * library/tzdata/GMT+0:
+ * library/tzdata/GMT+0:
* library/tzdata/GMT-0:
* library/tzdata/GMT0:
* library/tzdata/Greenwich: