svn commit: r807514 - in /commons/proper/compress/trunk/src: changes/changes.xml main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java

2009-08-25 Thread bodewig
Author: bodewig Date: Tue Aug 25 08:11:44 2009 New Revision: 807514 URL: http://svn.apache.org/viewvc?rev=807514view=rev Log: The tar Ant task has a usecase where absolute paths inside archives are required - allow creation of such entries Modified:

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

2009-08-25 Thread mturk
Author: mturk Date: Tue Aug 25 09:06:24 2009 New Revision: 807529 URL: http://svn.apache.org/viewvc?rev=807529view=rev Log: Rename ccconfig to acr_config Modified: commons/sandbox/runtime/trunk/src/main/native/configure commons/sandbox/runtime/trunk/src/main/native/include/acr.h

svn commit: r807635 [1/2] - in /commons/sandbox/runtime/trunk/src/main/native: ./ include/ shared/ srclib/regex/ test/

2009-08-25 Thread mturk
Author: mturk Date: Tue Aug 25 13:57:05 2009 New Revision: 807635 URL: http://svn.apache.org/viewvc?rev=807635view=rev Log: Add Henry Spencer's regex prefixed with acr_ Added: commons/sandbox/runtime/trunk/src/main/native/srclib/regex/

svn commit: r807655 - in /commons/sandbox/runtime/trunk/src/main/native: ./ include/arch/darwin/ include/arch/hpux/ include/arch/linux/ include/arch/solaris/ include/arch/unix/ include/arch/windows/ o

2009-08-25 Thread mturk
Author: mturk Date: Tue Aug 25 14:44:10 2009 New Revision: 807655 URL: http://svn.apache.org/viewvc?rev=807655view=rev Log: Add fnmatch to the port layer Added: commons/sandbox/runtime/trunk/src/main/native/port/fnmatch.c (with props) Modified:

svn commit: r807658 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_port.h include/acr_private.h port/strsignal.c

2009-08-25 Thread mturk
Author: mturk Date: Tue Aug 25 14:50:53 2009 New Revision: 807658 URL: http://svn.apache.org/viewvc?rev=807658view=rev Log: Add port header instead repeting in acr_arch Added: commons/sandbox/runtime/trunk/src/main/native/include/acr_port.h (with props) Modified:

svn commit: r807659 - /commons/sandbox/runtime/trunk/src/main/native/port/fnmatch.c

2009-08-25 Thread mturk
Author: mturk Date: Tue Aug 25 14:53:24 2009 New Revision: 807659 URL: http://svn.apache.org/viewvc?rev=807659view=rev Log: Although not reached some compilers issue a warning Modified: commons/sandbox/runtime/trunk/src/main/native/port/fnmatch.c Modified:

svn commit: r807672 - in /commons/sandbox/runtime/trunk/src/main/native/srclib/regex: COPYRIGHT cclass.h cname.h engine.c re_comp.h regerror.c regex.h regex2.h regexec.c regfree.c utils.h

2009-08-25 Thread mturk
Author: mturk Date: Tue Aug 25 15:40:22 2009 New Revision: 807672 URL: http://svn.apache.org/viewvc?rev=807672view=rev Log: Use COPYRIGHT file for regex Added: commons/sandbox/runtime/trunk/src/main/native/srclib/regex/COPYRIGHT (with props) Removed:

svn commit: r807675 - /commons/sandbox/runtime/trunk/LICENSE.txt

2009-08-25 Thread mturk
Author: mturk Date: Tue Aug 25 15:45:32 2009 New Revision: 807675 URL: http://svn.apache.org/viewvc?rev=807675view=rev Log: Update LICENSE with licensed subcomponents (just like for Apache Httpd) Modified: commons/sandbox/runtime/trunk/LICENSE.txt Modified:

svn commit: r807680 - /commons/sandbox/runtime/trunk/src/main/native/srclib/regex/cname.h

2009-08-25 Thread mturk
Author: mturk Date: Tue Aug 25 15:55:43 2009 New Revision: 807680 URL: http://svn.apache.org/viewvc?rev=807680view=rev Log: Bring back cname.h Added: commons/sandbox/runtime/trunk/src/main/native/srclib/regex/cname.h (with props) Added:

svn commit: r807738 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/optimization/linear/SimplexSolver.java site/xdoc/changes.xml test/java/org/apache/commons/math/optimization/l

2009-08-25 Thread luc
Author: luc Date: Tue Aug 25 18:07:13 2009 New Revision: 807738 URL: http://svn.apache.org/viewvc?rev=807738view=rev Log: fixed an error induced by zero entries in simplex solver JIRA: MATH-288 Modified: