summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-06-24 21:26:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-06-24 21:26:02 (GMT)
commit7241bfce6c54be2e146d6c63dfa67d7113688c72 (patch)
treea0e82082a8f8e6a7d1cff05f27996c4d80c47f02 /ChangeLog
parentb20771db513c20f371c108101f155a4524fd3e32 (diff)
downloadtcl-7241bfce6c54be2e146d6c63dfa67d7113688c72.zip
tcl-7241bfce6c54be2e146d6c63dfa67d7113688c72.tar.gz
tcl-7241bfce6c54be2e146d6c63dfa67d7113688c72.tar.bz2
Documented that [source] always used the system encoding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ff8da1..bd4b240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-06-24 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * doc/encoding.n: Corrected the docs to say that [source] uses the
+ system encoding, which it always did anyway (since 8.1) [Bug 742100]
+
+2003-06-24 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
* generic/tclHash.c (Tcl_HashStats): Prevented occurrence of
division-by-zero problems. [Bug 759749]