summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Collapse)AuthorAgeFilesLines
* * java/net/PlainDatagramSocketImpl.javajsturm2002-03-285-31/+73
| | | | | | | | | | | | | | | | | | | | | (close): Use native implementation. (finalize): New method. * java/net/PlainSocketImpl.java (finalize): New method. * java/net/natPlainDatagramSocketImpl.cc (java/io/FileDescriptor.h): Don't include. (close): Implement method here. (create): Don't assign fd. * java/net/natPlainSocketImpl.cc (java/io/FileDescriptor.h): Don't include. (create): Don't assign fd. (accept): Likewise. (close): Synchronize. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51492 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/posix-threads.h [alpha] (_Jv_ThreadSelf): Avoid a copy.rth2002-03-272-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51468 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-25 Andrew Haley <aph@cambridge.redhat.com>, Hans Boehm ↵aph2002-03-272-0/+62
| | | | | | | | | | | | <Hans_Boehm@hp.com> * include/dwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64. (INIT_SEGV, INIT_FPE): Add versions that use __libc_sigaction instead of syscall on IA-64. Add FIXME comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51459 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-27 Anthony Green <green@redhat.com>tromey2002-03-279-104/+121
| | | | | | | | | | * libgcj.spec.in: Add CHECKREFSPEC. * configure.in: Ditto. * configure.host: Ditto. Check references for xscale-elf. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51457 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-27 Anthony Green <green@redhat.com>tromey2002-03-272-0/+9
| | | | | | | | * libjava.lang/InvokeReturn.java: Modify test for targets which do not yet support reflection. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51455 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-27 Anthony Green <green@redhat.com>tromey2002-03-272-2/+6
| | | | | | | * libjava.jni/jni.exp (gcj_jni_run): Fix cross build test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51453 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-27 Anthony Green <green@redhat.com>tromey2002-03-272-8/+15
| | | | | | | | * lib/libjava.exp: Add the wrapper link options only when we're linking. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51451 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/dwarf2-signal.h: Temporarily back out last change.hboehm2002-03-262-30/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51415 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.mauve/mauve.exp (test_mauve): Use correct stderrtromey2002-03-262-2/+7
| | | | | | | redirection code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51405 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.ljrittle2002-03-262-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51383 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in, configure: enable dwarf2-exception-stylehboehm2002-03-264-2/+44
| | | | | | | | | | exception handling on IA-64. * include/dwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64. (INIT_SEGV, INIT_FPE): Use __libc_sigaction instead of syscall. Add FIXME comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51367 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS.tromey2002-03-268-361/+410
| | | | | | | | | | | | (jv_convert_LDFLAGS): Likewise. (gij_LDFLAGS): Likewise. (rmic_LDFLAGS): Likewise. (rmiregistry_LDFLAGS): Likewise. * configure.in (THREADLDFLAGS): New subst; set correctly for *BSD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51363 138bc75d-0d04-0410-961f-82ee72b054a4
* For PR libgcj/5303:tromey2002-03-254-3/+41
| | | | | | | | | | | | | | * gnu/java/rmi/registry/RegistryImpl.java (main): Recognize --help and --version. (help): New method. (version): Likewise. * gnu/gcj/convert/Convert.java (version): Removed extraneous "GNU". * gnu/java/rmi/rmic/RMIC.java (parseOptions): Removed extraneous "GNU". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51343 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/Component.java (processEvent): Check ComponentEventtromey2002-03-252-2/+7
| | | | | | | after KeyEvent. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51301 138bc75d-0d04-0410-961f-82ee72b054a4
* Based on patch from Intel's ORP team:bryce2002-03-252-7/+18
| | | | | | | | | | * java/io/PushbackInputStream.java (available): Calculate correct number of bytes in buffer. (read): Remove redundant bound check. Return bytes from both the buffer and the stream. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51296 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/io/FileInputStream.java (skip): Call fd.getFilePointer() andbryce2002-03-252-1/+6
| | | | | | | calculate correct number of bytes skipped. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51293 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/io/PushbackReader.java: Reformat.bryce2002-03-252-396/+340
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51291 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/TextComponent.java (TextComponent): Editable bytromey2002-03-242-0/+4
| | | | | | | default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51278 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/MenuItem.java (eventMask): No longer private.tromey2002-03-2410-5/+107
| | | | | | | | | | | | | | | * java/awt/Button.java (dispatchEventImpl): Only dispatch to superclass if we didn't handle event. * java/awt/Checkbox.java (dispatchEventImpl): New method. * java/awt/CheckboxMenuItem.java (dispatchEventImpl): New method. * java/awt/Choice.java (dispatchEventImpl): New method. * java/awt/List.java (dispatchEventImpl): New method. * java/awt/Scrollbar.java (dispatchEventImpl): New method. * java/awt/TextComponent.java (dispatchEventImpl): New method. * java/awt/TextField.java (dispatchEventImpl): New method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51277 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-24 Eric Blake <ebb9@email.byu.edu>mark2002-03-246-439/+595
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/beans/IntrospectionException.java: Update to 1.4. * java/beans/PropertyVetoException.java: Ditto. 2002-03-24 Eric Blake <ebb9@email.byu.edu> * gnu/java/beans/BeanInfoEmbryo.java (hasMethod): Use Arrays.equals instead of ArrayHelper.equalsArray. 2002-03-24 C. Brian Jones <cbj@gnu.org> * java/beans/Introspector.java: added new static final fields introduced in 1.2, lots of other updates remain to be done 2002-03-24 C. Brian Jones <cbj@gnu.org> * java/beans/Introspector.java: reformatting 2002-03-24 C. Brian Jones <cbj@gnu.org> * java/beans/Introspector.java: default beanInfoSearchPath will not include sun.beans.infos given we provide no such package and the API doesn't really require it; gnu.java.beans.info is the default. 2002-03-24 Mark Wielaard <mark@klomp.org> Thanks to Orp developers * gnu/java/beans/editors/NativeBooleanEditor.java (setAsText(String)): switch TRUE and FALSE return values. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51273 138bc75d-0d04-0410-961f-82ee72b054a4
* reverted erroneous checkintromey2002-03-236-382/+345
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51235 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/name-finder.h (_Jv_name_finder::myclose): New method.tromey2002-03-239-352/+426
| | | | | | | * name-finder.cc (_Jv_name_finder): Initialize file descriptors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51234 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-23 Michael Smith <msmith@spinnakernet.com>tromey2002-03-232-3/+8
| | | | | | | | * java/util/GregorianCalendar.java (minimums, maximums): Correct MONTH entry. Fixes PR libgcj/6045. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51232 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/nat/natPlainSocketImpl.cc (write): Abort loop on error.jsturm2002-03-232-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51230 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Eric Blake <ebb9@email.byu.edu>ericb2002-03-232-0/+9
| | | | | | | | For PR java/6026: * libjava.compile/PR6026.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51209 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-21 Andrew Haley <aph@redhat.com>aph2002-03-222-1/+27
| | | | | | | | * libjava.lang/Thread_Interrupt.java (Looper.calibrate): New. (yields): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51169 138bc75d-0d04-0410-961f-82ee72b054a4
* * posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier,bryce2002-03-214-2/+26
| | | | | | | | | not release_set. * sysdep/powerpc/locks.h (write_barrier): New function. * sysdep/i386/locks.h (write_barrier): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51101 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-19 Martin Kahlert <martin.kahlert@infineon.com>tromey2002-03-192-1/+5
| | | | | | | * include/jni.h Use correct C comments git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51046 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/jni.h (JNIIMPORT): New macro.tromey2002-03-182-0/+17
| | | | | | | | (JNIEXPORT): Likewise. (JNICALL): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51009 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.jni/jni.exp (gcj_jni_test_one): Find libstdc++ in buildtromey2002-03-182-5/+35
| | | | | | | | tree. (gcj_invoke): Added ld_library_additions argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51006 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-18 Andrew Haley <aph@cambridge.redhat.com>aph2002-03-182-26/+47
| | | | | | | | | * include/i386-signal.h (old_i386_kernel_sigaction): New. INIT_SEGV: Use old_i386_kernel_sigaction. INIT_FP: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50980 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/natSystem.cc (init_properties): Update VM versionbryce2002-03-186-109/+162
| | | | | | | | | | | properties. * configure.in: Set GCJVERSION. * acconfig.h: Add GCJVERSION. * configure: Rebuilt. * include/config.h.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50944 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.jni/jni.exp (gcj_jni_build_header): Use local_exec, nottromey2002-03-172-4/+8
| | | | | | | target_compile. Fixes PR other/5874. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50923 138bc75d-0d04-0410-961f-82ee72b054a4
* Add arm thumb supportgreen2002-03-172-3/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50920 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am: Escape quotes in echo.bryce2002-03-173-2/+5
| | | | | | | * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50905 138bc75d-0d04-0410-961f-82ee72b054a4
* zlib:bryce2002-03-176-287/+281
| | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: Make target library a convenience library. * Makefile.in: Rebuilt. libffi: * Makefile.am: libfficonvenience -> libffi_convenience. * Makefile.in: Rebuilt. boehm-gc: * Makefile.am: Make a convenience library. * Makefile.in: Rebuilt. libjava: Build a single libgcj.so, without separate gc and zlib libraries. * configure.in: Use convenience libraries for boehm-gc and zlib. Set SYS_ZLIBS if system zlib is used. * configure: Rebuilt. * Makefile.am: Use boehm-gc and zlib convenience libraries. * Makefile.in: Rebuilt. * libtool-version: Increment .so version number. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50900 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove conflict indicator.bryce2002-03-161-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50893 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am: Use empty -classpath flag in addition to -bootclasspath.bryce2002-03-163-94/+48
| | | | | | | * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50892 138bc75d-0d04-0410-961f-82ee72b054a4
* Commit embedded patch approved Feb 17green2002-03-164-230/+244
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50860 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am (jv_convert_LDADD): Don't list libraries that areaoliva2002-03-153-28/+86
| | | | | | | | | already implicitly brought in from libgcj.la. (gij_LDADD, rmic_LDADD, rmiregistry_LDADD): Likewise. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50853 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-15 Eric Blake <ebb9@email.byu.edu>ericb2002-03-152-11/+14
| | | | | | | * THANKS: Fix punctuation, alphabetization. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50851 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-15 Tom Tromey <tromey@redhat.com>tromey2002-03-152-0/+14
| | | | | | | | | | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> Fix for PR libgcj/5944. * gnu/gcj/io/shs.h: Define uint8_t and uint32_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50842 138bc75d-0d04-0410-961f-82ee72b054a4
* Updated THANKStromey2002-03-151-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50832 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-15 Eric Blake <ebb9@email.byu.edu>ericb2002-03-153-11/+11
| | | | | | | | | | For PR java/5902: * libjava.compile/PR5902.java: Does not need to execute. For PR java/5913: * libjava.compile/PR5913.java: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50829 138bc75d-0d04-0410-961f-82ee72b054a4
* Install libgcj-config.h in a better place.green2002-03-159-375/+425
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50817 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-12 Andreas Tobler <a.tobler@schweiz.ch>tromey2002-03-122-1/+5
| | | | | | | * configure.host (powerpc*-darwin*): Enable interpreter. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50686 138bc75d-0d04-0410-961f-82ee72b054a4
* Test for PR java/5848:tromey2002-03-123-0/+21
| | | | | | | | * libjava.compile/PR5848.xfail: New file. * libjava.compile/PR5848.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50674 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-12 Eric Blake <ebb9@email.byu.edu>ericb2002-03-122-1/+8
| | | | | | | * libjava.compile/PR5913.java: Expand test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50638 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-11 Eric Blake <ebb9@email.byu.edu>ericb2002-03-124-0/+22
| | | | | | | | | * libjava.compile/PR5902.java: New file. * libjava.compile/PR5913.java: New file. * libjava.compile/PR5913.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50637 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/posix.h: Add multiple include header protection.bryce2002-03-113-1/+10
| | | | | | | * java/net/natPlainSocketImpl.cc: Don't #include <posix.h>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50559 138bc75d-0d04-0410-961f-82ee72b054a4