Author: grobmeier
Date: Tue Apr 14 05:06:27 2009
New Revision: 764676
URL: http://svn.apache.org/viewvc?rev=764676&view=rev
Log:
reduced method visibility to package
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/Change.java
Modified:
commons/prop
Author: grobmeier
Date: Tue Apr 14 05:00:34 2009
New Revision: 764675
URL: http://svn.apache.org/viewvc?rev=764675&view=rev
Log:
added examples to javadoc
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java
Modified:
commons
Author: grobmeier
Date: Tue Apr 14 04:56:41 2009
New Revision: 764674
URL: http://svn.apache.org/viewvc?rev=764674&view=rev
Log:
added examples to javadoc
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java
Modified:
co
Author: grobmeier
Date: Tue Apr 14 04:46:49 2009
New Revision: 764670
URL: http://svn.apache.org/viewvc?rev=764670&view=rev
Log:
added javadocs. Moved CompressorException out of try/catch to avoid catching
the newly thrown exception
Modified:
commons/proper/compress/trunk/src/main/java/org/
Author: grobmeier
Date: Tue Apr 14 04:40:38 2009
New Revision: 764669
URL: http://svn.apache.org/viewvc?rev=764669&view=rev
Log:
added javadocs, removed constructor without parameters from CompressorException
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/a
Author: rwinston
Date: Tue Apr 14 01:42:02 2009
New Revision: 764660
URL: http://svn.apache.org/viewvc?rev=764660&view=rev
Log:
NET-245: Apply MFMT patch submitted by Shikhar
Modified:
commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java
commons/proper/n
Author: grobmeier
Date: Mon Apr 13 20:02:50 2009
New Revision: 764593
URL: http://svn.apache.org/viewvc?rev=764593&view=rev
Log:
organized imports
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
Modified:
commons/pr
Author: grobmeier
Date: Mon Apr 13 17:24:58 2009
New Revision: 764538
URL: http://svn.apache.org/viewvc?rev=764538&view=rev
Log:
COMPRESS-69: corrected class level java doc
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutp
Author: grobmeier
Date: Mon Apr 13 17:22:30 2009
New Revision: 764537
URL: http://svn.apache.org/viewvc?rev=764537&view=rev
Log:
COMPRESS-69: corrected class level java doc
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorInpu
Author: grobmeier
Date: Mon Apr 13 17:18:11 2009
New Revision: 764536
URL: http://svn.apache.org/viewvc?rev=764536&view=rev
Log:
COMPRESS-69: reenabled testcase
Modified:
commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/compressors/BZip2TestCase.java
Modified:
common
Author: grobmeier
Date: Mon Apr 13 15:20:24 2009
New Revision: 764503
URL: http://svn.apache.org/viewvc?rev=764503&view=rev
Log:
COMPRESS-69: Applied patch from Uwe Schindler. Writing magic BZ is now done by
the stream again.
COMPRESS-69: Updated docs
Modified:
commons/proper/compress/trunk
Author: grobmeier
Date: Mon Apr 13 15:18:01 2009
New Revision: 764502
URL: http://svn.apache.org/viewvc?rev=764502&view=rev
Log:
COMPRESS-69: Docs state BZ should be skipped by caller, but the Stream checks
for it. Removed wrong docs.
Modified:
commons/proper/compress/trunk/src/main/java/or
Author: mturk
Date: Mon Apr 13 14:28:24 2009
New Revision: 764489
URL: http://svn.apache.org/viewvc?rev=764489&view=rev
Log:
Use ID. as prefix making it parseable
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/hpux/os.c
Modified: commons/sandbox/runtime/trunk/src/main/native/os/h
Author: mturk
Date: Mon Apr 13 14:26:56 2009
New Revision: 764487
URL: http://svn.apache.org/viewvc?rev=764487&view=rev
Log:
Return id on hp-ux for hardware
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/hpux/os.c
Modified: commons/sandbox/runtime/trunk/src/main/native/os/hpux/os
Author: mturk
Date: Mon Apr 13 14:26:02 2009
New Revision: 764486
URL: http://svn.apache.org/viewvc?rev=764486&view=rev
Log:
Return id on hp-ux for hardware
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/hpux/os.c
Modified: commons/sandbox/runtime/trunk/src/main/native/os/hpux/os
Author: mturk
Date: Mon Apr 13 14:11:25 2009
New Revision: 764479
URL: http://svn.apache.org/viewvc?rev=764479&view=rev
Log:
Return OS.getSysname as unified string
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/darwin/os.c
commons/sandbox/runtime/trunk/src/main/native/os/hpux/
Author: mturk
Date: Mon Apr 13 14:04:31 2009
New Revision: 764474
URL: http://svn.apache.org/viewvc?rev=764474&view=rev
Log:
Return OS.getProcessor as unified string
Modified:
commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java
commons/sandbox/runtime/trunk/src
Author: grobmeier
Date: Mon Apr 13 12:04:06 2009
New Revision: 764423
URL: http://svn.apache.org/viewvc?rev=764423&view=rev
Log:
improved testcase for COMPRESS-69: currently commented out since it doesn't
work as expected
Modified:
commons/proper/compress/trunk/src/test/java/org/apache/comm
Author: mturk
Date: Mon Apr 13 11:16:46 2009
New Revision: 764411
URL: http://svn.apache.org/viewvc?rev=764411&view=rev
Log:
Return ia32 insted x86 where possible
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/hpux/os.c
commons/sandbox/runtime/trunk/src/main/native/os/linux/os
Author: mturk
Date: Mon Apr 13 11:11:12 2009
New Revision: 764407
URL: http://svn.apache.org/viewvc?rev=764407&view=rev
Log:
Return x86 if running 32 bit under ia64
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/linux/os.c
Modified: commons/sandbox/runtime/trunk/src/main/native/o
Author: mturk
Date: Mon Apr 13 11:10:24 2009
New Revision: 764406
URL: http://svn.apache.org/viewvc?rev=764406&view=rev
Log:
Return x86 if running 32 bit under ia64
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/linux/os.c
Modified: commons/sandbox/runtime/trunk/src/main/native/o
Author: mturk
Date: Mon Apr 13 10:58:48 2009
New Revision: 764404
URL: http://svn.apache.org/viewvc?rev=764404&view=rev
Log:
Return x86 if running 32 bit under x86_64
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/linux/os.c
Modified: commons/sandbox/runtime/trunk/src/main/native
Author: mturk
Date: Mon Apr 13 10:53:27 2009
New Revision: 764401
URL: http://svn.apache.org/viewvc?rev=764401&view=rev
Log:
Add few more win32 winsock error descriptions
Modified:
commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c
commons/sandbox/runtime/trunk/src/main/native/sha
Author: mturk
Date: Mon Apr 13 10:16:13 2009
New Revision: 764392
URL: http://svn.apache.org/viewvc?rev=764392&view=rev
Log:
Use larger base for our errors
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h
Modified: commons/sandbox/runtime/trunk/src/main/native/incl
Author: mturk
Date: Mon Apr 13 09:50:38 2009
New Revision: 764384
URL: http://svn.apache.org/viewvc?rev=764384&view=rev
Log:
Add -d64 targets. This can probably be made via some property
but then there are VM's that don't understand -dNN options
Modified:
commons/sandbox/runtime/trunk/build.x
Author: mturk
Date: Mon Apr 13 08:48:53 2009
New Revision: 764373
URL: http://svn.apache.org/viewvc?rev=764373&view=rev
Log:
Use dld for hp-ux
Modified:
commons/sandbox/runtime/trunk/src/main/native/configure
Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL:
http://svn.
Author: mturk
Date: Mon Apr 13 08:42:51 2009
New Revision: 764372
URL: http://svn.apache.org/viewvc?rev=764372&view=rev
Log:
Add hp-us os implementation
Added:
commons/sandbox/runtime/trunk/src/main/native/os/hpux/os.c (with props)
Modified:
commons/sandbox/runtime/trunk/src/main/native
Author: mturk
Date: Mon Apr 13 07:59:30 2009
New Revision: 764370
URL: http://svn.apache.org/viewvc?rev=764370&view=rev
Log:
Fix pointer arithmetic
Modified:
commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c
Modified: commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c
URL:
Author: mturk
Date: Mon Apr 13 07:45:47 2009
New Revision: 764368
URL: http://svn.apache.org/viewvc?rev=764368&view=rev
Log:
Add native tests that gets compiled with --enable-test
Added:
commons/sandbox/runtime/trunk/src/main/native/test/
commons/sandbox/runtime/trunk/src/main/native/test
Author: mturk
Date: Mon Apr 13 07:43:42 2009
New Revision: 764367
URL: http://svn.apache.org/viewvc?rev=764367&view=rev
Log:
Oops. Wrong commit. Remove object files
Removed:
commons/sandbox/runtime/trunk/src/main/native/shared/buildmark.o
commons/sandbox/runtime/trunk/src/main/native/shar
30 matches
Mail list logo