diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-25 14:30:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-25 14:30:09 (GMT) |
commit | 1056d12d5d7546c76677aeda3affb83316306329 (patch) | |
tree | 8ba48b636f337246bdaf33dc960f56eb8a1d0004 /ChangeLog | |
parent | 48db43a92ff221fa237f2c4d1d809ed0397c072c (diff) | |
download | tcl-1056d12d5d7546c76677aeda3affb83316306329.zip tcl-1056d12d5d7546c76677aeda3affb83316306329.tar.gz tcl-1056d12d5d7546c76677aeda3affb83316306329.tar.bz2 |
Implement TIP #315.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |