aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2001-01-05* java/io/PipedReader: Synchronize on "lock" instead of this.Bryce McKinlay2-119/+135
2001-01-05PipedInputStream: Rewrote to be simpler and more correct.Bryce McKinlay5-1240/+862
2001-01-05* java/lang/Thread.java: Update comment.Bryce McKinlay2-6/+7
2001-01-03ScrollPane.java (setBlockIncrement): Throw error.Tom Tromey3-21/+21
2001-01-03ScrollPane.java: Wrote.Tom Tromey7-98/+547
2000-12-30Forgot these in last commit.Bryce McKinlay2-38/+27
2000-12-30For boehm-gc:Bryce McKinlay8-37/+82
2000-12-28DriverManager.java (getConnection): Don't set user/password properties if null.Jeff Sturm2-2/+9
2000-12-28re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.)Warren Levy6-16/+30
2000-12-28re PR libgcj/1516 (Method.invoke won't accept boolean parameters)Bryce McKinlay2-34/+48
2000-12-28natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can not be assigned to Ob...Bryce McKinlay1-2/+2
2000-12-27SQLWarning.java: Fixed typo in comment.Petter Reinholdtsen2-1/+5
2000-12-26MenuItem.java (paramString): Now protected.Tom Tromey6-27/+425
2000-12-26MenuContainer.java: Fixed typo.Tom Tromey21-74/+851