summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-25 14:30:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-25 14:30:09 (GMT)
commit1056d12d5d7546c76677aeda3affb83316306329 (patch)
tree8ba48b636f337246bdaf33dc960f56eb8a1d0004 /ChangeLog
parent48db43a92ff221fa237f2c4d1d809ed0397c072c (diff)
downloadtcl-1056d12d5d7546c76677aeda3affb83316306329.zip
tcl-1056d12d5d7546c76677aeda3affb83316306329.tar.gz
tcl-1056d12d5d7546c76677aeda3affb83316306329.tar.bz2
Implement TIP #315.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdcb0d7..7ae0b15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-09-25 Donal K. Fellows <dkf@users.sf.net>
+ TIP #315 IMPLEMENTATION
+
+ * unix/tclUnixInit.c, win/tclWinInit.c (TclpSetVariables):
+ * doc/tclvars.n (tcl_platform): Define what character is used for
+ separating PATH-like lists. Forms part of the tcl_platform array.
+
* generic/tclOOCall.c (InitCallChain, IsStillValid):
* tests/oo.test (oo-25.2): Revise call chain cache management so that
it takes into account class-wide caching correctly. [Bug 2120903]