aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2001-02-12interpret.cc (continue1): [insn_invokevirtual] Do an explicit null pointer ch...Jeff Sturm2-2/+12
2001-02-09* java/util/Timer.java: New version from Classpath.Tom Tromey2-429/+496
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay5-17/+27
2001-02-09File.java (java.net): Imported.Alexandre Petit-Bianco2-0/+23
2001-02-09OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay2-1/+10
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay7-51/+50
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey2-1/+13
2001-02-09re PR libgcj/1913 (reading closed streams throws NullPointerException, not IO...Tom Tromey2-1/+16
2001-02-08mauve.exp: Added support for XFAILs.Warren Levy3-5/+45
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers5-5/+11
2001-02-07re PR libgcj/1906 (difference between gcj and jdk for MessageFormat)Tom Tromey2-25/+26
2001-02-07re PR java/1895 (Libjava: Arrays.sort doesn't work)Bryce McKinlay2-89/+65
2001-02-05configure.host: Use sjlj-exceptions for Alpha.Jeff Sturm2-0/+5
2001-02-05Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list of macros used when c...Bryce McKinlay4-311/+290
2001-01-31Makefile.in: Rebuilt.Tom Tromey3-1/+13
2001-01-302001-01-26 Andrew Haley <aph@redhat.com>Andrew Haley2-2/+20
2001-01-27configure.in (target_makefile_frag): Use mt-alphaieee.Richard Henderson2-0/+5
2001-01-27jni.cc (_Jv_JNIFunctions): Added comment for each entry in native interface s...Tom Tromey2-230/+236
2001-01-27ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay3-15/+53
2001-01-26jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external to internal ...Tom Tromey2-10/+21
2001-01-26* libjava.jni/martin.c (Java_martin_myNative): Flush stdout.Tom Tromey2-0/+3
2001-01-26martin.out: New file.Tom Tromey4-0/+72
2001-01-26natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are...Warren Levy2-2/+20
2001-01-25* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.Tom Tromey2-1/+5
2001-01-24Makefile.in: Rebuilt.Tom Tromey4-14/+68
2001-01-20SimpleDateFormat.java (format): Compute hour for cases HOUR_OF_DAY1_FIELD (1-...Warren Levy2-7/+12
2001-01-18* java/bean/Beans.java (instantiate): enable Applet code from ClasspathMark Wielaard2-11/+13
2001-01-17Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay4-13/+22
2001-01-17prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco4-72/+34
2001-01-16libjava.exp (bytecompile_file): Don't unset CLASSPATH.Richard Henderson2-3/+7
2001-01-17* java/math/BigInteger.java: Update Copyright year.Warren Levy2-1/+5
2001-01-17BigInteger.java (setShiftRight): Only do negative shift if count != 0.Hans Boehm2-4/+11
2001-01-15All files with updated copyright.Alexandre Petit-Bianco6-73/+121
2001-01-15URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)Mark Wielaard2-21/+60
2001-01-13Removed bogus ChangeLog entryTom Tromey1-5/+0
2001-01-12natGtkComponentPeer.cc (getLocationOnScreen): Wrote.Tom Tromey7-11/+309
2001-01-12natSystem.cc: Include locale.h if it exists.Tom Tromey6-300/+341
2001-01-11Cursor.java (Cursor(String)): Set type to custom.Tom Tromey2-3/+16
2001-01-11Makefile.am: Re-enable dependencies.Bryce McKinlay3-57/+623
2001-01-10* java/math/BigDecimal.java (divide): Fixed comment.Warren Levy2-1/+5
2001-01-10re PR libgcj/1596 (setScale() missing from java.math.BigDecimal)Warren Levy2-6/+36
2001-01-09re PR libgcj/1338 (StreamTokenizer does not handle /* comments correctly)Oskar Liljeblad2-49/+55
2001-01-09re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy10-146/+242
2001-01-08In gcc/java:Bryce McKinlay8-93/+166
2001-01-08re PR java/1586 (linux build problem for libjava - cpplib (?))Tom Tromey3-617/+61
2001-01-08Makefile.am: Use the new "-M -MF" option for generating dependencies from the...Bryce McKinlay3-3/+9
2001-01-08* libjava.compile/SuperConstr.java: New test case.Bryce McKinlay2-0/+24
2001-01-08001-01-07 Anthony Green <green@redhat.com>Anthony Green27-2/+18487
2001-01-07Fix bug in URLConnection and correct javadoc annotations in StringBuffer.Anthony Green3-4/+9
2001-01-06Fix comments for docletsAnthony Green8-14/+29