summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index cbe2c25..7ace328 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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