diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-10-21 10:27:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-10-21 10:27:02 (GMT) |
commit | dacbf9e09166753bf47d7f39ac5131efbd93daf5 (patch) | |
tree | 539900f1340ec0ded7b77435b7174a7d9e6548f6 /ChangeLog | |
parent | a0feec1fb2a5f9df57b07ec94fb444727887574b (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |