diff options
author | das <das> | 2005-06-23 17:01:12 (GMT) |
---|---|---|
committer | das <das> | 2005-06-23 17:01:12 (GMT) |
commit | 2ba03fd04048b3d79bce1d860a1e3718aa918d3a (patch) | |
tree | 9849790f77110c16c7aed19de238108cd4be5217 | |
parent | 4153c0e1503f8a682925290a82dd429d5f8b9a65 (diff) | |
download | tcl-2ba03fd04048b3d79bce1d860a1e3718aa918d3a.zip tcl-2ba03fd04048b3d79bce1d860a1e3718aa918d3a.tar.gz tcl-2ba03fd04048b3d79bce1d860a1e3718aa918d3a.tar.bz2 |
* tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept
multi-digit patchlevels.
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ -2005-06-23 Kevin Kenny <kennykb@acm.org> +2005-06-23 Daniel Steffen <das@users.sourceforge.net> *** 8.4.11 TAGGED FOR RELEASE *** + * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept + multi-digit patchlevels. + +2005-06-23 Kevin Kenny <kennykb@acm.org> + * win/tclWinChan.c: More rewriting of __asm__ blocks that * win/tclWinFCmd.c: implement SEH in GCC, because mingw's gcc 3.4.2 is not as forgiving of violations committed by diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index f1b1b33..db24a9a 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -82,7 +82,7 @@ proc parse_command_line {} { set build_tcl 0 set build_tk 0 # Default search version is a glob pattern - set useversion {{,[8-9].[0-9]{,.[0-9]}}} + set useversion {{,[8-9].[0-9]{,.[0-9]{,[0-9]}}}} # Handle arguments a la GNU: # --version |