diff options
author | dgp <dgp@users.sourceforge.net> | 2007-12-13 15:22:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-12-13 15:22:29 (GMT) |
commit | 7ead37405337a720e68dfc763357d28c423ca346 (patch) | |
tree | f3efc9cb8dc74c6e423d086153083555fdf0a459 /library | |
parent | 9819130000b63bd768a41126a1bb22bbf962b459 (diff) | |
download | tcl-7ead37405337a720e68dfc763357d28c423ca346.zip tcl-7ead37405337a720e68dfc763357d28c423ca346.tar.gz tcl-7ead37405337a720e68dfc763357d28c423ca346.tar.bz2 |
merge stable branch onto HEAD
Diffstat (limited to 'library')
-rw-r--r-- | library/clock.tcl | 2 | ||||
-rw-r--r-- | library/init.tcl | 4 | ||||
-rw-r--r-- | library/tcltest/tcltest.tcl | 2 | ||||
-rw-r--r-- | library/word.tcl | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/library/clock.tcl b/library/clock.tcl index fcce1b4..e5c831b 100644 --- a/library/clock.tcl +++ b/library/clock.tcl @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: clock.tcl,v 1.44 2007/08/25 16:53:25 kennykb Exp $ +# RCS: @(#) $Id: clock.tcl,v 1.45 2007/12/13 15:26:03 dgp Exp $ # #---------------------------------------------------------------------- diff --git a/library/init.tcl b/library/init.tcl index 0066133..a245558 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -3,7 +3,7 @@ # Default system startup file for Tcl-based applications. Defines # "unknown" procedure and auto-load facilities. # -# RCS: @(#) $Id: init.tcl,v 1.99 2007/12/06 16:14:33 dkf Exp $ +# RCS: @(#) $Id: init.tcl,v 1.100 2007/12/13 15:26:03 dgp Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -17,7 +17,7 @@ if {[info commands package] == ""} { error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" } -package require -exact Tcl 8.5b3 +package require -exact Tcl 8.5.0 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index 23f5fb4..d799eb0 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -16,7 +16,7 @@ # Contributions from Don Porter, NIST, 2002. (not subject to US copyright) # All rights reserved. # -# RCS: @(#) $Id: tcltest.tcl,v 1.102 2007/12/03 21:26:02 dgp Exp $ +# RCS: @(#) $Id: tcltest.tcl,v 1.103 2007/12/13 15:26:03 dgp Exp $ package require Tcl 8.5 ;# -verbose line uses [info frame] namespace eval tcltest { diff --git a/library/word.tcl b/library/word.tcl index 0eb9237..b8f7f7d 100644 --- a/library/word.tcl +++ b/library/word.tcl @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: word.tcl,v 1.9 2007/08/01 15:17:12 dkf Exp $ +# RCS: @(#) $Id: word.tcl,v 1.10 2007/12/13 15:26:03 dgp Exp $ # The following variables are used to determine which characters are # interpreted as white space. |