svn commit: r803710 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_shm.h os/unix/shm.c os/win32/shm.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 21:02:46 2009 New Revision: 803710 URL: http://svn.apache.org/viewvc?rev=803710&view=rev Log: Add magic to shared memory for an extra security Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_shm.h commons/sandbox/runtime/trunk/src/main/na

svn commit: r803697 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base: ConfigurationImpl.java SubConfiguration.java

2009-08-12 Thread oheger
Author: oheger Date: Wed Aug 12 20:21:06 2009 New Revision: 803697 URL: http://svn.apache.org/viewvc?rev=803697&view=rev Log: Implementation classes for the Configuration interface. Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/conf

svn commit: r803696 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base/Configuration.java

2009-08-12 Thread oheger
Author: oheger Date: Wed Aug 12 20:20:10 2009 New Revision: 803696 URL: http://svn.apache.org/viewvc?rev=803696&view=rev Log: Initial shot for a new Configuration interface. Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuratio

svn commit: r803626 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in os/darwin/env.c os/hpux/env.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 17:40:59 2009 New Revision: 803626 URL: http://svn.apache.org/viewvc?rev=803626&view=rev Log: Add mac and hpux env.c Added: commons/sandbox/runtime/trunk/src/main/native/os/darwin/env.c (with props) commons/sandbox/runtime/trunk/src/main/native/os/hpux/env

svn commit: r803621 - in /commons/sandbox/runtime/trunk/src/main/native: configure include/acr.h

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 17:29:54 2009 New Revision: 803621 URL: http://svn.apache.org/viewvc?rev=803621&view=rev Log: Link with libresolv on all platforms Modified: commons/sandbox/runtime/trunk/src/main/native/configure commons/sandbox/runtime/trunk/src/main/native/include/acr.h

svn commit: r803603 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in configure

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 17:11:52 2009 New Revision: 803603 URL: http://svn.apache.org/viewvc?rev=803603&view=rev Log: gcc and cc use different rpath flags Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.in commons/sandbox/runtime/trunk/src/main/native/configure Mo

svn commit: r803600 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 16:56:34 2009 New Revision: 803600 URL: http://svn.apache.org/viewvc?rev=803600&view=rev Log: Solaris needs resolv library Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL:

svn commit: r803595 - /commons/sandbox/runtime/trunk/src/main/native/test/testsuite.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 16:43:00 2009 New Revision: 803595 URL: http://svn.apache.org/viewvc?rev=803595&view=rev Log: Some paltforms allow empty envvars Modified: commons/sandbox/runtime/trunk/src/main/native/test/testsuite.c Modified: commons/sandbox/runtime/trunk/src/main/native/tes

svn commit: r803591 - /commons/sandbox/runtime/trunk/src/main/native/test/testsuite.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 16:38:59 2009 New Revision: 803591 URL: http://svn.apache.org/viewvc?rev=803591&view=rev Log: One more stricmp Modified: commons/sandbox/runtime/trunk/src/main/native/test/testsuite.c Modified: commons/sandbox/runtime/trunk/src/main/native/test/testsuite.c URL:

svn commit: r803586 - /commons/sandbox/runtime/trunk/src/main/native/test/testsuite.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 16:36:52 2009 New Revision: 803586 URL: http://svn.apache.org/viewvc?rev=803586&view=rev Log: Use our strcasecmp instead stricmp Modified: commons/sandbox/runtime/trunk/src/main/native/test/testsuite.c Modified: commons/sandbox/runtime/trunk/src/main/native/tes

svn commit: r803585 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_getopt.h include/arch/windows/acr_arch.h os/win32/main.c shared/getopt.c test/testsuite.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 16:35:18 2009 New Revision: 803585 URL: http://svn.apache.org/viewvc?rev=803585&view=rev Log: Fix Win32 late dll order Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_getopt.h commons/sandbox/runtime/trunk/src/main/native/include/arch/wi

svn commit: r803580 - /commons/sandbox/runtime/trunk/src/main/native/include/acr_env.h

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 16:11:59 2009 New Revision: 803580 URL: http://svn.apache.org/viewvc?rev=803580&view=rev Log: Add env api header file Added: commons/sandbox/runtime/trunk/src/main/native/include/acr_env.h (with props) Added: commons/sandbox/runtime/trunk/src/main/native/inc

svn commit: r803579 - in /commons/sandbox/runtime/trunk/src/main/native/os: linux/env.c solaris/env.c win32/env.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 16:11:36 2009 New Revision: 803579 URL: http://svn.apache.org/viewvc?rev=803579&view=rev Log: Add env api header file Modified: commons/sandbox/runtime/trunk/src/main/native/os/linux/env.c commons/sandbox/runtime/trunk/src/main/native/os/solaris/env.c co

svn commit: r803576 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in Makefile.msc.in include/arch/unix/acr_arch.h include/arch/windows/acr_arch.h os/linux/env.c os/solaris/env.c os/win

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 16:02:53 2009 New Revision: 803576 URL: http://svn.apache.org/viewvc?rev=803576&view=rev Log: Add environment variable API Added: commons/sandbox/runtime/trunk/src/main/native/os/linux/env.c (with props) commons/sandbox/runtime/trunk/src/main/native/os/sol

svn commit: r803546 - /commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/forward/analysis/MethodDifferentiator.java

2009-08-12 Thread luc
Author: luc Date: Wed Aug 12 14:59:49 2009 New Revision: 803546 URL: http://svn.apache.org/viewvc?rev=803546&view=rev Log: try not to build big arrays containing values that are immediately ignored because they have already been processed Modified: commons/sandbox/nabla/trunk/src/main/java/o

svn commit: r803525 - in /commons/sandbox/nabla/trunk/src: main/java/org/apache/commons/nabla/algorithmic/forward/analysis/MethodDifferentiator.java test/java/org/apache/commons/nabla/algorithmic/Abst

2009-08-12 Thread luc
Author: luc Date: Wed Aug 12 14:14:23 2009 New Revision: 803525 URL: http://svn.apache.org/viewvc?rev=803525&view=rev Log: fixed an error when differentiating a constant function. the derivative was properly set to 0 but the value was also set to 0 instead of the constant Modified: commons/

svn commit: r803504 - in /commons/sandbox/runtime/trunk/src/main/native: shared/getopt.c test/testsuite.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 13:37:14 2009 New Revision: 803504 URL: http://svn.apache.org/viewvc?rev=803504&view=rev Log: use safer x_malloc/x_free Modified: commons/sandbox/runtime/trunk/src/main/native/shared/getopt.c commons/sandbox/runtime/trunk/src/main/native/test/testsuite.c Mo

svn commit: r803495 - in /commons/sandbox/runtime/trunk/src/main/native/os: unix/ios.c win32/ios.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 13:23:21 2009 New Revision: 803495 URL: http://svn.apache.org/viewvc?rev=803495&view=rev Log: use null_tab for setting the closed descriptor Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/ios.c commons/sandbox/runtime/trunk/src/main/native/o

svn commit: r803475 - in /commons/sandbox/nabla/trunk/src: main/java/org/apache/commons/nabla/algorithmic/forward/ main/java/org/apache/commons/nabla/algorithmic/forward/analysis/ main/java/org/apache

2009-08-12 Thread luc
Author: luc Date: Wed Aug 12 12:31:26 2009 New Revision: 803475 URL: http://svn.apache.org/viewvc?rev=803475&view=rev Log: changed class names (both in Nabla and for the classes generated by Nabla) to clearly distinguish between the ones dealing with forward mode and the future ones that will deal

svn commit: r803474 - /commons/proper/dbcp/trunk/doc/abandon.jsp

2009-08-12 Thread dennisl
Author: dennisl Date: Wed Aug 12 12:31:07 2009 New Revision: 803474 URL: http://svn.apache.org/viewvc?rev=803474&view=rev Log: Fix typo. Modified: commons/proper/dbcp/trunk/doc/abandon.jsp Modified: commons/proper/dbcp/trunk/doc/abandon.jsp URL: http://svn.apache.org/viewvc/commons/proper/d

svn commit: r803473 - /commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java

2009-08-12 Thread dennisl
Author: dennisl Date: Wed Aug 12 12:30:28 2009 New Revision: 803473 URL: http://svn.apache.org/viewvc?rev=803473&view=rev Log: Update the documentation to use commons-pool-1.5.1 consistently. Modified: commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java Modified: commons/proper

svn commit: r803467 - /commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/forward/ForwardAlgorithmicDifferentiator.java

2009-08-12 Thread luc
Author: luc Date: Wed Aug 12 12:07:22 2009 New Revision: 803467 URL: http://svn.apache.org/viewvc?rev=803467&view=rev Log: minor javadoc and whitespace changes Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/algorithmic/forward/ForwardAlgorithmicDifferentiator.ja

svn commit: r803461 - in /commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/core: UnivariateDerivative.java UnivariateDifferentiable.java

2009-08-12 Thread luc
Author: luc Date: Wed Aug 12 11:48:03 2009 New Revision: 803461 URL: http://svn.apache.org/viewvc?rev=803461&view=rev Log: javadoc typos Modified: commons/sandbox/nabla/trunk/src/main/java/org/apache/commons/nabla/core/UnivariateDerivative.java commons/sandbox/nabla/trunk/src/main/java/

svn commit: r803435 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/main.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 10:34:24 2009 New Revision: 803435 URL: http://svn.apache.org/viewvc?rev=803435&view=rev Log: Copy the forgotten declarations Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/main.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win3

svn commit: r803433 - /commons/sandbox/runtime/trunk/src/main/native/shared/getopt.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 10:30:35 2009 New Revision: 803433 URL: http://svn.apache.org/viewvc?rev=803433&view=rev Log: Shutup MSVC warning abount const free Modified: commons/sandbox/runtime/trunk/src/main/native/shared/getopt.c Modified: commons/sandbox/runtime/trunk/src/main/native/s

svn commit: r803431 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in Makefile.msc.in include/acr_getopt.h shared/getopt.c srclib/zlib/zutil.h test/testsuite.c

2009-08-12 Thread mturk
Author: mturk Date: Wed Aug 12 10:25:39 2009 New Revision: 803431 URL: http://svn.apache.org/viewvc?rev=803431&view=rev Log: Add getopt Added: commons/sandbox/runtime/trunk/src/main/native/include/acr_getopt.h commons/sandbox/runtime/trunk/src/main/native/shared/getopt.c (with props) Mo