svn commit: r1817507 - in /commons/proper/daemon/branches/1.0.x/src/native/windows: apps/prunsrv/prunsrv.c apps/prunsrv/prunsrv.h apps/prunsrv/prunsrv.rc include/Makefile.inc

2017-12-08 Thread mturk
Author: mturk Date: Fri Dec 8 14:28:55 2017 New Revision: 1817507 URL: http://svn.apache.org/viewvc?rev=1817507&view=rev Log: Do not set event if not initialized Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.c commons/proper/daemon/branches

[commons-daemon] branch master updated: Fix trivial typo. Windows 7 ABI is 0x0601

2021-03-03 Thread mturk
This is an automated email from the ASF dual-hosted git repository. mturk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git The following commit(s) were added to refs/heads/master by this push: new 4253cb7 Fix trivial typo. Windows 7 ABI

[commons-daemon] branch master updated: Add missing bits for version 1.2.5 upgrade

2021-03-03 Thread mturk
This is an automated email from the ASF dual-hosted git repository. mturk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git The following commit(s) were added to refs/heads/master by this push: new c1a5919 Add missing bits for version

[commons-daemon] branch master updated: TAB police

2021-03-03 Thread mturk
This is an automated email from the ASF dual-hosted git repository. mturk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git The following commit(s) were added to refs/heads/master by this push: new f3053c6 TAB police f3053c6 is described

[commons-daemon] branch master updated: Allow to have WINVER defined in hexadecimal version when calling nmake

2021-03-05 Thread mturk
This is an automated email from the ASF dual-hosted git repository. mturk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git The following commit(s) were added to refs/heads/master by this push: new 30aebfe Allow to have WINVER defined in

svn commit: r1084288 [9/15] - in /commons/sandbox/runtime/trunk/src/main/native: ./ include/acr/ os/ os/aix/ os/bsdx/ os/darwin/ os/hpux/ os/linux/ os/solaris/ os/unix/ os/win32/ port/ srclib/ srclib/

2011-03-22 Thread mturk
Added: commons/sandbox/runtime/trunk/src/main/native/srclib/zlib/infback.c URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/srclib/zlib/infback.c?rev=1084288&view=auto == --- commons/sandbox/

svn commit: r1084326 - in /commons/sandbox/runtime/trunk/src/main/native: buildmark.c bzip2.c error.c shared/ shared/buildmark.c shared/bzip2.c shared/error.c

2011-03-22 Thread mturk
Author: mturk Date: Tue Mar 22 19:52:06 2011 New Revision: 1084326 URL: http://svn.apache.org/viewvc?rev=1084326&view=rev Log: Move shared code to the separate dir Added: commons/sandbox/runtime/trunk/src/main/native/shared/ commons/sandbox/runtime/trunk/src/main/native/sh

svn commit: r1084677 [2/2] - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/exception/ native/ native/include/acr/ native/shared/

2011-03-23 Thread mturk
Added: commons/sandbox/runtime/trunk/src/main/native/shared/string.c URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/shared/string.c?rev=1084677&view=auto == --- commons/sandbox/runtime/trun

svn commit: r1084678 - /commons/sandbox/runtime/trunk/src/main/native/include/acr/config_i386.h

2011-03-23 Thread mturk
Author: mturk Date: Wed Mar 23 19:07:31 2011 New Revision: 1084678 URL: http://svn.apache.org/viewvc?rev=1084678&view=rev Log: Axe accidental commit Removed: commons/sandbox/runtime/trunk/src/main/native/include/acr/config_i386.h

svn commit: r1084870 - in /commons/sandbox/runtime/trunk: ./ lib/ src/main/java/org/apache/commons/runtime/exception/ src/main/test/ src/main/test/org/ src/main/test/org/apache/ src/main/test/org/apac

2011-03-24 Thread mturk
Author: mturk Date: Thu Mar 24 08:06:51 2011 New Revision: 1084870 URL: http://svn.apache.org/viewvc?rev=1084870&view=rev Log: Use testng instead junit Added: commons/sandbox/runtime/trunk/lib/ commons/sandbox/runtime/trunk/lib/testng-6.0.jar (with props) commons/sandbox/run

svn commit: r1084894 - in /commons/sandbox/runtime/trunk: build.xml src/main/test/org/apache/commons/runtime/TestUtils.java

2011-03-24 Thread mturk
Author: mturk Date: Thu Mar 24 10:44:39 2011 New Revision: 1084894 URL: http://svn.apache.org/viewvc?rev=1084894&view=rev Log: Add bare testng case Added: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestUtils.java (with props) Modified: commons/san

svn commit: r1084975 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/ native/include/acr/ native/port/ native/shared/ test/org/apache/commons/runtime/

2011-03-24 Thread mturk
Author: mturk Date: Thu Mar 24 14:46:30 2011 New Revision: 1084975 URL: http://svn.apache.org/viewvc?rev=1084975&view=rev Log: Add more of old code Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Library.java (with props) commons/sandbox/runtime/t

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

2011-03-24 Thread mturk
Author: mturk Date: Thu Mar 24 15:05:43 2011 New Revision: 1084983 URL: http://svn.apache.org/viewvc?rev=1084983&view=rev Log: Do not link to the optional libs. We will dynload them at runtime Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/san

svn commit: r1085306 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/ native/include/acr/ native/shared/

2011-03-25 Thread mturk
Author: mturk Date: Fri Mar 25 10:14:18 2011 New Revision: 1085306 URL: http://svn.apache.org/viewvc?rev=1085306&view=rev Log: Add basic Unsafe wrapper Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Unsafe.java (with props) commons/sandbox/runtime/t

svn commit: r1085321 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Unsafe.java native/shared/unsafe.c

2011-03-25 Thread mturk
Author: mturk Date: Fri Mar 25 11:16:39 2011 New Revision: 1085321 URL: http://svn.apache.org/viewvc?rev=1085321&view=rev Log: Add more Unsafe methods Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Unsafe.java commons/sandbox/runtime/trunk/src/

svn commit: r1085412 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.unx.in include/acr/debug.h include/acr/error.h include/acr/string.h shared/clazz.c shared/debug.c shared/error.c shar

2011-03-25 Thread mturk
Author: mturk Date: Fri Mar 25 14:46:46 2011 New Revision: 1085412 URL: http://svn.apache.org/viewvc?rev=1085412&view=rev Log: Add debug and simplify old exception throwing code Added: commons/sandbox/runtime/trunk/src/main/native/include/acr/debug.h (with props) commons/san

svn commit: r1085554 - in /commons/sandbox/runtime/trunk/src/main/native: ./ include/acr/ os/linux/ os/unix/ shared/

2011-03-25 Thread mturk
Author: mturk Date: Fri Mar 25 20:38:25 2011 New Revision: 1085554 URL: http://svn.apache.org/viewvc?rev=1085554&view=rev Log: Add more native methods. This is modified original code Added: commons/sandbox/runtime/trunk/src/main/native/include/acr/time.h (with props) commons/san

svn commit: r1085661 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/jnidefs.h include/acr/jnimacros.h include/acr/jnitypes.h shared/clazz.c shared/object.c shared/string.c shared/uns

2011-03-26 Thread mturk
Author: mturk Date: Sat Mar 26 07:30:29 2011 New Revision: 1085661 URL: http://svn.apache.org/viewvc?rev=1085661&view=rev Log: Simplify method access macros Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/jnidefs.h commons/sandbox/runtime/trunk/src/main/native/inc

svn commit: r1085678 - in /commons/sandbox/runtime/trunk: ./ src/main/java/org/apache/commons/runtime/ src/main/native/ src/main/native/include/acr/ src/main/native/shared/

2011-03-26 Thread mturk
Author: mturk Date: Sat Mar 26 10:27:00 2011 New Revision: 1085678 URL: http://svn.apache.org/viewvc?rev=1085678&view=rev Log: Add old Main and Version Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Main.java (with props) commons/sandbox/runtime/t

svn commit: r1085687 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/io/ java/org/apache/commons/runtime/net/ native/include/acr/ native/

2011-03-26 Thread mturk
Author: mturk Date: Sat Mar 26 11:02:36 2011 New Revision: 1085687 URL: http://svn.apache.org/viewvc?rev=1085687&view=rev Log: Add more of the old code Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Callback.java (with props) commons/sandbox/run

svn commit: r1085699 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/error.h shared/error.c shared/string.c

2011-03-26 Thread mturk
Author: mturk Date: Sat Mar 26 11:30:39 2011 New Revision: 1085699 URL: http://svn.apache.org/viewvc?rev=1085699&view=rev Log: Catch exception classes on their first use Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/error.h commons/sandbox/runtime/trunk/src/

svn commit: r1085784 [2/2] - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/platform/ java/org/apache/commons/runtime/platform/aix/ java/org/apache/commons/runtime/platfor

2011-03-26 Thread mturk
Added: commons/sandbox/runtime/trunk/src/main/native/shared/observer.c URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/shared/observer.c?rev=1085784&view=auto == --- commons/sandbox/runtime/

svn commit: r1085936 - in /commons/sandbox/runtime/trunk: ./ src/main/native/ src/main/native/include/acr/ src/main/native/os/linux/ src/main/native/shared/ src/main/test/org/apache/commons/runtime/

2011-03-27 Thread mturk
Author: mturk Date: Sun Mar 27 13:50:21 2011 New Revision: 1085936 URL: http://svn.apache.org/viewvc?rev=1085936&view=rev Log: Start adding TestNG cases Added: commons/sandbox/runtime/trunk/src/main/native/include/acr/system.h (with props) commons/sandbox/runtime/trunk/src/main/na

svn commit: r1085946 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/util/ native/ native/include/acr/ native/os/unix/ native/shared/

2011-03-27 Thread mturk
Author: mturk Date: Sun Mar 27 14:41:11 2011 New Revision: 1085946 URL: http://svn.apache.org/viewvc?rev=1085946&view=rev Log: Add few more of the old code with some simplifications Added: commons/sandbox/runtime/trunk/src/main/native/os/unix/arch_load.h (with props) commons/san

svn commit: r1086143 - in /commons/sandbox/runtime/trunk/src/main/native: ./ include/acr/ shared/

2011-03-28 Thread mturk
Author: mturk Date: Mon Mar 28 07:37:39 2011 New Revision: 1086143 URL: http://svn.apache.org/viewvc?rev=1086143&view=rev Log: Add direct FileDescriptor access. May not work on all VM's Added: commons/sandbox/runtime/trunk/src/main/native/include/acr/iofd.h (with props)

svn commit: r1086147 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/iofd.h include/acr/jnimacros.h shared/iofd.c

2011-03-28 Thread mturk
Author: mturk Date: Mon Mar 28 08:04:31 2011 New Revision: 1086147 URL: http://svn.apache.org/viewvc?rev=1086147&view=rev Log: Add FileDescriptor setters Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/iofd.h commons/sandbox/runtime/trunk/src/main/native/include

svn commit: r1086263 - in /commons/sandbox/runtime/trunk/src/main/native: ./ include/acr/ shared/

2011-03-28 Thread mturk
Author: mturk Date: Mon Mar 28 14:57:44 2011 New Revision: 1086263 URL: http://svn.apache.org/viewvc?rev=1086263&view=rev Log: Add low level Reflection support Added: commons/sandbox/runtime/trunk/src/main/native/shared/reflect.c (with props) Modified: commons/sandbox/runtime/t

svn commit: r1086268 - /commons/sandbox/runtime/trunk/src/main/native/include/acr/jnimacros.h

2011-03-28 Thread mturk
Author: mturk Date: Mon Mar 28 15:23:13 2011 New Revision: 1086268 URL: http://svn.apache.org/viewvc?rev=1086268&view=rev Log: No need for checking exceptions. They are always thrown if NULL is returned Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/jnimacros.h Modi

svn commit: r1086303 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/clazz.h include/acr/error.h include/acr/string.h include/acr/unsafe.h shared/iofd.c shared/string.c

2011-03-28 Thread mturk
Author: mturk Date: Mon Mar 28 17:30:09 2011 New Revision: 1086303 URL: http://svn.apache.org/viewvc?rev=1086303&view=rev Log: Add fast cp1250 conversion Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/clazz.h commons/sandbox/runtime/trunk/src/main/native/include

svn commit: r1086319 - /commons/sandbox/runtime/trunk/src/main/native/shared/string.c

2011-03-28 Thread mturk
Author: mturk Date: Mon Mar 28 17:59:55 2011 New Revision: 1086319 URL: http://svn.apache.org/viewvc?rev=1086319&view=rev Log: Oops. It's 1252 not 1250 Modified: commons/sandbox/runtime/trunk/src/main/native/shared/string.c Modified: commons/sandbox/runtime/trunk/src/main/nati

svn commit: r1087631 - in /commons/sandbox/runtime/trunk: ./ src/main/java/org/apache/commons/runtime/ src/main/native/ src/main/native/include/acr/ src/main/native/shared/

2011-04-01 Thread mturk
Author: mturk Date: Fri Apr 1 09:35:16 2011 New Revision: 1087631 URL: http://svn.apache.org/viewvc?rev=1087631&view=rev Log: Add patch version component Modified: commons/sandbox/runtime/trunk/build.properties.default commons/sandbox/runtime/trunk/build.properties.in com

svn commit: r1087634 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileDescriptorFactory.java

2011-04-01 Thread mturk
Author: mturk Date: Fri Apr 1 09:52:28 2011 New Revision: 1087634 URL: http://svn.apache.org/viewvc?rev=1087634&view=rev Log: Add support for creating FileDescriptor objects Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileDescriptorFactory.java (

svn commit: r1090529 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/jnimacros.h shared/iofd.c

2011-04-08 Thread mturk
Author: mturk Date: Sat Apr 9 05:39:01 2011 New Revision: 1090529 URL: http://svn.apache.org/viewvc?rev=1090529&view=rev Log: Fix typos Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/jnimacros.h commons/sandbox/runtime/trunk/src/main/native/shared/iofd.c Modi

svn commit: r1090615 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/string.h shared/iofd.c shared/native.c

2011-04-09 Thread mturk
Author: mturk Date: Sat Apr 9 15:57:33 2011 New Revision: 1090615 URL: http://svn.apache.org/viewvc?rev=1090615&view=rev Log: Modify string access macros to allow explicit null strings Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/string.h commons/sandbox/run

svn commit: r1090617 - /commons/sandbox/runtime/trunk/src/main/native/include/acr/stddefs.h

2011-04-09 Thread mturk
Author: mturk Date: Sat Apr 9 16:02:57 2011 New Revision: 1090617 URL: http://svn.apache.org/viewvc?rev=1090617&view=rev Log: Sync with OsType.java Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/stddefs.h Modified: commons/sandbox/runtime/trunk/src/main/native/inc

svn commit: r1090929 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/jniapi.h include/acr/string.h os/unix/init.c os/unix/platform.c shared/string.c

2011-04-10 Thread mturk
Author: mturk Date: Mon Apr 11 03:59:17 2011 New Revision: 1090929 URL: http://svn.apache.org/viewvc?rev=1090929&view=rev Log: Add platform specific code Added: commons/sandbox/runtime/trunk/src/main/native/os/unix/init.c (with props) commons/sandbox/runtime/trunk/src/main/nativ

svn commit: r1090930 - /commons/sandbox/runtime/trunk/src/main/native/include/acr/misc.h

2011-04-10 Thread mturk
Author: mturk Date: Mon Apr 11 04:02:21 2011 New Revision: 1090930 URL: http://svn.apache.org/viewvc?rev=1090930&view=rev Log: Add misc include Added: commons/sandbox/runtime/trunk/src/main/native/include/acr/misc.h (with props) Added: commons/sandbox/runtime/trunk/src/main/na

svn commit: r1090939 - /commons/sandbox/runtime/trunk/src/main/native/shared/reflect.c

2011-04-10 Thread mturk
Author: mturk Date: Mon Apr 11 05:36:38 2011 New Revision: 1090939 URL: http://svn.apache.org/viewvc?rev=1090939&view=rev Log: Add few more Reflect native methods Modified: commons/sandbox/runtime/trunk/src/main/native/shared/reflect.c Modified: commons/sandbox/runtime/trunk/src/main/na

svn commit: r1090994 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/dso.h os/unix/arch_load.h os/unix/dso.c

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 09:50:55 2011 New Revision: 1090994 URL: http://svn.apache.org/viewvc?rev=1090994&view=rev Log: Make dso API platform neutral Added: commons/sandbox/runtime/trunk/src/main/native/include/acr/dso.h (with props) Removed: commons/sandbox/runtime/trunk

svn commit: r1091002 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Platform.java

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 10:02:47 2011 New Revision: 1091002 URL: http://svn.apache.org/viewvc?rev=1091002&view=rev Log: Handle 1252 codepage Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Platform.java Modified: commons/sandbox/runtime/trunk

svn commit: r1091015 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Reflect.java test/org/apache/commons/runtime/TestReflect.java

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 10:39:13 2011 New Revision: 1091015 URL: http://svn.apache.org/viewvc?rev=1091015&view=rev Log: Add Reflect java API skeleton Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Reflect.java (with props) commons/san

svn commit: r1091017 - /commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestReflect.java

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 10:49:29 2011 New Revision: 1091017 URL: http://svn.apache.org/viewvc?rev=1091017&view=rev Log: Test cases Modified: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestReflect.java Modified: commons/sandbox/runtime/trunk/src/main/

svn commit: r1091019 - in /commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime: TestString.java TestUtils.java

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 10:51:52 2011 New Revision: 1091019 URL: http://svn.apache.org/viewvc?rev=1091019&view=rev Log: Make test method consistent. No need for additional test suffix/prefix Modified: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/run

svn commit: r1091099 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/shared/ test/org/apache/commons/runtime/

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 15:21:11 2011 New Revision: 1091099 URL: http://svn.apache.org/viewvc?rev=1091099&view=rev Log: Add reflection helper classes Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ReflectedClass.java (with props) commons/san

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

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 16:43:06 2011 New Revision: 1091118 URL: http://svn.apache.org/viewvc?rev=1091118&view=rev Log: Initial C++ makefile support Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in commons/sandbox/runtime/trunk/src/main/native/confi

svn commit: r1091129 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Os.java java/org/apache/commons/runtime/util/UUID.java native/os/linux/os.c native/shared/native.c na

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 17:07:49 2011 New Revision: 1091129 URL: http://svn.apache.org/viewvc?rev=1091129&view=rev Log: Do not use cryptic native wrappers Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Os.java commons/sandbox/runtime/trunk

svn commit: r1091130 - /commons/sandbox/runtime/trunk/src/main/native/os/bsdx/os.c

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 17:09:09 2011 New Revision: 1091130 URL: http://svn.apache.org/viewvc?rev=1091130&view=rev Log: Add generic BSD os implementation Added: commons/sandbox/runtime/trunk/src/main/native/os/bsdx/os.c (with props) Added: commons/sandbox/runtime/trunk/src/

svn commit: r1091215 - in /commons/sandbox/runtime/trunk/src: build/org/apache/commons/runtime/ant/SystemIdTask.java main/java/org/apache/commons/runtime/SystemId.java main/java/org/apache/commons/run

2011-04-11 Thread mturk
Author: mturk Date: Mon Apr 11 21:09:03 2011 New Revision: 1091215 URL: http://svn.apache.org/viewvc?rev=1091215&view=rev Log: Catch const properties Modified: commons/sandbox/runtime/trunk/src/build/org/apache/commons/runtime/ant/SystemIdTask.java commons/sandbox/runtime/trunk

svn commit: r1091305 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/jniapi.h os/unix/init.c os/unix/platform.c

2011-04-11 Thread mturk
Author: mturk Date: Tue Apr 12 06:31:06 2011 New Revision: 1091305 URL: http://svn.apache.org/viewvc?rev=1091305&view=rev Log: Namespace protect global variables Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/jniapi.h commons/sandbox/runtime/trunk/src/main/nativ

svn commit: r1091311 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Unsafe.java native/os/unix/init.c native/shared/iofd.c native/shared/unsafe.c

2011-04-11 Thread mturk
Author: mturk Date: Tue Apr 12 06:52:11 2011 New Revision: 1091311 URL: http://svn.apache.org/viewvc?rev=1091311&view=rev Log: Use less cryptic method names Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Unsafe.java commons/sandbox/runtime/trunk

svn commit: r1091312 - /commons/sandbox/runtime/trunk/src/main/native/shared/clazz.c

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 07:06:47 2011 New Revision: 1091312 URL: http://svn.apache.org/viewvc?rev=1091312&view=rev Log: EnsureLocalCapacity doesn't actually ensure anything. It just checks if the param is less then 4K Modified: commons/sandbox/runtime/trunk/src/main/nati

svn commit: r1091322 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: ConstPointer.java GenericPointer.java Pointer.java

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 08:24:39 2011 New Revision: 1091322 URL: http://svn.apache.org/viewvc?rev=1091322&view=rev Log: Make sure each pointer type has its own cleanup Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ConstPointer.java com

svn commit: r1091323 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/include/acr/ native/shared/

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 08:32:38 2011 New Revision: 1091323 URL: http://svn.apache.org/viewvc?rev=1091323&view=rev Log: Rename generic to MemoryPointer Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/MemoryPointer.java - copied, changed

svn commit: r1091324 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/HeapPointer.java java/org/apache/commons/runtime/MemoryPointer.java native/include/acr/pointer.h nati

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 08:36:21 2011 New Revision: 1091324 URL: http://svn.apache.org/viewvc?rev=1091324&view=rev Log: Use HeapPointer since it is heap allocated Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/HeapPointer.java - copied, cha

svn commit: r1091379 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/include/acr/ native/os/unix/ native/shared/ test/org/apache/commons/runtime/

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 11:53:14 2011 New Revision: 1091379 URL: http://svn.apache.org/viewvc?rev=1091379&view=rev Log: Implement few basic Memory/Pointer methods Added: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestMemory.java (with props) Modi

svn commit: r1091437 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/ native/include/acr/ native/shared/

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 14:47:07 2011 New Revision: 1091437 URL: http://svn.apache.org/viewvc?rev=1091437&view=rev Log: Implement copy methods. Use macros and different namings Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SlicePointer.java (

svn commit: r1091496 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Native.java native/include/acr/misc.h native/os/unix/arch_defs.h native/os/unix/init.c native/shared/

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 16:50:41 2011 New Revision: 1091496 URL: http://svn.apache.org/viewvc?rev=1091496&view=rev Log: Init signals and install shutdown hook. Installing SIGSEGV can still crash the VM on shutdown. Need to investigate the reason Modified: commons/sandbox/run

svn commit: r1091533 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/jniapi.h include/acr/misc.h os/unix/init.c shared/native.c

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 18:33:14 2011 New Revision: 1091533 URL: http://svn.apache.org/viewvc?rev=1091533&view=rev Log: Axe signaling for unix platforms. JVM requires libjsig.so to be preloaded if standard mechanism is used Modified: commons/sandbox/runtime/trunk/src/main/na

svn commit: r1091663 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/error.h include/acr/jniapi.h os/unix/init.c shared/memory.c

2011-04-12 Thread mturk
Author: mturk Date: Wed Apr 13 06:19:25 2011 New Revision: 1091663 URL: http://svn.apache.org/viewvc?rev=1091663&view=rev Log: Completely axe SIGSEGV handling. If ever, some other mechanism will be needed Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/error.h com

svn commit: r1091672 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/util/ native/ native/include/acr/ native/shared/ test/org/apache/commons/runtime/

2011-04-12 Thread mturk
Author: mturk Date: Wed Apr 13 06:49:57 2011 New Revision: 1091672 URL: http://svn.apache.org/viewvc?rev=1091672&view=rev Log: Add array copy/compare Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Array.java (with props) commons/sandbox/run

svn commit: r1091674 - in /commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime: TestMemory.java TestReflect.java

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 07:02:12 2011 New Revision: 1091674 URL: http://svn.apache.org/viewvc?rev=1091674&view=rev Log: Add few more memory test cases Modified: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestMemory.java commons/sandbox/runtime/t

svn commit: r1091675 - in /commons/sandbox/runtime/trunk/src/main: native/shared/clazz.c test/org/apache/commons/runtime/TestMemory.java

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 07:09:02 2011 New Revision: 1091675 URL: http://svn.apache.org/viewvc?rev=1091675&view=rev Log: Add few more memory test cases Modified: commons/sandbox/runtime/trunk/src/main/native/shared/clazz.c commons/sandbox/runtime/trunk/src/main/test/org/ap

svn commit: r1091701 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/NioByteBuffer.java native/Makefile.unx.in native/shared/nbb.c test/org/apache/commons/runtime/TestNio

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 08:35:40 2011 New Revision: 1091701 URL: http://svn.apache.org/viewvc?rev=1091701&view=rev Log: Add NativeByteBuffer support Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/NioByteBuffer.java (with props) commons/san

svn commit: r1091759 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/ native/os/unix/ test/org/apache/commons/runtime/

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 12:25:00 2011 New Revision: 1091759 URL: http://svn.apache.org/viewvc?rev=1091759&view=rev Log: Add skeleton for Semaphores Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/PosixSemaphore.java (with props) commons/san

svn commit: r1091761 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/os/win32/

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 12:42:36 2011 New Revision: 1091761 URL: http://svn.apache.org/viewvc?rev=1091761&view=rev Log: Add skeleton for Semaphores Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/WindowsSemaphore.java (with props) commons/san

svn commit: r1091827 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/exception/ObjectAlreadyExistsException.java native/include/acr/error.h native/os/unix/semaphore.c nat

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 15:40:08 2011 New Revision: 1091827 URL: http://svn.apache.org/viewvc?rev=1091827&view=rev Log: Implement native part of posix semaphore Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/exception/ObjectAlreadyExistsException.

svn commit: r1091829 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/exception/ native/include/acr/ native/shared/

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 15:44:08 2011 New Revision: 1091829 URL: http://svn.apache.org/viewvc?rev=1091829&view=rev Log: Rename EACCES exception Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/exception/AlreadyExistsException.java - copied, cha

svn commit: r1091838 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/exception/ native/include/acr/ native/os/unix/ native/shared/

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 16:07:00 2011 New Revision: 1091838 URL: http://svn.apache.org/viewvc?rev=1091838&view=rev Log: Rename system exception class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/exception/SystemException.java - copied, cha

svn commit: r1091867 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/exception/ java/org/apache/commons/runtime/platform/linux/ java/org/

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 18:20:01 2011 New Revision: 1091867 URL: http://svn.apache.org/viewvc?rev=1091867&view=rev Log: Add Status and few exception classes Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Status.java (with props) commons/san

svn commit: r1091885 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: PosixSemaphore.java PosixSemaphoreImpl.java Semaphore.java SemaphoreImpl.java WindowsSemaphore.java W

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 18:49:38 2011 New Revision: 1091885 URL: http://svn.apache.org/viewvc?rev=1091885&view=rev Log: Fill in Semaphore api Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/PosixSemaphore.java commons/sandbox/runtime/trunk

svn commit: r1091931 - in /commons/sandbox/runtime/trunk: ./ src/main/test/org/apache/commons/runtime/

2011-04-13 Thread mturk
Author: mturk Date: Wed Apr 13 21:55:48 2011 New Revision: 1091931 URL: http://svn.apache.org/viewvc?rev=1091931&view=rev Log: Make parent/child test support Modified: commons/sandbox/runtime/trunk/build.xml commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/run

svn commit: r1092017 - in /commons/sandbox/runtime/trunk/src/main/native: ./ os/win32/ srclib/bzip2/

2011-04-13 Thread mturk
Author: mturk Date: Thu Apr 14 06:35:38 2011 New Revision: 1092017 URL: http://svn.apache.org/viewvc?rev=1092017&view=rev Log: Add win32 initial make and impl files Added: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (with props) commons/sandbox/runtime/trunk/src/

svn commit: r1092030 - in /commons/sandbox/runtime/trunk/src/main/native: os/win32/arch_defs.h os/win32/init.c os/win32/os.c port/bsdsys.c shared/iofd.c

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 07:28:18 2011 New Revision: 1092030 URL: http://svn.apache.org/viewvc?rev=1092030&view=rev Log: Add win32 implementation code Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/arch_defs.h commons/sandbox/runtime/trunk/src/main/native/os/w

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

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 07:34:07 2011 New Revision: 1092032 URL: http://svn.apache.org/viewvc?rev=1092032&view=rev Log: Axe unused old code Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/init.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/in

svn commit: r1092104 - in /commons/sandbox/runtime/trunk/src/main: native/os/win32/platform.c test/org/apache/commons/runtime/TestString.java

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 10:32:50 2011 New Revision: 1092104 URL: http://svn.apache.org/viewvc?rev=1092104&view=rev Log: Implement win32 Platform and fix native String test Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/platform.c commons/sandbox/runtime/t

svn commit: r1092107 - /commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestString.java

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 10:34:46 2011 New Revision: 1092107 URL: http://svn.apache.org/viewvc?rev=1092107&view=rev Log: Do not use fixed numbers Modified: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestString.java Modified: commons/sandbox/runtime/t

svn commit: r1092142 - /commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestUtils.java

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 11:36:27 2011 New Revision: 1092142 URL: http://svn.apache.org/viewvc?rev=1092142&view=rev Log: Test hex conversion Modified: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestUtils.java Modified: commons/sandbox/runtime/trunk

svn commit: r1092182 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.msc.in os/win32/winapi.c

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 12:29:57 2011 New Revision: 1092182 URL: http://svn.apache.org/viewvc?rev=1092182&view=rev Log: Start adding win32 direct api functions Added: commons/sandbox/runtime/trunk/src/main/native/os/win32/winapi.c (with props) Modified: commons/sandbox/run

svn commit: r1092255 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/pointer.h include/acr/unsafe.h shared/pointer.c

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 14:11:31 2011 New Revision: 1092255 URL: http://svn.apache.org/viewvc?rev=1092255&view=rev Log: Add native pointer setters Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/pointer.h commons/sandbox/runtime/trunk/src/main/native/inc

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

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 14:16:14 2011 New Revision: 1092262 URL: http://svn.apache.org/viewvc?rev=1092262&view=rev Log: Use CRT instead heap allocation where possible Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/winapi.c Modified: commons/sandbox/runtime/trunk

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

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 14:18:31 2011 New Revision: 1092266 URL: http://svn.apache.org/viewvc?rev=1092266&view=rev Log: LocalAlloc(LPTR, ..) is actually calloc Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/winapi.c Modified: commons/sandbox/runtime/trunk/src/

svn commit: r1092317 - in /commons/sandbox/runtime/trunk/src/main/native/os/win32: arch_defs.h init.c semaphore.c winapi.c

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 14:58:25 2011 New Revision: 1092317 URL: http://svn.apache.org/viewvc?rev=1092317&view=rev Log: Add win32 semaphore methods Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/arch_defs.h commons/sandbox/runtime/trunk/src/main/native/os/w

svn commit: r1092339 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Memory.java native/shared/memory.c

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 15:26:51 2011 New Revision: 1092339 URL: http://svn.apache.org/viewvc?rev=1092339&view=rev Log: Add very dangerous Memory.free method. Meant to be used internally only Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.

svn commit: r1092399 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/platform/windows/ native/include/acr/ native/os/win32/

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 17:28:39 2011 New Revision: 1092399 URL: http://svn.apache.org/viewvc?rev=1092399&view=rev Log: Move windows classes to platform/windows package Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform/windows/Api.java (

svn commit: r1092438 - in /commons/sandbox/runtime/trunk/src/main/native: os/win32/arch_defs.h os/win32/arch_opts.h os/win32/dso.c os/win32/init.c os/win32/os.c os/win32/platform.c os/win32/semaphore.

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 18:48:14 2011 New Revision: 1092438 URL: http://svn.apache.org/viewvc?rev=1092438&view=rev Log: Implement win32 native methods Added: commons/sandbox/runtime/trunk/src/main/native/os/win32/arch_opts.h (with props) Modified: commons/sandbox/runtime/t

svn commit: r1092441 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/platform/windows/ native/ native/os/unix/ native/os/win32/

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 19:09:49 2011 New Revision: 1092441 URL: http://svn.apache.org/viewvc?rev=1092441&view=rev Log: Add Posix api class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/PosixApi.java (with props) commons/sandbox/runtime/t

svn commit: r1092442 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: Posix.java PosixApi.java

2011-04-14 Thread mturk
Author: mturk Date: Thu Apr 14 19:10:51 2011 New Revision: 1092442 URL: http://svn.apache.org/viewvc?rev=1092442&view=rev Log: Oops. Use a correct file name Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Posix.java - copied unchanged from r109

svn commit: r1092592 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/NioByteBuffer.java java/org/apache/commons/runtime/Posix.java native/os/unix/posixapi.c native/shared

2011-04-14 Thread mturk
Author: mturk Date: Fri Apr 15 05:41:14 2011 New Revision: 1092592 URL: http://svn.apache.org/viewvc?rev=1092592&view=rev Log: Use integer length for NioByteBuffers Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/NioByteBuffer.java commons/san

svn commit: r1092593 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/NioByteBuffer.java native/shared/nbb.c

2011-04-14 Thread mturk
Author: mturk Date: Fri Apr 15 05:57:37 2011 New Revision: 1092593 URL: http://svn.apache.org/viewvc?rev=1092593&view=rev Log: Typecheck if ByteBuffer isDirect Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/NioByteBuffer.java commons/sandbox/run

svn commit: r1092595 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/shared/ test/org/apache/commons/runtime/

2011-04-14 Thread mturk
Author: mturk Date: Fri Apr 15 06:03:19 2011 New Revision: 1092595 URL: http://svn.apache.org/viewvc?rev=1092595&view=rev Log: Rename NBB to DBB Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java - copied, changed from r109

svn commit: r1092596 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.msc.in Makefile.unx.in shared/directbb.c shared/nbb.c

2011-04-14 Thread mturk
Author: mturk Date: Fri Apr 15 06:05:11 2011 New Revision: 1092596 URL: http://svn.apache.org/viewvc?rev=1092596&view=rev Log: Rename NBB to DBB for native code Added: commons/sandbox/runtime/trunk/src/main/native/shared/directbb.c - copied unchanged from r1092595, commons/san

svn commit: r1092609 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Time.java native/Makefile.msc.in native/Makefile.unx.in native/shared/utime.c test/org/apache/commons

2011-04-15 Thread mturk
Author: mturk Date: Fri Apr 15 07:23:54 2011 New Revision: 1092609 URL: http://svn.apache.org/viewvc?rev=1092609&view=rev Log: Add replacement for System.currentTimeMillis and friends Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Time.java (with p

svn commit: r1092611 - /commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestUnsafe.java

2011-04-15 Thread mturk
Author: mturk Date: Fri Apr 15 07:26:54 2011 New Revision: 1092611 URL: http://svn.apache.org/viewvc?rev=1092611&view=rev Log: Add Unsafe test Added: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestUnsafe.java (with props) Added: commons/sandbox/runtime/t

svn commit: r1092621 - in /commons/sandbox/runtime/trunk: ./ src/main/java/org/apache/commons/runtime/ src/main/native/os/unix/ src/main/native/os/win32/ src/main/test/org/apache/commons/runtime/

2011-04-15 Thread mturk
Author: mturk Date: Fri Apr 15 08:06:09 2011 New Revision: 1092621 URL: http://svn.apache.org/viewvc?rev=1092621&view=rev Log: Add static Semaphore.remove. Usable for stalled semaphores Modified: commons/sandbox/runtime/trunk/build.xml commons/sandbox/runtime/trunk/src/main/java

svn commit: r1092626 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/platform/unix/ native/include/acr/ native/os/unix/

2011-04-15 Thread mturk
Author: mturk Date: Fri Apr 15 08:29:43 2011 New Revision: 1092626 URL: http://svn.apache.org/viewvc?rev=1092626&view=rev Log: Just like with windows move a PosixNN to a separate package Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform/

svn commit: r1092630 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/jnimacros.h os/unix/semaphore.c os/win32/semaphore.c

2011-04-15 Thread mturk
Author: mturk Date: Fri Apr 15 08:37:59 2011 New Revision: 1092630 URL: http://svn.apache.org/viewvc?rev=1092630&view=rev Log: Compact local function usage Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/jnimacros.h commons/sandbox/runtime/trunk/src/main/nativ

svn commit: r1092646 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/platform/unix/ java/org/apache/commons/runtime/platform/windows/ nat

2011-04-15 Thread mturk
Author: mturk Date: Fri Apr 15 09:56:52 2011 New Revision: 1092646 URL: http://svn.apache.org/viewvc?rev=1092646&view=rev Log: Axe implementation factories Removed: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SemaphoreImplFactory.java commons/sandbox/run

svn commit: r1092669 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/platform/unix/ java/org/apache/commons/runtime/platform/windows/ nat

2011-04-15 Thread mturk
Author: mturk Date: Fri Apr 15 11:41:44 2011 New Revision: 1092669 URL: http://svn.apache.org/viewvc?rev=1092669&view=rev Log: Add process Mutex stubs Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Mutex.java (with props) commons/sandbox/runtime/t

svn commit: r1092675 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/platform/windows/ native/os/unix/

2011-04-15 Thread mturk
Author: mturk Date: Fri Apr 15 12:03:28 2011 New Revision: 1092675 URL: http://svn.apache.org/viewvc?rev=1092675&view=rev Log: Allow platforms without posix semaphores. Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/LocalStrings.properties com

svn commit: r1092679 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/platform/unix/ java/org/apache/commons/runtime/platform/windows/ nat

2011-04-15 Thread mturk
Author: mturk Date: Fri Apr 15 12:23:34 2011 New Revision: 1092679 URL: http://svn.apache.org/viewvc?rev=1092679&view=rev Log: Axe extra exception class Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/MutexImpl.java commons/sandbox/runtime/trunk

  1   2   3   4   5   6   7   8   9   10   >