aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-26FileDescriptor.java: Initialize fd to -1.Jeff Sturm2-7/+11
2000-12-23* java/lang/mprec.h: Change C9X reference to refer to C99.Joseph Myers2-1/+5
2000-12-22Throwable.java (trace_enabled): New static field.Bryce McKinlay4-0/+18
2000-12-21PropertyChangeListener.java: Extends EventListener.Tom Tromey3-14/+24
2000-12-21* java/util/zip/Deflater.java (update, init): Now private.Tom Tromey2-2/+6
2000-12-21BasicMapEntry.java: Re-added.Bryce McKinlay6-125/+173
2000-12-19GregorianCalendar.java (GregorianCalendar): Constructors need to set timezone...Warren Levy2-3/+9
2000-12-18mauve.exp (test_mauve): Don't look for exceptions thrown in the test harness.Tom Tromey2-22/+6
2000-12-18Removed additional addNotify() peer hacks.Bryce McKinlay6-9/+13