summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-10-20 03:58:18 (GMT)
committerdas <das>2006-10-20 03:58:18 (GMT)
commite2b1c1973457dd38516163bd35af69fd75d9ec0f (patch)
tree237765b71255a5c6ceebf18e2aeed2cad76aa1ca
parent1554e780138bd026f0de6b5b0ed5144eb397a3c1 (diff)
downloadtcl-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--ChangeLog9
-rwxr-xr-xtools/tcltk-man2html.tcl2
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b9fb9b0..c17470c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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