diff options
author | vincentdarley <vincentdarley> | 2002-07-18 16:26:00 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-07-18 16:26:00 (GMT) |
commit | 4bb72e7bf13c65b6744c9dd1ab7580494cfeaa69 (patch) | |
tree | 637913dec4ebf406528191827f1ccc5700d994e7 /ChangeLog | |
parent | 20201e313950ca2b4b8af678b6527c4c14c8f7c5 (diff) | |
download | tcl-4bb72e7bf13c65b6744c9dd1ab7580494cfeaa69.zip tcl-4bb72e7bf13c65b6744c9dd1ab7580494cfeaa69.tar.gz tcl-4bb72e7bf13c65b6744c9dd1ab7580494cfeaa69.tar.bz2 |
Tcl_LoadHandle usage
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ * generic/tclInt.h: * generic/tcl.h: * */*Load*.c: added comments on changes of 07/17 and - replaced clientData with TclLoadHandle in all locations. + replaced clientData with Tcl_LoadHandle in all locations. * generic/tclFCmd.c: * tests/fileSystem.test: fixed a 'knownBug' with 'file @@ -46,7 +46,7 @@ * mac/tclMacLoad.c: * win/tclWinLoad.c: modified to move more functionality to the generic code and avoid duplication. Partial replacement - of internal uses of clientData with opaque TclLoadHandle. A + of internal uses of clientData with opaque Tcl_LoadHandle. A little further work still needed, but significant changes are done. 2002-07-17 D. Richard Hipp <drh@hwaci.com> |