diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-07-16 20:46:33 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-07-16 20:46:33 (GMT) |
commit | 1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46 (patch) | |
tree | 10755d2f69bc713422166a73862fe3d0a6acf8ec /ChangeLog | |
parent | 79cd388c252dd291872e23d8ceb03f676382d7a3 (diff) | |
download | tcl-1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46.zip tcl-1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46.tar.gz tcl-1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46.tar.bz2 |
* doc/CrtCommand.3: Added note that the arguments given to the
command proc of a Tcl_CreateCommand are in utf8 since Tcl
8.1. Closing [Tcl SF Patch 414778].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-07-16 Andreas Kupries <andreask@activestate.com> + * doc/CrtCommand.3: Added note that the arguments given to the + command proc of a Tcl_CreateCommand are in utf8 since Tcl + 8.1. Closing [Tcl SF Patch 414778]. + * doc/ChnlStack.3: Removed the declaration that the interp argument to Tcl_(un)StackChannel can be NULL. This fixes [Tcl SF Bug 881220], reported by Marco Maggi |