diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-07 21:46:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-07 21:46:08 (GMT) |
commit | 3d9cb3d71e47525ba2c3176b8c64e6133ed9dd75 (patch) | |
tree | 862a66f9d58f2b9acc7bb0b43fc6f7f932dcc8a4 /ChangeLog | |
parent | c2e9dac276543c87f90a314405d70427e7a9e642 (diff) | |
download | tcl-3d9cb3d71e47525ba2c3176b8c64e6133ed9dd75.zip tcl-3d9cb3d71e47525ba2c3176b8c64e6133ed9dd75.tar.gz tcl-3d9cb3d71e47525ba2c3176b8c64e6133ed9dd75.tar.bz2 |
* generic/tclInt.h: Reduced the Tcl_ObjTypes "index",
* generic/tclIndexObj.c: "enembleCmd", "localVarName", and
* generic/tclNamesp.c: "levelReference" to file static scope.
* generic/tclProc.c:
* generic/tclVar.c:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,10 +1,11 @@ -2005-06-07 Donal K. Fellows <dkf@users.sf.net> - - * win/tclWinChan.c (FileTruncateProc): Added implementation of - file truncation for Windows. - 2005-06-07 Don Porter <dgp@users.sourceforge.net> + * generic/tclInt.h: Reduced the Tcl_ObjTypes "index", + * generic/tclIndexObj.c: "enembleCmd", "localVarName", and + * generic/tclNamesp.c: "levelReference" to file static scope. + * generic/tclProc.c: + * generic/tclVar.c: + * generic/tclObj.c: Restored registration of the "procbody" Tcl_ObjType, as required by the tclcompiler application. @@ -13,8 +14,6 @@ 2005-06-07 Donal K. Fellows <dkf@users.sf.net> - * tests/chan.test (chan-15.2): Added real test of truncation. - * generic/tclIO.c (Tcl_ChannelTruncateProc): Stop proliferation of * generic/tcl.h: channel type versions * doc/CrtChannel.3: following advice from AKu @@ -42,6 +41,10 @@ * unix/tclUnixChan.c (FileTruncateProc): Basic implementation of truncating driver. + * win/tclWinChan.c (FileTruncateProc): Added implementation of + file truncation for Windows. + * tests/chan.test (chan-15.2): Added real test of truncation. + 2005-06-06 Kevin B. Kenny <kennykb@acm.org> * win/tclWin32Dll.c: Corrected another buglet in the assembly |