This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
[patch for] Re: Is serialization broken?
[PATCH] Adding methods to java.io.File.
[PATCH] Done with gcj: adding Tamanoir.
[PATCH] FAQ Fix.
[PATCH] Java: array alignment patch.
[PATCH] Java: Fix `make check' regression.
[PATCH] Java: fix for java/1261.
[PATCH] Java: fix to java/1213
[Patch] Java: fix to java/1392
[PATCH] Java: Fix to PR java/2066 and java/2400.
[PATCH] Java: fixing a recent regression.
[PATCH] Java: fixing error report, avoiding crash.
[PATCH] Java: fixing gcc/1905 and other issues.
Re: [PATCH] Java: fixing java/1905 and other issues.
[PATCH] Java: miscellaneous patch and java/2333 fix
[PATCH] New C++ ABI compatibility changes.
[PATCH] New C++ ABI, cleanup patch.
[PATCH] Web site typo correction.
[PATCH]: Coping with a clean method DECL_NAMEs.
[PATH] Java: fix for boostrap problem (java/1922)
`make install` should install the info files in java
Re: Alpha & sjlj-exceptions
another patch for better verifier diagnostics
Re: BigInteger.modPow bug? (was: Freenet compilation errors.)
C++ patch: Add support for calling Java interfaces
Changes to TimeZone.java
CharArrayReader, ByteArrayInputStream
cleanup patch for java/decl.c
clone() fixes for TreeMap & TreeSet
Collections: reverse order comparator
Re: Compile error with TreeSet
Disable xlib peers by default, add --enable-java-awt configure option
Disabling Java by default
Eliminate JvThrow
Re: Eliminating Assembler Already Defined Messages for Java Library
Enable libgcj for Linux targets
Exception and SecurityManager bits and peices
Re: fastjar requires regex.h...
Fix for PR 2040
Fix for PR java/1895
Float.java parseFloat addition patch
floatToRawIntBits, doubleToRawLongBits, + cleanups.
gcc/java patch for emitting iinc opcode
gcc/java/Make-lang.in: Add dependencies for mangle_name.o
gcj static linking fix [Re: gcj build on Itanium]
HashSet.clone
ia64 eh, part 18 [java]
ia64 eh, part 19 [java]
ia64 eh, part 20a [java]
ia64 eh, part 20d [libjava]
Importing AccessController and friends from Classpath
Ingeger.getInteger() and Long.getLong()
jar manifest main class can contain /
Re: java install bug
Java web updates
java.io PipedInputStream PipedOutputStream PipedReader PipedWriter
java.math.BigInteger merges
Re: java.net.URLDecoder doesn't follow spec.
java.util Classpath/libgcj merging
Re: java/2313: Java SimpleDateFormat crash with non US locales (french...)
Re: java/2313: Java SimpleDateFormat crash with non US locales (french...)
java/beans/Beans.java FIXME fix (Classpath merge)
java/decl.c patch for clear_binding_level
java/parse.y patch removing
Java: add Class protection domain field
Java: Class accessibility rules
Java: Don't mangle "$" characters in identifier names
JAVA: Fix clone() on arrays
Java: Name mangling fix
Java: Remove NOP_EXPR from method invocations
jc1 patch to remove BLOCK_EXPR_ORIGIN
jc1 patch to set input_filename for source file
jc1 patch: class_dtable_decl should be external
JNDI patch
JNDI patch 2
JNDI patch 3
JNDI typo patch
jvspec patch
libffi Win32 patch file
Re: libgcj/2237: serialization doesn't throw exception on failure
Re: libgcj/2357: HashMap does not handle initialCapacity=0 correctly
libiberty: V3 ABI Java symbol demangling
libjava build fix
libjava Makefile.am: Fix libffi linking
libjava.exp fix
libjava: Fix comment in include/i386-signal.h
A little bit of 1.3! javax.sound.sampled
mainline libjava changes propagated to branch
merging in java-related changes into gcc3 branch
Minor changes to improve libtool support of GCJ
minor java/parse.y simplification
More clone fixes
Re: Multiple file compilation patch
natDouble.cc::parseDouble patch
newabi minor cleanup/fixes
Old patch for DataInpuStream from Classpath
OutputStreamWriter IOException
patch for _Jv_IsAssignableFrom
patch for gc of interned String
patch for java/net/URLStreamHandler.java
patch for jvspec
patch for libjava build failure
patch for PR java/1208, plus other try-finally cleanups
Patch for residual sources.redhat/sourceware references in GCC
patch to fix compiling inner classes from bytecode
Patch to java.util.TreeMap
patch to process to command-line .class files in two passes.
patch to String.intern
Patch: -shared-libgcc for libffi
Patch: _Jv_FindClassFromSignature
Patch: Added News Item on Regression Testing
Patch: better error message for gcj when iconv fails
PATCH: BigDecimal - libgcj/1596: setScale() missing from BigDecimal
Patch: boehm-gc -vs- check
Patch: boehm-gc -vs- shared libgcc
Patch: bug fix for branch
Patch: bug fix in new test
Patch: build fix / PR java/1586
PATCH: Comment fix in BigDecimal
FW: Patch: comment fixes
Patch: Cursor fixlet
PATCH: Divide overflow handler
Patch: don't install grepjar
Patch: easier debugging of jc1
Patch: error->warning when assigning to final field
Patch: fabs fix
Patch: fabsf
Patch: File.listFiles
Patch: Fix "PR 162" regression
Patch: Fix for PR 1866
Patch: fix for PR 1913
Patch: fix for PR 1971
Patch: Fix for PR java/2216
Patch: fix for PR libgcj/1351
Patch: Fix for PR libgcj/1906
Patch: fix for PR libgcj/2338
Patch: fix Jacks link on Java web page
PATCH: further tweaks to the java pages
Patch: GC -vs- ARM
Patch: gcj warning avoidance
Patch: generate texinfo documentation
Patch: interpreter bug fix
Patch: Java lexer bug fix
Patch: java web page fixlet
Patch: java web page update
Patch: java.io Reader subclass bug fixes
Patch: java.io.Writer subclasses
Patch: java.util.Timer
Patch: java.util.TimeZone
PATCH: java/faq.html, java/merge-status.html
PATCH: java/libgcj2.html, java/libgcj-platforms.html
PATCH: java/old-news.html markup fixes
Patch: JNI -vs- signatures
Patch: JNI `field' fix
Patch: JNI comments
Patch: JNI field test
Patch: JNI fix from Marcus Daniels
Patch: libjava -vs- shared libgcc
Patch: libtool --tag=CXX
PATCH: lists.html
Patch: locale.h
Patch: make AbstractGraphicsState.clone public
Patch: minor Gtk peer work
Patch: more AWT code
Patch: New JNI tests
PATCH: PR 1338: StreamTokenizer does not handle /* comments correctly
Re: PATCH: PR 1338: StreamTokenizer does not handle /* commentscorrectly
Re: PATCH: PR 1411 Remove natTimeZone.cc (proposal)
Patch: Recognize XFAILs in mauve.exp
Patch: Remove .xfail files
Patch: remove libgcj-assign.txt
Patch: Revised version of String intern patch
Patch: ScrollPane fix
PATCH: some java web cleanups
Patch: String.intern
Patch: String.unintern
Patch: stupid typo fix
Patch: support *-unknown-* targets
Patch: support non-libffi enabled platforms
Patch: switch to __builtin_alloca
Patch: test suite LD_LIBRARY_PATH
Patch: ThreadGroup.enumerate
Patch: TimeZone portability fix
Patch: URLConnection fix (and more comment fixes)
Patch: web page on testing
Patch: web pages -vs- gnats
patches for DeflaterOutputStream.java and ZipOutputStream.java
Reflection and TreeMap fixes
Remove BlockDataException
some patches for 1.3 compatibility
Speed up array allocation
Sync collections classes with classpath
Test of patch list
Re: Things libgcj hackers should know
Thread comment
TreeMap, TreeSet
TreeMap.clone (yet again)
Update copyright notice on Classpath/libgcj merged files
V3 ABI Java symbol demangling
V3 ABI Java symbol demangling [take 2]
web: Add note about GCC 3.0 snapshots being available
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
MHonArc 2.4.7