diff options
author | hobbs <hobbs@noemail.net> | 2000-04-14 06:42:24 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-04-14 06:42:24 (GMT) |
commit | b3e0273548c8f774064b24c747770c81ba09baef (patch) | |
tree | 1010738ab221b2730dabac8e96f88c3f8d234939 | |
parent | 3fe32bf7425d3b89dd2123607d5aa37ac97f4a4c (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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] |