diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/tm.n | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2010-09-08 Andreas Kupries <andreask@activestate.com> + + * doc/tm.n: Added underscore to the set of characters accepted in + module names. This is true for quite some time in the code, this + change catches up the documentation. + 2010-09-08 Don Porter <dgp@users.sourceforge.net> * win/tclWin32Dll.c: #ifdef protections to permit builds with @@ -1,10 +1,10 @@ '\" -'\" Copyright (c) 2004-2008 Andreas Kupries <andreas_kupries@users.sourceforge.net> +'\" Copyright (c) 2004-2010 Andreas Kupries <andreas_kupries@users.sourceforge.net> '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tm.n,v 1.14.2.3 2009/12/16 14:04:05 dkf Exp $ +'\" RCS: @(#) $Id: tm.n,v 1.14.2.4 2010/09/08 16:53:32 andreas_kupries Exp $ '\" .so man.macros .TH tm n 8.5 Tcl "Tcl Built-In Commands" @@ -94,7 +94,7 @@ package. .PP The name of a module file has to match the regular expression: .CS -([[:alpha:]][:[:alnum:]]*)-([[:digit:]].*)\e.tm +([_[:alpha:]][:_[:alnum:]]*)-([[:digit:]].*)\e.tm .CE .PP The first capturing parentheses provides the name of the package, the |