From 3942360d85dc8ab11f6914c9ffd17c256c7b8a6a Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 18 Nov 2010 11:27:28 +0000 Subject: * doc/file.n: [Bug 3111298]: Typofix. --- ChangeLog | 23 +++++++++++++---------- doc/file.n | 4 ++-- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1401f3a..e12f39e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,15 @@ +2010-11-18 Donal K. Fellows + + * doc/file.n: [Bug 3111298]: Typofix. + 2010-11-16 Jan Nijtmans - * generic/tclPlatDecls.h [Bug #3110161]: Extensions using TCHAR don't compile - on VS2005 SP1 + * generic/tclPlatDecls.h: [Bug 3110161]: Extensions using TCHAR don't + compile on VS2005 SP1 2010-11-15 Andreas Kupries - * doc/interp.n: [3081184] TIP #378. + * doc/interp.n: [Bug 3081184]: TIP #378 backport. * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: @@ -17,13 +21,12 @@ 2010-11-03 Kevin B. Kenny * generic/tclCompCmds.c (TclCompileCatchCmd): - * tests/compile.test (compile-3.6): Reworked the compilation of - the [catch] command so as to avoid placing any code that might - throw an exception (specifically, any initial substitutions - or any stores to result or options variables) between the - BEGIN_CATCH and END_CATCH but outside the exception range. - Added a test case that panics on a stack smash if the change - is not made. [Bug #3098302] + * tests/compile.test (compile-3.6): [Bug 3098302]: Reworked the + compilation of the [catch] command so as to avoid placing any code + that might throw an exception (specifically, any initial substitutions + or any stores to result or options variables) between the BEGIN_CATCH + and END_CATCH but outside the exception range. Added a test case that + panics on a stack smash if the change is not made. 2010-11-01 Stuart Cassoff diff --git a/doc/file.n b/doc/file.n index 0711b53..1a38a3a 100644 --- a/doc/file.n +++ b/doc/file.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: file.n,v 1.53.2.1 2010/09/18 23:14:43 dkf Exp $ +'\" RCS: @(#) $Id: file.n,v 1.53.2.2 2010/11/18 11:27:28 dkf Exp $ '\" .so man.macros .TH file n 8.3 Tcl "Tcl Built-In Commands" @@ -369,7 +369,7 @@ generated. Returns a list whose elements are the path components in \fIname\fR. The first element of the list will have the same path type as \fIname\fR. All other elements will be relative. Path separators will be discarded -unless they are needed ensure that an element is unambiguously relative. +unless they are needed to ensure that an element is unambiguously relative. For example, under Unix .RS .CS -- cgit v0.12