diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-19 23:15:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-19 23:15:07 (GMT) |
commit | 1077ec6723f685a6fecb9ed00bdcbbabdcb0e1b4 (patch) | |
tree | 0263ef643a8c8f6da633b1b0951e465627bf87e0 /ChangeLog | |
parent | ef78ca64ce6ba6a8786f083318fe536f2bd52925 (diff) | |
download | tcl-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-- | ChangeLog | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -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: |