# HG changeset patch # User Frank Benoit # Date 1213561940 -7200 # Node ID 5a30aa9820f3a17d029b1c70bef455358c87c288 # Parent 8bca790583c33525f6196ef2a0eeb4879bc32370 removed tango.stdc.stringz imports and allow null for arrays and string arguments. diff -r 8bca790583c3 -r 5a30aa9820f3 dwt/accessibility/AccessibleFactory.d --- a/dwt/accessibility/AccessibleFactory.d Sun Jun 08 15:11:48 2008 +0200 +++ b/dwt/accessibility/AccessibleFactory.d Sun Jun 15 22:32:20 2008 +0200 @@ -25,7 +25,6 @@ import dwt.DWT; -import tango.stdc.stringz; import tango.io.Stdout; class AccessibleFactory { diff -r 8bca790583c3 -r 5a30aa9820f3 dwt/accessibility/AccessibleObject.d --- a/dwt/accessibility/AccessibleObject.d Sun Jun 08 15:11:48 2008 +0200 +++ b/dwt/accessibility/AccessibleObject.d Sun Jun 15 22:32:20 2008 +0200 @@ -26,7 +26,6 @@ import dwt.widgets.Display; import dwt.dwthelper.utils; import tango.io.Stdout; -import tango.stdc.stringz; import tango.text.Util; import Math = tango.math.Math; diff -r 8bca790583c3 -r 5a30aa9820f3 dwt/custom/CCombo.d --- a/dwt/custom/CCombo.d Sun Jun 08 15:11:48 2008 +0200 +++ b/dwt/custom/CCombo.d Sun Jun 15 22:32:20 2008 +0200 @@ -192,9 +192,6 @@ * * @param string the new item * - * @exception IllegalArgumentException * @exception DWTException