summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* natSystem.cc (init_properties): Call new function _Jv_platform_initProperties.Adam King2002-04-076-16/+167
* mauve.exp: Use libgcj.jar not libgcj.zip.Mark Wielaard2002-04-073-1/+12
* * java/lang/Character,java (isDefined): getType() != UNASSIGNED.Mark Wielaard2002-04-072-1/+5
* ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remainin...Mark Wielaard2002-04-073-5/+28
* ArrayList.jva (removeRange): If toIndex == fromIndex do nothing...Mark Wielaard2002-04-062-3/+12
* exception.cc (abort): added static modifierAdam Megacz2002-04-061-0/+4
* exception.cc (abort): added static modifierAdam Megacz2002-04-061-1/+2
* win32.h (_Jv_platform_close_on_exec): added inline modifier.Adam Megacz2002-04-052-1/+7
* Fix cut-n-paste typo.Loren J. Rittle2002-04-051-1/+1
* configure.host: Add case statement to support generic port properties.Loren J. Rittle2002-04-052-5/+24
* mauve-libgcj: Add JLS1.0 and JLS1.1 tags, ignore Character.unicode test.Mark Wielaard2002-04-053-3/+34
* Arrays.java (qsort): Fix off-by-one errors and use of incorrect "hi" value wh...Bryce McKinlay2002-04-042-42/+54
* Modifier.java (toString(int,StringBuffer)): Fix ordering.Mark Wielaard2002-04-042-8/+13
* natClassLoader.cc (findClass): Compare against `3', not `0'.Tom Tromey2002-04-022-2/+8
* mauve-libgcj: add java.net.DatagramSocket.DatagramSocketTest2 to list of test...Mark Wielaard2002-04-022-0/+6
* IdentityHashMap.java (put): Set new threshold correctly when resizing table.Bryce McKinlay2002-04-022-1/+6
* BitSet.java (BitSet(int)): if nbits < 0 throw NegativeArraySizeExceptionMark Wielaard2002-04-012-6/+20
* mauve-libgcj: Add JDK1.3...Mark Wielaard2002-04-012-26/+18
* * libgcj.spec.in, libgcj-test.spec.in: Revert for now.Alexandre Oliva2002-03-313-4/+6
* libgcj.spec.in: Override libgcc, not lib.Alexandre Oliva2002-03-313-4/+9
* natPlainDatagramSocketImpl.cc (close): New function.Tom Tromey2002-03-293-2/+15
* Throw_2.java: New.Andrew Haley2002-03-283-0/+62
* * java/net/PlainDatagramSocketImpl.javaJeff Sturm2002-03-285-31/+73
* * include/posix-threads.h [alpha] (_Jv_ThreadSelf): Avoid a copy.Richard Henderson2002-03-272-2/+6
* dwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64.Andrew Haley2002-03-272-0/+62
* libgcj.spec.in: Add CHECKREFSPEC.Anthony Green2002-03-279-104/+121
* InvokeReturn.java: Modify test for targets which do not yet support reflection.Anthony Green2002-03-272-0/+9
* jni.exp (gcj_jni_run): Fix cross build test.Anthony Green2002-03-272-2/+6
* libjava.exp: Add the wrapper link options only when we're linking.Anthony Green2002-03-272-8/+15
* * include/dwarf2-signal.h: Temporarily back out last change.Hans Boehm2002-03-262-30/+6
* mauve.exp (test_mauve): Use correct stderr redirection code.Tom Tromey2002-03-262-2/+7
* * include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.Loren J. Rittle2002-03-262-0/+9
* configure.in, configure: enable dwarf2-exception-style exception handling on ...Andrew Haley2002-03-264-2/+44
* Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS.Tom Tromey2002-03-268-361/+410
* For PR libgcj/5303:Tom Tromey2002-03-254-3/+41
* Component.java (processEvent): Check ComponentEvent after KeyEvent.Tom Tromey2002-03-252-2/+7
* Based on patch from Intel's ORP team:Bryce McKinlay2002-03-252-7/+18
* FileInputStream.java (skip): Call fd.getFilePointer() and calculate correct n...Bryce McKinlay2002-03-252-1/+6
* * java/io/PushbackReader.java: Reformat.Bryce McKinlay2002-03-252-396/+340
* TextComponent.java (TextComponent): Editable by default.Tom Tromey2002-03-242-0/+4
* MenuItem.java (eventMask): No longer private.Tom Tromey2002-03-2410-5/+107
* [multiple changes]Mark Wielaard2002-03-246-439/+595
* reverted erroneous checkinTom Tromey2002-03-236-382/+345
* name-finder.h (_Jv_name_finder::myclose): New method.Tom Tromey2002-03-239-352/+426
* re PR libgcj/6045 (GregorianCalendar: getMinimum() and getMaximum() incorrect...Michael Smith2002-03-232-3/+8
* * java/nat/natPlainSocketImpl.cc (write): Abort loop on error.Jeff Sturm2002-03-232-0/+6
* For PR java/6026:Eric Blake2002-03-232-0/+9
* Thread_Interrupt.java (Looper.calibrate): New.Andrew Haley2002-03-222-1/+27
* posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier, not release...Bryce McKinlay2002-03-214-2/+26
* 2002-03-19 Martin Kahlert <martin.kahlert@infineon.com>Martin Kahlert2002-03-192-1/+5