summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-24 20:15:15 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-24 20:15:15 (GMT)
commitbfe62b221470f6cabde3d6a6a378627187e9f33b (patch)
tree4dbf4d31588c8a7bd78b1ca8b8fb0bd3c0743935 /ChangeLog
parentaec743feb2aaff1a43d2f41dc81688c309fba0df (diff)
downloadtcl-bfe62b221470f6cabde3d6a6a378627187e9f33b.zip
tcl-bfe62b221470f6cabde3d6a6a378627187e9f33b.tar.gz
tcl-bfe62b221470f6cabde3d6a6a378627187e9f33b.tar.bz2
* library/tclIndex: Manually redone the part of tclIndex dealing
with safe.tcl and tm.tcl. This part passes the testsuite. Note that automatic regeneration of this part is not possible because it wrongly puts 'safe::Setup' on the list, and wrongly leaves out 'safe::Log' which is more dynamically created than the generator expects. Further note that the file "clock.tcl" is explicitly loaded by "init.tcl", the first time the clock command is invoked. The relevant code can be found at line 172ff, roughly, the definition of the procedure 'clock'. This means none of the procedures of this file belong in the tclIndex. Another indicator that automatic regeneration of tclIndex is ill-advised.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56152a1..13fa209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-11-24 Andreas Kupries <andreask@activestate.com>
+
+ * library/tclIndex: Manually redone the part of tclIndex dealing
+ with safe.tcl and tm.tcl. This part passes the testsuite. Note
+ that automatic regeneration of this part is not possible because
+ it wrongly puts 'safe::Setup' on the list, and wrongly leaves out
+ 'safe::Log' which is more dynamically created than the generator
+ expects.
+
+ Further note that the file "clock.tcl" is explicitly loaded by
+ "init.tcl", the first time the clock command is invoked. The
+ relevant code can be found at line 172ff, roughly, the definition
+ of the procedure 'clock'. This means none of the procedures of
+ this file belong in the tclIndex. Another indicator that automatic
+ regeneration of tclIndex is ill-advised.
+
2009-11-24 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOO.c (FinalizeAlloc, Tcl_NewObjectInstance):