diff options
author | das <das> | 2002-05-20 10:22:20 (GMT) |
---|---|---|
committer | das <das> | 2002-05-20 10:22:20 (GMT) |
commit | e0c4b53d5b6dd002350c769dbb457b715f63daed (patch) | |
tree | d1c4ef8ee74fc2ea0fffb8c912f056d9a1d3f803 /ChangeLog | |
parent | 8fc6a5c4266eef42d854a03f6a4458545464916d (diff) | |
download | tcl-e0c4b53d5b6dd002350c769dbb457b715f63daed.zip tcl-e0c4b53d5b6dd002350c769dbb457b715f63daed.tar.gz tcl-e0c4b53d5b6dd002350c769dbb457b715f63daed.tar.bz2 |
* generic/tclInt.h: added prototype for TclpFilesystemPathType().
* mac/tclMacChan.c: use MSL provided creator type if available
instead of the default 'MPW '.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ +2002-05-20 Daniel Steffen <das@users.sourceforge.net> + + * generic/tclInt.h: added prototype for TclpFilesystemPathType(). + * mac/tclMacChan.c: use MSL provided creator type if available + instead of the default 'MPW '. + 2002-05-16 Joe English <jenglish@users.sf.net> + * doc/CrtObjCmd.3: Added Tcl_GetCommandFromObj, Tcl_GetCommandFullName (Tcl Bug #547987, #414921) |