*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4860 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
33f7ee3eb4
commit
82b482869b
1 changed files with 13 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
Version 1.3.20 (In progress)
|
||||
============================
|
||||
|
||||
06/03/2003: mkoeppe
|
||||
[Guile] Applied Guile module updates contributed by
|
||||
John Lenz <jelenz@students.wisc.edu>.
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue