From 10e79f4f5579a69921d990800c1ead43c1486443 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 23 Jun 2005 17:01:52 +0000 Subject: * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels. --- ChangeLog | 5 +++++ tools/tcltk-man2html.tcl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 67af0c9..3d243af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Daniel Steffen + + * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept + multi-digit patchlevels. + 2005-06-22 Don Porter * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] 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 -- cgit v0.12