summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-12-03 21:55:24 (GMT)
committerhobbs <hobbs>2005-12-03 21:55:24 (GMT)
commit1d10832f45fede13b8c2a81314eba05f1c7475c2 (patch)
tree87dde5b667c0b279d3fb691c29a3285ec38e10c9
parent73b0d77495ba7dd185924a7ac5ebf23049063b66 (diff)
downloadtcl-1d10832f45fede13b8c2a81314eba05f1c7475c2.zip
tcl-1d10832f45fede13b8c2a81314eba05f1c7475c2.tar.gz
tcl-1d10832f45fede13b8c2a81314eba05f1c7475c2.tar.bz2
correct 2 README urls
-rw-r--r--ChangeLog8
-rw-r--r--README6
-rw-r--r--changes4
3 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index b42900a..7ec67d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
-2005-12-01 Don Porter <dgp@users.sourceforge.net>
+2005-12-03 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.4.12 TAGGED FOR RELEASE ***
+ * README: correct 2 urls
+
+2005-12-01 Don Porter <dgp@users.sourceforge.net>
+
* changes: Update changes for 8.4.12 release
2005-12-01 Daniel Steffen <das@users.sourceforge.net>
- * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.
+ * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset
* unix/configure: regen.
2005-11-29 Jeff Hobbs <jeffh@ActiveState.com>
diff --git a/README b/README
index 90547a5..a829614 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ README: Tcl
You can get any source release of Tcl from the file distributions
link at the above URL.
-RCS: @(#) $Id: README,v 1.49.2.13 2005/12/02 21:13:26 dgp Exp $
+RCS: @(#) $Id: README,v 1.49.2.14 2005/12/03 21:55:24 hobbs Exp $
Contents
--------
@@ -55,10 +55,10 @@ by clicking on the relevant version.
http://sourceforge.net/project/showfiles.php?group_id=10894
Information about Tcl itself can be found at
- http://www.tcl.tk/scripting/
+ http://www.tcl.tk/about/
There have been many Tcl books on the market. Many are mentioned in the Wiki:
- http://wiki.tcl.tk/book/
+ http://wiki.tcl.tk/book
2a. Unix Documentation
----------------------
diff --git a/changes b/changes
index eb68ac6..017bb5b 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.30 2005/12/01 18:29:46 dgp Exp $
+RCS: @(#) $Id: changes,v 1.79.2.31 2005/12/03 21:55:24 hobbs Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6321,4 +6321,4 @@ Restores Tcl 8.4.9 behavior (porter)
2005-11-29 (enhancement)[1369597] Win 64: --enable-64bit=amd64|ia64 (hobbs)
---- Released 8.4.12, Decemeber 1, 2005 --- See ChangeLog for details ---
+--- Released 8.4.12, Decemeber 3, 2005 --- See ChangeLog for details ---