summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-10-21 10:27:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-10-21 10:27:02 (GMT)
commitdacbf9e09166753bf47d7f39ac5131efbd93daf5 (patch)
tree539900f1340ec0ded7b77435b7174a7d9e6548f6 /ChangeLog
parenta0feec1fb2a5f9df57b07ec94fb444727887574b (diff)
downloadtcl-dacbf9e09166753bf47d7f39ac5131efbd93daf5.zip
tcl-dacbf9e09166753bf47d7f39ac5131efbd93daf5.tar.gz
tcl-dacbf9e09166753bf47d7f39ac5131efbd93daf5.tar.bz2
Improve the documentation of [binary scan] a little.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb999e0..b76ae62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-21 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/binary.n: Clarify that virtually all code that uses the 'h'
+ format in [binary scan] should be using the 'H' format instead. It
+ is nearly always a bug to use the other!
+
2005-10-20 Miguel Sofer <msofer@users.sf.net>
* generic/tclListObj.c (TclLsetFlat):