1 Jan 11:52
svn commit: r730523 - in /tomcat/connectors/trunk/jni: java/org/apache/tomcat/jni/ native/src/
<rjung <at> apache.org>
2009-01-01 10:52:46 GMT
2009-01-01 10:52:46 GMT
Author: rjung Date: Thu Jan 1 02:52:46 2009 New Revision: 730523 URL: http://svn.apache.org/viewvc?rev=730523&view=rev Log: Sync methods implemented natively with their Java references. Fixes BZ 46457 and several other inconsistencies: Changes to Java code: Buffer: rename alloc() to malloc() Buffer: change return type of size() from int to long File: add getStat() and getInfo() Registry: change val parameter in setValueJ() from int to long Socket: add acceptx() SSLContext: add setRandom() SSLContext: rename setShutdowType() to setShutdownType() Stdlib: change num parameter in calloc() from long to int Changes to native code: address.c: change return type of equal() from int to boolean file.c: change pool parameter in mktemp() from int to long lock.c: refer to Java method destroy instead of destoy in Global and Lock multicast.c: refer to Java class Multicast instead of Mulicast ssl.c: add randSet() in non-OpenSSL case(Continue reading)
RSS Feed