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

2009-09-02 Thread mturk
Author: mturk Date: Wed Sep 2 06:47:52 2009 New Revision: 810379 URL: http://svn.apache.org/viewvc?rev=810379view=rev Log: Separate temp dir and temp file creation Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/temps.c Modified:

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

2009-09-02 Thread mturk
Author: mturk Date: Wed Sep 2 07:02:44 2009 New Revision: 810382 URL: http://svn.apache.org/viewvc?rev=810382view=rev Log: Fix typos Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/temps.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/temps.c URL:

svn commit: r810389 - in /commons/sandbox/runtime/trunk/src/main/native: include/arch/windows/acr_arch_private.h os/win32/env.c os/win32/temps.c

2009-09-02 Thread mturk
Author: mturk Date: Wed Sep 2 07:24:58 2009 New Revision: 810389 URL: http://svn.apache.org/viewvc?rev=810389view=rev Log: Add private wide char version of envvar functions Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h

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

2009-09-02 Thread mturk
Author: mturk Date: Wed Sep 2 09:56:45 2009 New Revision: 810440 URL: http://svn.apache.org/viewvc?rev=810440view=rev Log: Check rv from lock init Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/temps.c Modified:

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

2009-09-02 Thread mturk
Author: mturk Date: Wed Sep 2 15:39:58 2009 New Revision: 810575 URL: http://svn.apache.org/viewvc?rev=810575view=rev Log: Fix typo Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c URL:

svn commit: r810576 - in /commons/sandbox/runtime/trunk/src/main/native/os/win32: pmutex.c psema.c

2009-09-02 Thread mturk
Author: mturk Date: Wed Sep 2 15:41:31 2009 New Revision: 810576 URL: http://svn.apache.org/viewvc?rev=810576view=rev Log: Real status name is WAIT_FAILED Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c

svn commit: r810589 - /commons/sandbox/validator2/trunk/

2009-09-02 Thread dwoods
Author: dwoods Date: Wed Sep 2 16:19:30 2009 New Revision: 810589 URL: http://svn.apache.org/viewvc?rev=810589view=rev Log: VALIDATOR-279 Remove existing trunk files in sandbox Removed: commons/sandbox/validator2/trunk/

svn commit: r810590 - /commons/sandbox/validator2/trunk/

2009-09-02 Thread dwoods
Author: dwoods Date: Wed Sep 2 16:20:37 2009 New Revision: 810590 URL: http://svn.apache.org/viewvc?rev=810590view=rev Log: VALIDATOR-279 copy over existing 1.4 trunk as a starting point Added: commons/sandbox/validator2/trunk/ - copied from r810589, commons/proper/validator/trunk/

svn commit: r810594 - in /commons/sandbox/validator2/trunk/src/main/java/org/apache/commons/validator: CreditCardValidator.java DateValidator.java EmailValidator.java ISBNValidator.java UrlValidator.j

2009-09-02 Thread dwoods
Author: dwoods Date: Wed Sep 2 16:29:36 2009 New Revision: 810594 URL: http://svn.apache.org/viewvc?rev=810594view=rev Log: VALIDATOR-279 Remove depricated validators that are available in routines package Removed:

svn commit: r810604 - in /commons/sandbox/runtime/trunk/src/main/native: include/arch/unix/acr_arch.h os/unix/pmutex.c os/unix/pshm.c os/unix/uutils.c

2009-09-02 Thread mturk
Author: mturk Date: Wed Sep 2 16:50:39 2009 New Revision: 810604 URL: http://svn.apache.org/viewvc?rev=810604view=rev Log: Use restartable versions of read() and write() Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/unix/acr_arch.h

svn commit: r810609 - /commons/sandbox/runtime/trunk/src/main/native/os/unix/uutils.c

2009-09-02 Thread mturk
Author: mturk Date: Wed Sep 2 16:59:27 2009 New Revision: 810609 URL: http://svn.apache.org/viewvc?rev=810609view=rev Log: Save errno when returning NULL Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/uutils.c Modified:

svn commit: r810623 - /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/scripting/JexlScriptEngineTest.java

2009-09-02 Thread sebb
Author: sebb Date: Wed Sep 2 17:26:13 2009 New Revision: 810623 URL: http://svn.apache.org/viewvc?rev=810623view=rev Log: Fix tests which failed due to change in promotion rules; small numbers are now Integer, not Long Modified:

svn commit: r810639 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_file.h os/unix/temps.c os/win32/temps.c

2009-09-02 Thread mturk
Author: mturk Date: Wed Sep 2 18:10:17 2009 New Revision: 810639 URL: http://svn.apache.org/viewvc?rev=810639view=rev Log: Make sure paths doesn't end with '/' or '\' Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_file.h

svn commit: r810640 - in /commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/locking: RWLockManager.java SimpleLockManager.java

2009-09-02 Thread ozeigermann
Author: ozeigermann Date: Wed Sep 2 18:12:19 2009 New Revision: 810640 URL: http://svn.apache.org/viewvc?rev=810640view=rev Log: Patch applied in response to https://issues.apache.org/jira/browse/TRANSACTION-33 Thanks to Shishir Sharma! Modified:

svn commit: r810652 - /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/IssuesTest.java

2009-09-02 Thread henrib
Author: henrib Date: Wed Sep 2 18:27:45 2009 New Revision: 810652 URL: http://svn.apache.org/viewvc?rev=810652view=rev Log: Added more expressions to check; the ';' is necessary only between expressions in a statement (not between block,if,while,for) Modified:

svn commit: r810708 - in /commons/sandbox/validator2/trunk: build.xml pom.xml project.xml src/main/java/org/apache/commons/validator/GenericValidator.java xdocs/changes.xml

2009-09-02 Thread dwoods
Author: dwoods Date: Wed Sep 2 21:59:14 2009 New Revision: 810708 URL: http://svn.apache.org/viewvc?rev=810708view=rev Log: VALIDATOR-279 Fix compile failure from removing depricated classes in last commit. Update version from 1.4-SNAPSHOT to 2.0-SNAPSHOT. Udpate scm loctions. Add UTF8