summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * java/sql/DriverManager.java (getDrivers): Handle case whereTom Tromey2001-05-312-3/+13
* * java/text/SimpleDateFormat.java (parse): Handle non-dst timeTom Tromey2001-05-162-8/+23
* * java/util/GregorianCalendar.java (computeTime): Only callTom Tromey2001-05-152-1/+6
* * java/text/SimpleDateFormat.java (parse): Clear DST_OFFSET andTom Tromey2001-05-142-2/+9
* 2001-05-10 Shane Nay <shane@minirl.com>Tom Tromey2001-05-102-2/+7
* * java/text/SimpleDateFormat.java (computeCenturyStart): NewTom Tromey2001-05-102-17/+54
* * java/util/Calendar.java (clear): Set field value(s) to 0.Tom Tromey2001-05-102-1/+9
* 2001-05-10 Jeff Sturm <jsturm@one-point.com>Tom Tromey2001-05-102-11/+50
* * java/util/GregorianCalendar.java (getLinearTime): CorrectlyTom Tromey2001-05-102-4/+23
* * java/util/GregorianCalendar.java (bundleName): Use `.', not `/',Tom Tromey2001-05-082-2/+7
* Fixed ChangeLog snafuTom Tromey2001-04-261-0/+11
* * native/java.lang/Float.c (Java_java_lang_Float_toString): FixedTom Tromey2001-04-265-9/+14
* * java/text/SimpleDateFormat.javaWarren Levy2001-04-202-654/+214
* * java/util/Random.java (next): Fixed the calculation to make it fully SunJochen Hoenicke2001-04-182-2/+7
* * javax/accessibility/AccessibleText.java (getAfterIndex, getAtIndex,Mark Wielaard2001-04-153-7/+15
* 2001-04-15 Ian D. Stewart <idstewart@softhome.net>Tom Tromey2001-04-152-2/+7
* Reformat some documentationAaron M. Renn2001-04-031-2/+4
* Merge in missed comment from libgcj. Still some work to do on this class.Aaron M. Renn2001-04-031-0/+1
* * java/util/HashMap.java (HashMap): If 0 is given for initialCapacityBryce McKinlay2001-03-243-3/+22
* Remove paragraph char from comment. It sometimes confuses compilers.Mark Wielaard2001-03-231-1/+1
* Remove strange A0 characterMark Wielaard2001-03-231-1/+1
* New 1.2 classMark Wielaard2001-03-191-0/+478
* * java/lang/ExceptionInInitializerError.java: print classname for targetMark Wielaard2001-03-193-2/+25
* Merge all Error and Exception classes with libgcj.Mark Wielaard2001-03-1165-150/+663
* Should already have been removed on 2001-02-18Mark Wielaard2001-03-101-104/+0
* * java/io/ObjectStreamClass.java (setUID): Don't write interfaceTom Tromey2001-03-092-5/+14
* * java/util/TreeSet.java (writeObject): Use a for-loop instead ofBryce McKinlay2001-03-062-2/+8
* * java/util/TreeMap.java (writeObject): Use defaultWriteObject()Jochen Hoenicke2001-03-053-50/+28
* Fix for PR java/2040:Bryce McKinlay2001-02-223-8/+19
* * scripts/timezones.pl (parseOffset): Parse negative timesJochen Hoenicke2001-02-204-141/+220
* * java/io/PipedWriter.java (flush): Throw exception if streamTom Tromey2001-02-203-5/+34
* * java/lang/ThreadGroup.java (activeCount): Only include threadsTom Tromey2001-02-202-7/+22
* * java/util/ArrayList.java: Remove RCS keywords from commentsMark Wielaard2001-02-1821-61/+204
* * java/util/HashSet.java (clone): Made subclass safe, useBryce McKinlay2001-02-162-3/+13
* * java/util/TreeMap.java (nil): Made non-final.Bryce McKinlay2001-02-162-2/+7
* * java/util/TreeSet.java (clone): Made subclass safe, useBryce McKinlay2001-02-163-6/+26
* * java/io/BlockDataException.java: Removed.Bryce McKinlay2001-02-163-40/+7
* * java/util/HashMap.java: Rewritten.Bryce McKinlay2001-02-1515-2948/+2344
* * java/util/Timer.java (remove): Install new heap.Tom Tromey2001-02-092-1/+6
* * java/util/Arrays.java: Removed "cmp" methods.Bryce McKinlay2001-02-072-88/+64
* * java/io/DataInputStream.java: update copyright noticeMark Wielaard2001-01-257-36/+148
* * java/security/AccessController.java: new file (stub implementation)Mark Wielaard2001-01-242-0/+175
* * configure.in: generate Makefiles for proper native directoriesBrian Jones2001-01-2386-7/+14538
* * java/text/SimpleDateFormat.java (format): Compute hour for casesWarren Levy2001-01-202-6/+12
* * java/net/URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)Mark Wielaard2001-01-142-3/+7
* Fix compile errors.Mark Wielaard2001-01-141-55/+105
* * java/awt/datatransfer/Clibboard.java:Mark Wielaard2001-01-126-66/+480
* 2001-01-10 Mark Wielaard <mark@klomp.org>Mark Wielaard2001-01-102-26/+244
* * java/math/BigDecimal.java (divide): Fixed comment.Warren Levy2001-01-102-1/+5
* * java/math/BigDecimal.java (divide): Check newScale for validity.Warren Levy2001-01-102-6/+35