diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-29 22:19:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-29 22:19:10 (GMT) |
commit | 4fc1ccf0fbcec82d7f50f39beaeaf84b46388db7 (patch) | |
tree | 4540c3a9c4bdbaa0eb0ac055eaf9231cdcaeb552 /ChangeLog | |
parent | ee637cf09685ba523bf11f70708f24a29d50b74e (diff) | |
download | tcl-4fc1ccf0fbcec82d7f50f39beaeaf84b46388db7.zip tcl-4fc1ccf0fbcec82d7f50f39beaeaf84b46388db7.tar.gz tcl-4fc1ccf0fbcec82d7f50f39beaeaf84b46388db7.tar.bz2 |
* generic/tclPathObj.c: More fixes for path normalization when /../
* tests/fileSystem.test: tries to go beyond root.[Bug 1379287]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ * changes: Updates for another RC. + * generic/tclPathObj.c: More fixes for path normalization when /../ + * tests/fileSystem.test: tries to go beyond root.[Bug 1379287] + * generic/tclExecute.c: Revised INST_MOD implementation to do calculations in native types as much as possible, moving to mp_ints only when necessary. |