From 82b482869b7800b7b0772eaec8937eff81bcad8f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 4 Jun 2003 09:01:11 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4860 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index bb65f10ac..e5e0bb1bb 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,5 @@ Version 1.3.20 (In progress) ============================ - 06/03/2003: mkoeppe [Guile] Applied Guile module updates contributed by John Lenz . @@ -30,6 +29,19 @@ Version 1.3.20 (In progress) *** NEW FEATURE [Guile] *** +06/01/2003: cheetah (William Fulton) + Dimensionless arrays such as + + int foo[] = {1, 2}; + extern int bar[]; + + produce a warning that the variable is read-only. Depending on the target + language, this used to cause compile errors or generate a setter that + generated a runtime error. A setter cannot be automatically generated + because the array size cannot be determined by SWIG. A varin, globalin + or memberin typemap (depending on the target language) must be written + by the user. + 05/29/2003: beazley Refinement to default typemap matching and arrays. When an array is declared like this: