Author: mturk
Date: Sat Apr 18 06:43:53 2009
New Revision: 766250
URL: http://svn.apache.org/viewvc?rev=766250&view=rev
Log:
Do some pointer castings@
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h
commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c
Author: mturk
Date: Sat Apr 18 06:35:50 2009
New Revision: 766246
URL: http://svn.apache.org/viewvc?rev=766246&view=rev
Log:
Remove V2P macro.
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/win32/main.c
Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/main.c
URL:
Author: mturk
Date: Sat Apr 18 06:28:00 2009
New Revision: 766241
URL: http://svn.apache.org/viewvc?rev=766241&view=rev
Log:
Remove V2P macro.
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h
Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_pri
Author: mturk
Date: Sat Apr 18 06:18:24 2009
New Revision: 766238
URL: http://svn.apache.org/viewvc?rev=766238&view=rev
Log:
Oops. Fix typo
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h
Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_privat
Author: mturk
Date: Sat Apr 18 06:15:46 2009
New Revision: 766234
URL: http://svn.apache.org/viewvc?rev=766234&view=rev
Log:
Add some 64-bit pointer fixes
Modified:
commons/sandbox/runtime/trunk/build.xml
commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h
commons/sand
Author: bayard
Date: Sat Apr 18 05:02:21 2009
New Revision: 766213
URL: http://svn.apache.org/viewvc?rev=766213&view=rev
Log:
Adding null test for CODEC-40
Modified:
commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64Test.java
Modified:
commons/proper/codec/trunk/src
Author: luc
Date: Fri Apr 17 20:31:52 2009
New Revision: 766144
URL: http://svn.apache.org/viewvc?rev=766144&view=rev
Log:
removed tests not meaningful for sparse vectors
reactivated some commented-out tests
Modified:
commons/proper/math/trunk/src/test/org/apache/commons/math/linear/SparseRe
Author: sebb
Date: Fri Apr 17 17:29:21 2009
New Revision: 766092
URL: http://svn.apache.org/viewvc?rev=766092&view=rev
Log:
Use UTF-8 encoding for copying resources to avoid platform dependency
Modified:
commons/proper/math/trunk/pom.xml
Modified: commons/proper/math/trunk/pom.xml
URL:
http
Author: sebb
Date: Fri Apr 17 13:44:46 2009
New Revision: 766003
URL: http://svn.apache.org/viewvc?rev=766003&view=rev
Log:
MATH-259 - throw IllegalArgument rather than ClassCast to better retain
original behaviour
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/Fr
Author: mturk
Date: Fri Apr 17 13:42:07 2009
New Revision: 766000
URL: http://svn.apache.org/viewvc?rev=766000&view=rev
Log:
Init Object[][] only if requested
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_clazz.h
commons/sandbox/runtime/trunk/src/main/native/shared/c
Author: sebb
Date: Fri Apr 17 13:34:59 2009
New Revision: 765996
URL: http://svn.apache.org/viewvc?rev=765996&view=rev
Log:
MATH-259 - check for Comparable when adding values
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/Frequency.java
commons/proper/math/tru
Author: mturk
Date: Fri Apr 17 13:22:40 2009
New Revision: 765988
URL: http://svn.apache.org/viewvc?rev=765988&view=rev
Log:
Make sure closed Descriptors are never equal except if this == other
Modified:
commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestPrivate.java
Modi
Author: mturk
Date: Fri Apr 17 13:20:00 2009
New Revision: 765986
URL: http://svn.apache.org/viewvc?rev=765986&view=rev
Log:
Fix typo
Modified:
commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java
Modified:
commons/sandbox/runtime/trunk/src/main/java/org/a
Author: mturk
Date: Fri Apr 17 13:16:59 2009
New Revision: 765983
URL: http://svn.apache.org/viewvc?rev=765983&view=rev
Log:
Add descriptor equals method
Modified:
commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java
commons/sandbox/runtime/trunk/src/ma
Author: sebb
Date: Fri Apr 17 13:07:26 2009
New Revision: 765978
URL: http://svn.apache.org/viewvc?rev=765978&view=rev
Log:
Make HashMap final as it is only set in the ctors
Document behaviour of getCount(Object v) if v is not comparable
Save value of getSumFreq() from DIV/0 check so we don't calc
Author: mturk
Date: Fri Apr 17 13:02:56 2009
New Revision: 765975
URL: http://svn.apache.org/viewvc?rev=765975&view=rev
Log:
Throw InstatntiationException if operation made on unitialized library
Modified:
commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java
Author: mturk
Date: Fri Apr 17 12:30:44 2009
New Revision: 765968
URL: http://svn.apache.org/viewvc?rev=765968&view=rev
Log:
Add Pointer equals method
Modified:
commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java
commons/sandbox/runtime/trunk/src/main/jav
Author: mturk
Date: Fri Apr 17 12:09:42 2009
New Revision: 765964
URL: http://svn.apache.org/viewvc?rev=765964&view=rev
Log:
Add Pointer and Descriptor array API
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_descriptor.h
commons/sandbox/runtime/trunk/src/main/native/
Author: mturk
Date: Fri Apr 17 11:53:24 2009
New Revision: 765957
URL: http://svn.apache.org/viewvc?rev=765957&view=rev
Log:
Add setter API for Pointer and Descriptor classes
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_descriptor.h
commons/sandbox/runtime/trunk/src
Author: mturk
Date: Fri Apr 17 10:31:32 2009
New Revision: 765937
URL: http://svn.apache.org/viewvc?rev=765937&view=rev
Log:
Add some warning about calling free()
Modified:
commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java
Modified:
commons/sandbo
Author: mturk
Date: Fri Apr 17 10:17:34 2009
New Revision: 765931
URL: http://svn.apache.org/viewvc?rev=765931&view=rev
Log:
Add Descriptor classes that encapsulate the OS object handles
Added:
commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java
(with pr
Author: nicolas
Date: Fri Apr 17 09:52:02 2009
New Revision: 765925
URL: http://svn.apache.org/viewvc?rev=765925&view=rev
Log: (empty)
Modified:
commons/sandbox/monitoring/branches/modules/jdbc/pom.xml
Modified: commons/sandbox/monitoring/branches/modules/jdbc/pom.xml
URL:
http://svn.apache
Author: nicolas
Date: Fri Apr 17 09:38:42 2009
New Revision: 765922
URL: http://svn.apache.org/viewvc?rev=765922&view=rev
Log:
jdbc monitoring
Added:
commons/sandbox/monitoring/branches/modules/jdbc/src/main/java/org/apache/commons/monitoring/jdbc/AbstractMonitoredDataSource.java
common
Author: mturk
Date: Fri Apr 17 08:10:41 2009
New Revision: 765896
URL: http://svn.apache.org/viewvc?rev=765896&view=rev
Log:
Test native Pointer class management
Modified:
commons/sandbox/runtime/trunk/src/main/native/test/testcase.c
commons/sandbox/runtime/trunk/src/test/org/apache/comm
Author: mturk
Date: Fri Apr 17 08:01:37 2009
New Revision: 765892
URL: http://svn.apache.org/viewvc?rev=765892&view=rev
Log:
Code update
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_pointer.h
commons/sandbox/runtime/trunk/src/main/native/shared/pointer.c
commons
Author: mturk
Date: Fri Apr 17 07:39:29 2009
New Revision: 765881
URL: http://svn.apache.org/viewvc?rev=765881&view=rev
Log:
Code update
Modified:
commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java
commons/sandbox/runtime/trunk/src/main/java/org/apache/c
26 matches
Mail list logo