summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-08-05 20:48:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-08-05 20:48:18 (GMT)
commitae439fa7370d07b215450d9016c40b4196bb0b95 (patch)
treee49d8f101e7cff9661d03bfc4c3f8a8c5d6fa879 /ChangeLog
parent67c0945cef73efba280dda5e10e75f8f740ca1ae (diff)
downloadtcl-ae439fa7370d07b215450d9016c40b4196bb0b95.zip
tcl-ae439fa7370d07b215450d9016c40b4196bb0b95.tar.gz
tcl-ae439fa7370d07b215450d9016c40b4196bb0b95.tar.bz2
Solaris mis-names the cp1251 encoding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 935d45d..27ddb3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/tclUnixInit.c (localeTable): Solaris uses a non-standard
+ name for the cp1251 charset. Thanks to Victor Wagner for reporting
+ this. [Bug 1252475]
+
2005-08-05 Kevin Kenny <kennykb@users.sourceforge.net>
* generic/tclExecute.c (TclExecuteByteCode): Fixed a corner case