From: <lr...@us...> - 2007-05-13 15:32:31
|
Revision: 1728 http://svn.sourceforge.net/rubycocoa/?rev=1728&view=rev Author: lrz Date: 2007-05-13 08:32:29 -0700 (Sun, 13 May 2007) Log Message: ----------- 2007-05-13 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/libffi.m, tests/tc_passbyref.rb: Better behavior for C-array like arguments with a length argument. Do not emit a warning anymore if a value is passed for the length argument. If the value is either negative or greater than the size of the given array, raise an exception. Otherwise, just pass the value. Added tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/libffi.m trunk/src/tests/tc_passbyref.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |