From cottrell@wfu.edu Thu Jul 24 11:29:23 2008 From: Allin Cottrell To: gretl-devel@gretlml.univpm.it Subject: [Gretl-devel] more user-function news Date: Thu, 24 Jul 2008 11:26:06 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6224096669051654942==" --===============6224096669051654942== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit In current CVS and Windows snapshot: * We now have the boolean "set" variable "protect_lists", for use with list arguments to functions. It's off by default. * "const-ness" is now handled correctly for arguments taking the form of pointers to scalars, series and matrices. This property is "inherited", so you'll (correctly) get an error from this sort of thing: Although function baz does not mark its matrix-pointer argument as const, the const guarantee given by function foo carries over. Allin. --===============6224096669051654942==--