summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-14 02:18:48 (GMT)
committerstanton <stanton>1999-05-14 02:18:48 (GMT)
commit3ef230567e86561e9d34d0e0070fd22ddb5c0a3c (patch)
tree237a8bec29261179fb919174b0593e792fca3a9b /ChangeLog
parenta0ab2701b222435532aa1941280d76fbfef9a8eb (diff)
downloadtcl-3ef230567e86561e9d34d0e0070fd22ddb5c0a3c.zip
tcl-3ef230567e86561e9d34d0e0070fd22ddb5c0a3c.tar.gz
tcl-3ef230567e86561e9d34d0e0070fd22ddb5c0a3c.tar.bz2
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce13467..32e1566 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+1999-05-13 <stanton@scriptics.com>
+
+ * unix/Makefile.in:
+ * unix/tclAppInit.c: Minor cleanup related to Xt notifier.
+
+ * unix/tclUnixInit.c (TclpSetInitialEncodings): Tcl now looks for
+ an encoding subfield in the LANG/LC_ALL variables in cases where
+ the locale is not found in the locale table. Ensure that
+ setlocale() is called at least once so X11 will initialize
+ properly. Also, forces the LC_NUMERIC locale to be "C" so numeric
+ processing in scripts is not affected by the current locale
+ setting. [Bug: 1989]
+
+ * generic/tclRegexp.c: Increased per-thread regexp cache to 30
+ slots. This seems to be about the right number for larger
+ applications like exmh. [Bug: 1063]
+
1999-05-12 <stanton@scriptics.com>
* doc/tclsh.1: Updated references to rc script names to accurately