summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-04-14 06:42:24 (GMT)
committerhobbs <hobbs@noemail.net>2000-04-14 06:42:24 (GMT)
commitb3e0273548c8f774064b24c747770c81ba09baef (patch)
tree1010738ab221b2730dabac8e96f88c3f8d234939
parent3fe32bf7425d3b89dd2123607d5aa37ac97f4a4c (diff)
downloadtcl-b3e0273548c8f774064b24c747770c81ba09baef.zip
tcl-b3e0273548c8f774064b24c747770c81ba09baef.tar.gz
tcl-b3e0273548c8f774064b24c747770c81ba09baef.tar.bz2
* doc/regexp.n: doc clarification [Bug: 5037]
* doc/update.n: typo fix [Bug: 4996] * unix/tcl.m4 (SC_ENABLE_THREADS): enhanced the detection of pthread_mutex_init [Bug: 4359] and (SC_CONFIG_CFLAGS) added --enable-64bit-vis switch for Sparc VIS compilation [Bug: 4995] FossilOrigin-Name: b1dcbfacb947d46cf1cec3bcfbc19a80d189c9ea
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32f154d..b15f8e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-04-13 Jeff Hobbs <hobbs@scriptics.com>
+
+ * doc/regexp.n: doc clarification [Bug: 5037]
+ * doc/update.n: typo fix [Bug: 4996]
+
+ * unix/tcl.m4 (SC_ENABLE_THREADS): enhanced the detection of
+ pthread_mutex_init [Bug: 4359] and (SC_CONFIG_CFLAGS) added
+ --enable-64bit-vis switch for Sparc VIS compilation [Bug: 4995]
+
2000-04-12 Jeff Hobbs <hobbs@scriptics.com>
* doc/dde.n: corrected dde poke docs. [Bug: 4991]