diff options
author | das <das> | 2006-10-20 03:58:18 (GMT) |
---|---|---|
committer | das <das> | 2006-10-20 03:58:18 (GMT) |
commit | e2b1c1973457dd38516163bd35af69fd75d9ec0f (patch) | |
tree | 237765b71255a5c6ceebf18e2aeed2cad76aa1ca | |
parent | 1554e780138bd026f0de6b5b0ed5144eb397a3c1 (diff) | |
download | tcl-e2b1c1973457dd38516163bd35af69fd75d9ec0f.zip tcl-e2b1c1973457dd38516163bd35af69fd75d9ec0f.tar.gz tcl-e2b1c1973457dd38516163bd35af69fd75d9ec0f.tar.bz2 |
* tools/tcltk-man2html.tcl: add support for alpha & beta versions to
useversion glob pattern. [Bug 1579941]
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2006-10-20 Daniel Steffen <das@users.sourceforge.net> + + *** 8.5a5 TAGGED FOR RELEASE *** + + * tools/tcltk-man2html.tcl: add support for alpha & beta versions to + useversion glob pattern. [Bug 1579941] + 2006-10-20 Reinhard Max <max@tclers.tk> * unix/configure.in: Added autodetection for OS-supplied timezone @@ -6,8 +13,6 @@ 2006-10-18 Don Porter <dgp@users.sourceforge.net> - *** 8.5a5 TAGGED FOR RELEASE *** - * changes: 8.5a5 release date set * doc/Encoding.3: Missing doc updates (mostly Table of diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index db24a9a..11e54c7 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]{,[0-9]}}}} + set useversion {{,[8-9].[0-9]{,[.ab][0-9]{,[0-9]}}}} # Handle arguments a la GNU: # --version |