summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-08 08:07:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-08 08:07:01 (GMT)
commit1c287f81b4cc32553c3336ad9f095f0e422b7116 (patch)
tree7f6587c5984cdb9a920dedd3f0e110ae7f496e0e /ChangeLog
parent342d27d13f57e57c4e1bc71b6dd00ef6244d8af1 (diff)
downloadtcl-1c287f81b4cc32553c3336ad9f095f0e422b7116.zip
tcl-1c287f81b4cc32553c3336ad9f095f0e422b7116.tar.gz
tcl-1c287f81b4cc32553c3336ad9f095f0e422b7116.tar.bz2
Revise the "null data" check: null strings are possible, but empty binary arrays are not
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f089d5..3995874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-08 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclWinDde.c: Revise the "null data" check: null strings are
+ possible, but empty binary arrays are not.
+ * tests/winDde.test: Add test-case (winDde-9.4) for transferring
+ null-strings with dde. Convert tests to tcltest-2 syntax.
+
2012-06-06 Donal K. Fellows <dkf@users.sf.net>
* generic/tclZlib.c (TclZlibInit): Declare that Tcl is publishing the