summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* jni.cc (_Jv_JNIFunctions): Added comment for each entry in native interface s...Tom Tromey2001-01-272-230/+236
* ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay2001-01-273-15/+53
* jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external to internal ...Tom Tromey2001-01-262-10/+21
* * libjava.jni/martin.c (Java_martin_myNative): Flush stdout.Tom Tromey2001-01-262-0/+3
* martin.out: New file.Tom Tromey2001-01-264-0/+72
* natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are...Warren Levy2001-01-262-2/+20
* * java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.Tom Tromey2001-01-252-1/+5
* Makefile.in: Rebuilt.Tom Tromey2001-01-244-14/+68
* SimpleDateFormat.java (format): Compute hour for cases HOUR_OF_DAY1_FIELD (1-...Warren Levy2001-01-202-7/+12
* * java/bean/Beans.java (instantiate): enable Applet code from ClasspathMark Wielaard2001-01-182-11/+13
* Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay2001-01-174-13/+22
* prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco2001-01-174-72/+34
* libjava.exp (bytecompile_file): Don't unset CLASSPATH.Richard Henderson2001-01-162-3/+7
* * java/math/BigInteger.java: Update Copyright year.Warren Levy2001-01-172-1/+5
* BigInteger.java (setShiftRight): Only do negative shift if count != 0.Hans Boehm2001-01-172-4/+11
* All files with updated copyright.Alexandre Petit-Bianco2001-01-156-73/+121
* URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)Mark Wielaard2001-01-152-21/+60
* Removed bogus ChangeLog entryTom Tromey2001-01-131-5/+0
* natGtkComponentPeer.cc (getLocationOnScreen): Wrote.Tom Tromey2001-01-127-11/+309
* natSystem.cc: Include locale.h if it exists.Tom Tromey2001-01-126-300/+341
* Cursor.java (Cursor(String)): Set type to custom.Tom Tromey2001-01-112-3/+16
* Makefile.am: Re-enable dependencies.Bryce McKinlay2001-01-113-57/+623
* * java/math/BigDecimal.java (divide): Fixed comment.Warren Levy2001-01-102-1/+5
* re PR libgcj/1596 (setScale() missing from java.math.BigDecimal)Warren Levy2001-01-102-6/+36
* re PR libgcj/1338 (StreamTokenizer does not handle /* comments correctly)Oskar Liljeblad2001-01-092-49/+55
* re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy2001-01-0910-146/+242
* In gcc/java:Bryce McKinlay2001-01-088-93/+166
* re PR java/1586 (linux build problem for libjava - cpplib (?))Tom Tromey2001-01-083-617/+61
* Makefile.am: Use the new "-M -MF" option for generating dependencies from the...Bryce McKinlay2001-01-083-3/+9
* * libjava.compile/SuperConstr.java: New test case.Bryce McKinlay2001-01-082-0/+24
* 001-01-07 Anthony Green <green@redhat.com>Anthony Green2001-01-0827-2/+18487
* Fix bug in URLConnection and correct javadoc annotations in StringBuffer.Anthony Green2001-01-073-4/+9
* Fix comments for docletsAnthony Green2001-01-068-14/+29
* * java/io/PipedReader: Synchronize on "lock" instead of this.Bryce McKinlay2001-01-052-119/+135
* PipedInputStream: Rewrote to be simpler and more correct.Bryce McKinlay2001-01-055-1240/+862
* * java/lang/Thread.java: Update comment.Bryce McKinlay2001-01-052-6/+7
* ScrollPane.java (setBlockIncrement): Throw error.Tom Tromey2001-01-033-21/+21
* ScrollPane.java: Wrote.Tom Tromey2001-01-037-98/+547
* Forgot these in last commit.Bryce McKinlay2000-12-302-38/+27
* For boehm-gc:Bryce McKinlay2000-12-308-37/+82
* DriverManager.java (getConnection): Don't set user/password properties if null.Jeff Sturm2000-12-282-2/+9
* re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.)Warren Levy2000-12-286-16/+30
* re PR libgcj/1516 (Method.invoke won't accept boolean parameters)Bryce McKinlay2000-12-282-34/+48
* natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can not be assigned to Ob...Bryce McKinlay2000-12-281-2/+2
* SQLWarning.java: Fixed typo in comment.Petter Reinholdtsen2000-12-272-1/+5
* MenuItem.java (paramString): Now protected.Tom Tromey2000-12-266-27/+425
* MenuContainer.java: Fixed typo.Tom Tromey2000-12-2621-74/+851
* FileDescriptor.java: Initialize fd to -1.Jeff Sturm2000-12-262-7/+11
* * java/lang/mprec.h: Change C9X reference to refer to C99.Joseph Myers2000-12-232-1/+5
* Throwable.java (trace_enabled): New static field.Bryce McKinlay2000-12-224-0/+18