summaryrefslogtreecommitdiffstats
path: root/libjava
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-07-14 Michael Koch <konqueror@gmx.de>doko2004-07-132-2/+7
| | | | | | | | | Matthias Klose <doko@debian.org> * java/awt/im/InputContext.java: Initialze in, line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84648 138bc75d-0d04-0410-961f-82ee72b054a4
* * interpret.cc (run): Correctly access libffi return values ofuweigand2004-07-132-3/+8
| | | | | | | integral smaller-than-int type; these are implicitly promoted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84645 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-13 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-134-2/+38
| | | | | | | | | | | | | PR libgcj/7587 * interpret.cc (compile_mutex): New. (_Jv_InitInterpreter): New. Initialize compile_mutex. (run): Lock compile_mutex before calling compile() if compilation is required. * prims.cc (_Jv_CreateJavaVM): Call _Jv_InitInterpreter(). * include/java-interp.h (_Jv_InitInterpreter): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84644 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-12 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-134-36/+57
| | | | | | | | | | | PR libgcj/15713 * include/jvm.h (_Jv_value): New union type. * gcj/field.h (_Jv_Field): Add new _addr union field variants * interperet.cc (run): Use _Jv_value union type and *_addr _Jv_Field union members. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84596 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-12 Scott Gilbertson <scottg@mantatest.com>sgilbertson2004-07-125-5/+140
| | | | | | | | | | | | | | | | | | | * gnu/awt/xlib/XCanvasPeer.java (createImage): Implement. * gnu/awt/xlib/XOffScreenImage.java (XOffScreenImage): Add ImageConsumer interface. Add ColorModel constructor argument. Add constructor using ImageProducer. (getSource): Implement. (imageComplete): New method. (setColorModel): New method. (setDimensions): New method. (setHints): New method. (setPixels): New method. (setProperties): New method. * gnu/gcj/xlib/GC.java (drawPoint): New native method. * gnu/gcj/xlib/natGC.cc (drawPoint): New native method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84564 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-11 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-111-1/+1
| | | | | | | | | | | | | | | | PR libgcj/16478 * prims.cc (_Jv_CreateJavaVM): Fix comment. * gnu/gcj/runtime/FinalizerThread.java (init): New. Native. (finalizerReady): Now native. (run): Likewise. (runFinalizers): Removed. * gnu/gcj/runtime/natFinalizerThread.cc (run): Implement here. Use a primitive lock, and don't hold it while running the finalizers. (runFinalizers): Implement. Don't aquire any Java lock. (finalizerReady): Use lock primitives to signal finalizer thread. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84534 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-11 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-114-52/+63
| | | | | | | | | | | | | | | | PR libgcj/16748 * prims.cc (_Jv_CreateJavaVM): Fix comment. * gnu/gcj/runtime/FinalizerThread.java (init): New. Native. (finalizerReady): Now native. (run): Likewise. (runFinalizers): Removed. * gnu/gcj/runtime/natFinalizerThread.cc (run): Implement here. Use a primitive lock, and don't hold it while running the finalizers. (runFinalizers): Implement. Don't aquire any Java lock. (finalizerReady): Use lock primitives to signal finalizer thread. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84531 138bc75d-0d04-0410-961f-82ee72b054a4
* Reported by Roman Kennke <roman@ontographics.com> (bug #9331)mark2004-07-112-3/+11
| | | | | | | | * java/net/URLStreamHandler.java (parseURL): When url file part doesn't contain a '/' just ignore context. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84518 138bc75d-0d04-0410-961f-82ee72b054a4
* ChangeLog:uweigand2004-07-112-14/+15
| | | | | | | | | | | | | | | | | * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): For SIGSEGV and SIGBUS signal frames, the PSW address points *to* the faulting instruction, not after it. libjava/ChangeLog: * include/s390-signal.c (SIGNAL_HANDLER): Use SIGINFO-style prototype. (struct old_s390_kernel_sigaction): Likewise for k_sa_handler. (MAKE_THROW_FRAME): Do not modify PSW address. (INIT_SEGV): Install SIGINFO-style signal handler. (INIT_FPE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84506 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-10 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-102-21/+5
| | | | | | | | * testsuite/libjava.jacks/jacks.xfail: Updates to reflect current status. 21 xfail's removed, 1 added. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84461 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-10 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-102-0/+5
| | | | | | | * gcj/javaprims.h: Regenerate CNI namespace definitions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84459 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-10 Ito Kazumitsu <kaz@maczuka.gcd.org>mkoch2004-07-102-36/+41
| | | | | | | | | | | * java/text/MessageFormat.java (formatInternal): Append "{n}" if argument n is unavailable. (format(Object, StringBuffer, FieldPosition)): This should be equivalent to format(Object[], StringBuffer, FieldPosition). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84448 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-102-17/+66
| | | | | | | | | | | | | * java.util.Calendar.java (cache): New private static field. Cached mappings of locales->calendar classes. (ctorArgTypes): New private static field. Singleton argument for calendar class constructor lookup. (getInstance): Cache Locale->Calendar class mappings using HashMap. Optimize by bypassing reflection instantiation for the GregorianCalendar case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84438 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-1011-10/+25
| | | | | | | | | | | | | | | | | * java/util/Calendar.java: Use getSystemClassLoader as argument for ResourceBundle.getBundle() calls. * java/util/GregorianCalendar.java: Likewise. * java/util/Currency.java: Likewise. * java/text/BreakIterator.java: Likewise. * java/text/Collator.java: Likewise. * java/text/DateFormat.java: Likewise. * java/text/DateFormatSymbols.java: Likewise. * java/text/DecimalFormatSymbols.java: Likewise. * java/text/NumberFormat.java: Likewise. * java/awt/Window.java: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84437 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-102-168/+203
| | | | | | | | | | | | | | | | | | | | | * java/util/ResourceBundle.java (bundleCache): Renamed from resourceBundleCache. Update comments. (getObject): Don't catch MissingResourceException. (getBundle(String)): Remove 'final'. Use system classloader if getCallingClassLoader returned null. (getBundle(String, Locale)): Likewise. (BundleKey): New private class. HashMap key for bundle cache lookup. (lookupKey): New. Singleton instance of BundleKey. (nullEntry): New. Cache entry to represent failed lookups. (getBundle(String, Locale, ClassLoader)): Re-written to use new caching strategy, no-allocation lookup, and new tryBundle methods. (tryBundle(String, ClassLoader)): New. Load a locale-qualified bundle name using given classloader. (tryBundle(String, Locale, ClassLoader, boolean): New. Qualify baseName for given Locale and attempt to load bundle. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84434 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-092-2/+5
| | | | | | | | * javax/swing/plaf/basic/BasicMenuUI.java (mousePressed): Remove illegal protected method calls. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84421 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-094-12/+20
| | | | | | | | | | | | Fix or remove some bogus test cases. * testsuite/libjava.compile/pr10459_2.java: Removed. * testsuite/libjava.compile/pr10459.java: Test using its own method, not Object.clone(). * testsuite/libjava.compile/inner_data.java: Test against its own protected field. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84420 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-098-12534/+1747
| | | | | | | | | | | | | | | | | | * scripts/unicode-muncher.pl: Updated to version 2.1 from GNU classpath. Added some clarifications on where to find the needed files from www.unicode.org. * gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html, gnu/gcj/convert/UnicodeData-3.0.0.txt: Removed, these can directly be downloaded from www.unicode.org if needed. * gnu/java/lang/CharData.java: Regenerated. * include/java-chartables.h: Regenerated. * Makefile.am (ordinary_java_source_files): Removed gnu/java/lang/CharData.java. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84399 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-093-72/+75
| | | | | | | | | * java/security/AccessControlContext.java, java/security/SecureClassLoader.java: Fixed javadocs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84383 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-092-8/+13
| | | | | | | | * java/io/ObjectInputStream.java (readFields): Use long datatype when shifting byte values more then 24 bits left. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84382 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-095-130/+207
| | | | | | | | | | | | * java/util/zip/DeflaterOutputStream.java, java/util/zip/GZIPInputStream.java, java/util/zip/GZIPOutputStream.java, java/util/zip/InflaterInputStream.java: Reformatted. Added javadocs. Reordered all stuff. Renamed variables to be more clear. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84380 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-099-2/+562
| | | | | | | | | | | | | | | * javax/imageio/IIOException.java, javax/imageio/event/IIOReadProgressListener.java, javax/imageio/event/IIOReadUpdateListener.java, javax/imageio/event/IIOReadWarningListener.java, javax/imageio/event/IIOWriteProgressListener.java, javax/imageio/event/IIOWriteWarningListener.java: New files. * Makefile.am: Added new files. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84371 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Guilhem Lavaux <guilhem@kaffe.org>mkoch2004-07-092-22/+30
| | | | | | | | | | | | * java/text/RuleBasedCollator.java (mergeRules): Use ArrayList instead of Vector. (subParseString): likewise. (parseString): likewise. (buildCollationVector): likewise. (getCollationKey): likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84369 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Dalibor Topic <robilad@kaffe.org>mkoch2004-07-092-2/+10
| | | | | | | | * java/text/DateFormat.java (parse): Improved javadoc. Improved exception message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84368 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Mark Wielaard <mark@klomp.org>mkoch2004-07-092-1/+6
| | | | | | | | * gnu/java/nio/SelectorImpl.java (select): Call static Thread interrupted() method to clear interupt flag of our Thread. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84367 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Dalibor Topic <robilad@kaffe.org>mkoch2004-07-0925-278/+558
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/nio/Buffer.java, java/nio/ByteBuffer.java, java/nio/ByteBufferHelper.java, java/nio/ByteBufferImpl.java, java/nio/CharBuffer.java, java/nio/CharBufferImpl.java, java/nio/CharViewBufferImpl.java, java/nio/DirectByteBufferImpl.java, java/nio/DoubleBuffer.java, java/nio/DoubleBufferImpl.java, java/nio/DoubleViewBufferImpl.java, java/nio/FloatBuffer.java, java/nio/FloatBufferImpl.java, java/nio/FloatViewBufferImpl.java, java/nio/IntBuffer.java, java/nio/IntBufferImpl.java, java/nio/IntViewBufferImpl.java, java/nio/LongBuffer.java, java/nio/LongBufferImpl.java, java/nio/LongViewBufferImpl.java, java/nio/MappedByteBufferImpl.java, java/nio/ShortBuffer.java, java/nio/ShortBufferImpl.java, java/nio/ShortViewBufferImpl.java: Fixed javadocs all over. Improved input error checking. * java/nio/Buffer.java (checkForUnderflow, checkForOverflow, checkIndex, checkIfReadOnly, checkArraySize): New helper methods for error checking. * java/nio/ByteBufferHelper.java (checkRemainingForRead, checkRemainingForWrite, checkAvailableForRead, checkAvailableForWrite): Removed no longer needed methods. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84366 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-092-1/+6
| | | | | | | | * gnu/regexp/CharIndexedInputStream.java: Reordered imports to match classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84365 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Michael Koch <konqueror@gmx.de>mkoch2004-07-092-1/+13
| | | | | | | | * gnu/java/awt/EmbeddedWindow.java: Load native library for setWindowPeer method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84364 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc/config/pa/pa32-linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.danglin2004-07-095-0/+75
| | | | | | | | | | * libjava/configure.in (SIGNAL_HANDLER): Use pa-signal.h for hppa. * libjava/configure: Regenerate. * libjava/configure.host: Set can_unwind_signal for hppa*-linux. * libjava/pa-signal.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84344 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am: Add rules to build libgij from just gij.cc.bothner2004-07-083-5/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84251 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/jvm.h (namespace jcj): Declare verbose_class_flagbothner2004-07-074-0/+18
| | | | | | | | | * java/lang/natClass.cc (gcj::verbose_class_flag): New variable. (initializeClass): If verbose_class_flag, print message. * gij.cc (main): Handle -verbose:class flag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84242 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-07 Andreas Tobler <a.tobler@schweiz.ch>andreast2004-07-073-16/+23
| | | | | | | | | | * configure.host: Enable hash synchronization on Darwin. * sysdep/powerpc/locks.h (compare_and_swap): Use '\n' instead of ';', since this is a comment on Darwin. (compare_and_swap_release): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84214 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/net/URLStreamHandler.java (parseURL): Canonicalizemembar2004-07-062-4/+13
| | | | | | | file portion of URL in addition to spec for file: protocol. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84157 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-05 Anthony Green <green@redhat.com>green2004-07-062-0/+28
| | | | | | | * java/io/File.java (toURI): Merge from Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84145 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-05 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-052-19/+26
| | | | | | | | | | * gnu/gcj/runtime/VMClassLoader.java (init): Check classpath entry before passing to URL constructor. Rethrow any MalformedURLException as a RuntimeException. Catch MalformedURLException specifically, not all exceptions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84138 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-05 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-052-3/+8
| | | | | | | | * java/util/Locale.java (readObject): Intern strings read from object stream. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84137 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-04 Michael Koch <konqueror@gmx.de>mkoch2004-07-047-120/+160
| | | | | | | | | | | | | * gnu/gcj/runtime/FirstThread.java, gnu/gcj/runtime/natFirstThread.cc: Removed. * gnu/java/lang/MainThread.java, gnu/java/lang/natMainThread.cc: New files. * prims.cc (_Jv_RunMain): Use MainThread instead of FirstThread. * Makefile.am: Added new files and removed deleted ones. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84085 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-03 Mark Wielaard <mark@klomp.org>green2004-07-042-8/+32
| | | | | | | | | | | | | | | | | Anthony Green <green@redhat.com> * java/net/URL.java (getFile): Clarify return value doc. (getPath): Return null if file is empty - not empty String. (set): Convert protocol to lower case before doing anything. Only change the protocol handler if it's different. 2004-07-03 Anthony Green <green@redhat.com> * java/net/URL.java (URL): Convert protocol to lower case before doing anything, so we getURLStreamHandler() with the proper value. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84068 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/util/Locale.java (hashcode): Made transient.bryce2004-07-022-18/+26
| | | | | | | | | | | (hashCode): No longer synchronized. (equals): Remove comment. (writeObject): No longer synchronized. Implement using writeObject calls instead of tweaking hashCode field. Update doc. (readObject): Implement using readObject calls. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84027 138bc75d-0d04-0410-961f-82ee72b054a4
* Index: gcc/ChangeLoggeoffk2004-07-015-2/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-06-28 Geoffrey Keating <geoffk@apple.com> Andreas Tobler <a.tobler@schweiz.ch> PR 15813 * dwarf2out.c (reg_save): Output DW_CFA_same_value when a register is saved in itself. (initial_return_save): If the return address is a register, it's already there, don't bother to mention it in the CFI. (struct queued_reg_save): Add field saved_reg. (struct reg_saved_in_data): New. (regs_saved_in_regs): New. (num_regs_saved_in_regs): New. (queue_reg_save): Add extra parameter to specify register saved in register. Remove duplicate entries from queue. Add comment for function. (flush_queued_reg_saves): Handle registers saved in registers. Update regs_saved_in_regs. Add comment for function. (clobbers_queued_reg_save): Add comment for function. Allow for regs_saved_in_regs. (reg_saved_in): New. (dwarf2out_frame_debug_expr): Handle saving registers in other registers. (dwarf2out_frame_debug): Reset regs_saved_in_regs. * unwind-dw2.c (execute_cfa_program): Correct handling of DW_CFA_same_value. Add FIXME comment about incorrect implementation of DW_CFA_restore_extended. * config/rs6000/rs6000.c (rs6000_emit_prologue): Let dwarf2out_frame_debug_expr see instructions that save registers in other registers or save those other registers in memory. * unwind-dw2.c (DWARF_FRAME_REGISTERS): Move to unwind-dw2.h. (_Unwind_FrameState): Likewise. * unwind-dw2.h: New. * Makefile.in (LIB2ADDEHDEP): Add unwind-dw2.h. * config/rs6000/darwin-fallback.c: New file. * config/rs6000/darwin.h (MD_FALLBACK_FRAME_STATE_FOR): Define. * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Add darwin-fallback.o. Index: gcc/testsuite/ChangeLog 2004-06-26 Geoffrey Keating <geoffk@apple.com> Andreas Tobler <a.tobler@schweiz.ch> * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin. Use SA_RESETHAND rather than SA_ONESHOT. Trap SIGBUS as well as SIGSEGV. * gcc.dg/cleanup-11.c: Likewise. * gcc.dg/cleanup-8.c: Likewise. * gcc.dg/cleanup-9.c: Likewise. * gcc.dg/cleanup-5.c: Run on all platforms. Index: libjava/ChangeLog 2004-06-26 Geoffrey Keating <geoffk@apple.com> Andreas Tobler <a.tobler@schweiz.ch> * configure.host (powerpc-*-darwin*): New case, define can_unwind_signal. * configure.in (*-*-darwin*): New case, point to darwin-signal.h. * configure: Regenerate. * include/darwin-signal.h: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83953 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-06-30 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-302-5/+14
| | | | | | | * java/beans/Statement.java (doExecute): Fix formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83938 138bc75d-0d04-0410-961f-82ee72b054a4
* * jni.cc (_Jv_JNI_NewGlobalRef, JNICALL _Jv_JNI_DeleteGlobalRef,bothner2004-06-302-186/+192
| | | | | | | | etc etc): Remove needless parenthesis, which causes __stdcall__ attribute on MinGW to get ignored. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83892 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.compile/PR16249.java: New test case. PRbryce2004-06-292-2/+23
| | | | | | | gcc/16249. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83869 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.jacks/jacks.xfail: Removebryce2004-06-292-1/+5
| | | | | | | 8.1.3-superclass-6. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83838 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-06-28 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-295-6/+470
| | | | | | | | | | * java/beans/Expression.java: New file. * java/beans/Statement.java: New file. * Makefile.am: Added new files. * Makefile.in: Re-generate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83836 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/io/FilePermission.java (usingPerms): Removed.mark2004-06-272-24/+37
| | | | | | | | | | | | | (actionsString): Made final. (cachePerms): Renamed to checkPerms. (checkPerms): Renamed from cachePerms. Call trim() and toLowerCase() on action String. (FilePermission): Check arguments, call checkPerms(). (equals): Remove cachePerms() call. (implies): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83743 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/java/net/protocol/http/Connection.java (userAgent): New staticmark2004-06-272-2/+17
| | | | | | | | final field. (sendRequest): Use new field in user-agent http agent. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83741 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-06-27 Mark Wielaard <mark@klomp.org>mark2004-06-273-2/+17
| | | | | | | | | | | | | | | * java/awt/EventQueue.java (postEvent): Throw NullPointerException when argument is null. 2004-06-26 Mark Wielaard <mark@klomp.org> * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c (ok_clicked): Use Ljava/lang/String; not Ljava.lang.String; in JNI GetMethodID call. (cancel_clicked): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83731 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-06-26 Andreas Tobler <a.tobler@schweiz.ch>andreast2004-06-262-4/+20
| | | | | | | | | | * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c (init_dpi_conversion_factor): Check for int_dpi < 0 in case gtk-xft-dpi can not calculate the right value. (dpi_changed_cb): Likewise. Mark *pspec as unused. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83698 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.jacks/jacks.xfail: Removebryce2004-06-242-1/+5
| | | | | | | 15.9.1-qualified-concrete-20. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83602 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud