diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-26 10:25:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-26 10:25:35 (GMT) |
commit | 3434566a605bb11e0f5a78d6f3996ede7f728e68 (patch) | |
tree | 57f0a1bb365b2be820fd92fe51a03a105ebb2275 /ChangeLog | |
parent | 85c76436fded17c553a0f921bf68497af3adef0f (diff) | |
download | tcl-3434566a605bb11e0f5a78d6f3996ede7f728e68.zip tcl-3434566a605bb11e0f5a78d6f3996ede7f728e68.tar.gz tcl-3434566a605bb11e0f5a78d6f3996ede7f728e68.tar.bz2 |
Remap non-alphanumeric sequences in manpage filenames to single underscores.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 18 insertions, 13 deletions
@@ -1,21 +1,26 @@ +2010-02-26 Donal K. Fellows <dkf@users.sf.net> + + * unix/installManPage: Remap non-alphanumeric sequences in filenames + to single underscores (especially colons). + 2010-02-26 Pat Thoyts <patthoyts@users.sourceforge.net> - * tests/zlib.test: Add tests for [Bug 2818131] which was crashing - with mismatched zlib algorithms used in combination with - gets. This issue has been fixed by Andreas last commit. + * tests/zlib.test: Add tests for [Bug 2818131] which was crashing with + mismatched zlib algorithms used in combination with gets. This issue + has been fixed by Andreas's last commit. 2010-02-25 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclHash.c [ tcl-Feature Requests-2958832 ] Further - * generic/tclLiteral.c speed-up of ouster-hash function. - * generic/tclObj.c - * generic/tclCkalloc.c Eliminate various unnecessary (ClientData) - * generic/tclTest.c type casts. - * generic/tclTestObj.c - * generic/tclTestProcBodyObj.c - * unix/tclUnixTest.c - * unix/tclUnixTime.c - * unix/tclXtTest.c + * generic/tclHash.c: [FRQ 2958832]: Further speed-up of the + * generic/tclLiteral.c: ouster-hash function. + * generic/tclObj.c: + * generic/tclCkalloc.c: Eliminate various unnecessary (ClientData) + * generic/tclTest.c: type casts. + * generic/tclTestObj.c: + * generic/tclTestProcBodyObj.c: + * unix/tclUnixTest.c: + * unix/tclUnixTime.c: + * unix/tclXtTest.c: 2010-02-24 Donal K. Fellows <dkf@users.sf.net> |