diff options
author | dgp <dgp@users.sourceforge.net> | 2005-04-19 16:32:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-04-19 16:32:51 (GMT) |
commit | 7d6158ddbd0deb5c5320cfa94ce50e58bdf6ecfc (patch) | |
tree | 0b4e1a36e2352961dd37023905e31057474481de /ChangeLog | |
parent | 8083af6181543c3852c249319b540c74186e6967 (diff) | |
download | tcl-7d6158ddbd0deb5c5320cfa94ce50e58bdf6ecfc.zip tcl-7d6158ddbd0deb5c5320cfa94ce50e58bdf6ecfc.tar.gz tcl-7d6158ddbd0deb5c5320cfa94ce50e58bdf6ecfc.tar.bz2 |
* generic/tclBasic.c: Added unsupported command
* generic/tclCmdAH.c: [::tcl::unsupported::EncodingDirs] to permit
* generic/tclInt.h: query/set of the encoding search path at
* generic/tclInterp.c: the script level. Updated init.tcl to make
* library/init.tcl: use of the new command. Also updated several
coding practices in init.tcl ("eq" for [string equal], etc.)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-04-19 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c: Added unsupported command + * generic/tclCmdAH.c: [::tcl::unsupported::EncodingDirs] to permit + * generic/tclInt.h: query/set of the encoding search path at + * generic/tclInterp.c: the script level. Updated init.tcl to make + * library/init.tcl: use of the new command. Also updated several + coding practices in init.tcl ("eq" for [string equal], etc.) + 2005-04-19 Kevin B. Kenny <kennykb@acm.org> * library/clock.tcl (Initialize): Put initialization code into a |