Skip to content
Snippets Groups Projects
  1. Apr 10, 2006
  2. Apr 07, 2006
  3. Apr 06, 2006
  4. Apr 05, 2006
    • tromey's avatar
      libjava/classpath: · f447e237
      tromey authored
      	PR libgcj/26625:
      	* lib/Makefile.in: Rebuilt.
      	* lib/Makefile.am (compile-classes): Touch the output file.
      libjava:
      	PR libgcj/26625:
      	* Makefile.in: Rebuilt.
      	* Makefile.am (libgcj-$(gcc_version).jar): Depend on
      	classpath/lib/compile-classes.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112724 138bc75d-0d04-0410-961f-82ee72b054a4
      f447e237
    • rmathew's avatar
      * configure.host: Add -fno-omit-frame-pointer to libgcj_flags for · ded9e723
      rmathew authored
        MinGW since EBP is used for backtracking through call frames on this
        platform.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112708 138bc75d-0d04-0410-961f-82ee72b054a4
      ded9e723
    • aph's avatar
      2006-04-05 Archit Shah <ashah@redhat.com> · 15aceac4
      aph authored
              PR java/25414
              * gnu/java/rmi/rmic/CompilerProcess.java (computeTypicalArguments):
              Add classpath argument.
              * gnu/java/rmi/rmic/Compile_gcj.java (computeArguments): Adjust
              caller.
              * gnu/java/rmi/rmic/Compile_jikes.java (computeArguments): Likewise.
              * gnu/java/rmi/rmic/Compile_kjc.java (computeArguments): Likewise.
              * gnu/java/rmi/rmic/Compiler.java (getClasspath, setClasspath): New.
              * gnu/java/rmi/rmic/RMIC.java: Set classpath for compiler, call
              mkdirs for destination directory, correct handling of superclasses
              and interfaces of the remote class, correct handling of exceptions
              declared by remote methods.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112699 138bc75d-0d04-0410-961f-82ee72b054a4
      15aceac4
  5. Apr 04, 2006
  6. Apr 03, 2006
  7. Mar 31, 2006
  8. Mar 30, 2006
  9. Mar 29, 2006
  10. Mar 28, 2006
    • tromey's avatar
      Correcting PR number in ChangeLog: · e0ff3bc6
      tromey authored
      	PR libgcj/26441:
      	* Merged libltdl 1.5.16 from vendor branch.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112465 138bc75d-0d04-0410-961f-82ee72b054a4
      e0ff3bc6
    • tromey's avatar
      PR libgcj/26641: · 6f4b20f8
      tromey authored
      	* Merged libltdl 1.5.16 from vendor branch.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112464 138bc75d-0d04-0410-961f-82ee72b054a4
      6f4b20f8
    • abalkiss's avatar
      2006-03-28 Anthony Balkissoon <abalkiss@redhat.com> · 4355e0c4
      abalkiss authored
      	* scripts/unicode-muncher.pl: Removed this file.
      	* scripts/MakeCharTables.java: Likewise.
      	* scripts/unicode-to-chartables.pl: New file.
      	* java/lang/natCharacter.cc: 
      	(UNASSIGNED_TYPE): New field.
      	(UNASSIGNED_DIGIT): Likewise.
      	(UNASSIGNED_DIRECTION): Likewise.
      	(UNASSIGNED_NUMERIC_VALUE): Likewise.
      	(PRIVATE_TYPE): Likewise.
      	(PRIVATE_DIRECTION): Likewise.
      	(readCodePoint): New method.
      	(getType(jint)): Likewise.
      	(toLowerCase(jint)): Likewise.
      	(toUpperCase(jint)): Likewise.
      	(toTitleCase(jint)): Likewise.
      	(digit(jint, jint)): Likewise.
      	(getNumericValue(jint)): Likewise.
      	(getDirectionality(jint)): Likewise.
      	(readChar),
      	(getType(jchar)),
      	(toLowerCase(jchar)),
      	(toUpperCase(jchar)),
      	(toTitleCase(jchar)),
      	(digit(jchar, jint)),
      	(getNumericValue(jchar)),
      	(getDirectionality(jchar)): Changed references from data to data[0], 
      	blocks to blocks[0], direction to direction[0], numValue to 
      	numValue[0], upper to upper[0], lower to lower[0], and shift to 
      	shift[0] to reflect the new structures in java-chartables.h.	
      	* java/lang/Character.java:
      	(readCodePoint): Declared new native method.
      	(getType(int)): Likewise.
      	(toLowerCase(int)): Likewise.
      	(toUpperCase(int)): Likewise.
      	(toTitleCase(int)): Likewise.
      	(digit(int, int)): Likewise.
      	(getNumericValue(int)): Likewise.
      	(getDirectionality(int)): Likewise.
      	(isLowerCase(int)): New method.
      	(isUpperCase(int)): Likewise.
      	(itTitleCase(int)): Likewise.
      	(isDigit(int)): Likewise.
      	(isDefined(int)): Likewise.
      	(isLetter(int)): Likewise.
      	(isLetterOrDigit(int)): Likewise.
      	(isJavaIdentifierStart(int)): Likewise.
      	(isJavaIdentifierPart(int)): Likewise.
      	(isUnicodeIdentifierStart(int)): Likewise.
      	(isUnicodeIdentifierPart(int)): Likewise.
      	(isIdentifierIgnorable(int)): Likewise.
      	(isSpaceChar(int)): Likewise.
      	(isWhitespace(int)): Likewise.
      	(isISOControl(int)): Likewise.
      	(isMirrored(int)): Likewise.
      	* include/java-chartables.h: Generated from 
      	scripts/unicode-to-chartables.h.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112454 138bc75d-0d04-0410-961f-82ee72b054a4
      4355e0c4
  11. Mar 25, 2006
  12. Mar 16, 2006
  13. Mar 15, 2006
  14. Mar 10, 2006
    • tromey's avatar
      libjava · b3c9e878
      tromey authored
      	PR libgcj/25713:
      	* java/util/zip/Deflater.java (flush): New method.
      	* sources.am, Makefile.in: Rebuilt.
      	* java/util/zip/DeflaterOutputStream.java: Removed.
      	* java/util/zip/InflaterInputStream.java: Likewise.
      	* java/util/zip/GZIPInputStream.java: Likewise.
      	* java/util/zip/GZIPOutputStream.java: Likewise.
      libjava/classpath
      	For PR libgcj/25713:
      	* java/util/zip/InflaterInputStream.java (read): Replaced with
      	libgcj implementation.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111949 138bc75d-0d04-0410-961f-82ee72b054a4
      b3c9e878
    • andreast's avatar
      2006-03-10 Andreas Tobler <a.tobler@schweiz.ch> · e4a9e94c
      andreast authored
      	* include/powerpc-signal.h: Fix typo in comment.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111944 138bc75d-0d04-0410-961f-82ee72b054a4
      e4a9e94c
    • mark's avatar
      Imported GNU Classpath 0.90 · ce57ab76
      mark authored
             * scripts/makemake.tcl: Set gnu/java/awt/peer/swing to ignore.
             * gnu/classpath/jdwp/VMFrame.java (SIZE): New constant.
             * java/lang/VMCompiler.java: Use gnu.java.security.hash.MD5.
             * java/lang/Math.java: New override file.
             * java/lang/Character.java: Merged from Classpath.
             (start, end): Now 'int's.
             (canonicalName): New field.
             (CANONICAL_NAME, NO_SPACES_NAME, CONSTANT_NAME): New constants.
             (UnicodeBlock): Added argument.
             (of): New overload.
             (forName): New method.
             Updated unicode blocks.
             (sets): Updated.
             * sources.am: Regenerated.
             * Makefile.in: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111942 138bc75d-0d04-0410-961f-82ee72b054a4
      ce57ab76
    • tromey's avatar
      PR libgcj/23495: · 0b55b3af
      tromey authored
      	* java/lang/natString.cc (_Jv_NewString): Use memcpy.
      	(equals): Use memcmp.
      	(contentEquals): Likewise.
      	(getChars): Use memcpy.
      	(toCharArray): Likewise.
      	(regionMatches): Use memcmp.
      	(regionMatches): Likewise.
      	(startsWith): Likewise.
      	(concat): Use memcpy.
      	(valueOf): Likewise.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111919 138bc75d-0d04-0410-961f-82ee72b054a4
      0b55b3af
  15. Mar 09, 2006
  16. Mar 08, 2006
    • daney's avatar
      gcc/java/ · 33e6be9f
      daney authored
      2006-03-08  David Daney  <ddaney@avtrex.com>
      
      	* gcj.texi: Document -static-libgcj option.
      
      libjava/
      2006-03-08  David Daney  <ddaney@avtrex.com>
      
      	* configure.ac (LD): Add AC_CHECK_TOOL for ld.
      	(LD_START_STATIC_SPEC): New AC_SUBST, set with ld check.
      	(LD_FINISH_STATIC_SPEC): Ditto
      	* configure: Regenerated.
      	* libgcj.spec.in: Wrap -lgcj in LD_START_STATIC_SPEC and
      	LD_FINISH_STATIC_SPEC.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111847 138bc75d-0d04-0410-961f-82ee72b054a4
      33e6be9f
    • tromey's avatar
      PR libgcj/24183: · d1ef7fb1
      tromey authored
      	* native/jni/xmlj/Makefile.in: Rebuilt.
      	* native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
      	(reverted local patch).
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111844 138bc75d-0d04-0410-961f-82ee72b054a4
      d1ef7fb1
Loading