diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-08 08:07:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-08 08:07:01 (GMT) |
commit | 1c287f81b4cc32553c3336ad9f095f0e422b7116 (patch) | |
tree | 7f6587c5984cdb9a920dedd3f0e110ae7f496e0e /ChangeLog | |
parent | 342d27d13f57e57c4e1bc71b6dd00ef6244d8af1 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |