diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-16 09:34:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-16 09:34:17 (GMT) |
commit | 8a37e6f38645afc534c9f7f45d2b90c0c3f87ee5 (patch) | |
tree | 3862a5b3f7c5a900e7cb9f2727551589db455e71 /ChangeLog | |
parent | f5e6dc061f04d3923e3e9098ee796d212209eff4 (diff) | |
download | tcl-8a37e6f38645afc534c9f7f45d2b90c0c3f87ee5.zip tcl-8a37e6f38645afc534c9f7f45d2b90c0c3f87ee5.tar.gz tcl-8a37e6f38645afc534c9f7f45d2b90c0c3f87ee5.tar.bz2 |
Added more examples
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -1,3 +1,7 @@ +2006-11-16 Donal K. Fellows <dkf@users.sf.net> + + * doc/apply.n, doc/chan.n: Added examples. + 2006-11-15 Don Porter <dgp@users.sourceforge.net> TIP#270 IMPLEMENTATION @@ -5,7 +9,7 @@ * generic/tcl.decls: New public routines Tcl_ObjPrintf, * generic/tclStringObj.c: Tcl_AppendObjToErrorInfo, Tcl_Format, * generic/tclInt.h: Tcl_AppendLimitedToObj, - Tcl_AppendFormatToObj and Tcl_AppendPrintfToObj. Former internal + Tcl_AppendFormatToObj and Tcl_AppendPrintfToObj. Former internal versions removed. * generic/tclDecls.h: make genstubs @@ -33,12 +37,11 @@ * unix/tclUnixFCmd.c: * tools/genStubs.tcl: Updated script to no longer produce the - _ANSI_ARGS_ wrapper in generated declarations. Also revised to - accept variadic prototypes with more than one fixed argument. - (This is possible since TCL_VARARGS and its limitations are no - longer in use). - * generic/tcl.h: Some reordering so that macro definitions - do not interfere with the now _ANSI_ARGS_-less stub declarations. + _ANSI_ARGS_ wrapper in generated declarations. Also revised to accept + variadic prototypes with more than one fixed argument. (This is + possible since TCL_VARARGS and its limitations are no longer in use). + * generic/tcl.h: Some reordering so that macro definitions do + not interfere with the now _ANSI_ARGS_-less stub declarations. * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: @@ -71,8 +74,8 @@ * generic/tclIO.c: When [gets] on a binary channel needs to use the "iso8859-1" encoding, save a copy of that encoding per-thread to - avoid repeated freeing and re-loading of it from the file system. - This replaces the cached copy of this encoding that the platform + avoid repeated freeing and re-loading of it from the file system. This + replaces the cached copy of this encoding that the platform initialization code used to keep in pre-8.5 releases. 2006-11-13 Daniel Steffen <das@users.sourceforge.net> |