aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2001-10-02prims.cc (_Jv_NewMultiArrayUnchecked): New method.Tom Tromey2-4/+5
2001-10-01FileWriter.java: Merge with Classpath.Mark Wielaard12-413/+1641
2001-09-30DataInput.java: Merge with Classpath.Mark Wielaard13-218/+1253
2001-09-30re PR libgcj/4383 (file: protocol not supported in URLConnection?)Bryce McKinlay1-2/+2
2001-09-30natClass.cc (_Jv_IsAssignableFrom): Handle the case of an uninitialized targe...Bryce McKinlay1-2/+3
2001-09-27IdentityHashMap.java (containsKey): Use getHash.Tom Tromey1-11/+18
2001-09-27Configuration.java.in (INIT_LOAD_LIBRARY): New constant.Tom Tromey2-1/+10
2001-09-26DataInputStream.java (readChar): Use readFully.Tom Tromey1-15/+5
2001-09-25* java/security/cert/X509Extension.java: Merge from classpath.Bryce McKinlay1-2/+2
2001-09-24PosixProcess.java (exitValue): Implement here.Bryce McKinlay2-28/+19
2001-09-23misc fixesAnthony Green2-1/+8
2001-09-21jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson1-8/+5
2001-09-21no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.Richard Henderson1-1/+1
2001-09-21posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO vi...Bryce McKinlay1-33/+40
2001-09-15TimeZone.java: Updated list of timezones from Classpath.Tom Tromey1-2/+8
2001-09-14CloneNotSupportedException.java: Re-merged with Classpath.Tom Tromey1-16/+22
2001-09-14Hashtable.java (Enumerator): Ensure that if hasMoreElements() returns true...Bryce McKinlay1-17/+30
2001-09-14File.java (normalizePath): Use equals() not '==' for string comparison.Bryce McKinlay1-1/+1
2001-09-12* java/io/File.java (toURL): Use getAbsolutePath and `file://'.Tom Tromey1-1/+2
2001-09-11Properties.java (load): Correctly read \u sequences.Tom Tromey1-1/+3
2001-09-07ResourceBundle fixesAnthony Green1-28/+40
2001-09-07RuleBasedCollator.java (clone): Rewrote.Tom Tromey3-444/+490
2001-09-06jvm.h: Declare _Jv_RegisterResource.Anthony Green1-0/+4
2001-09-06* java/util/Properties.java: Re-merged from Classpath.Tom Tromey1-4/+8
2001-09-05From Eric Blake, via Classpath:Tom Tromey1-6/+37
2001-09-05* java/util/Date.java: Re-merged with Classpath.Tom Tromey1-6/+7
2001-09-05* java/text/DateFormatSymbols.java: Re-merged with Classpath.Tom Tromey1-6/+25
2001-09-05natClassLoader.cc: Include VirtualMachineError.hCorey Minyard1-0/+17
2001-09-05natSystem.cc (init_properties): Default locale is en_US, not just en.Tom Tromey1-0/+1
2001-09-05MessageFormat.java (setLocale): Don't catch ParseException here, DecimalForma...Bryce McKinlay1-8/+1
2001-09-05AbstractMap.java: Re-merged with Classpath.Tom Tromey2-3/+22
2001-09-05SimpleDateFormat.java: Re-merged with Classpath.Tom Tromey19-1815/+5199
2001-09-04re PR libgcj/4208 (Problem using 'null' with Java reflection)Tom Tromey1-2/+3
2001-09-02AlgorithmParameterSpec.java, [...]: Re-merged with Classpath.Tom Tromey2-2/+2
2001-09-02javaprims.h: Regenerated class list.Tom Tromey2-4/+4
2001-09-02Makefile.in: Rebuilt.Tom Tromey67-1590/+4620
2001-08-31javaprims.h (_Jv_RegisterClassHook): New extern declaration.Per Bothner2-3/+18
2001-08-31ClassLoader.java (system): Remove static field.Per Bothner2-12/+5
2001-09-01BufferedReader.java, [...]: Re-merged with Classpath.Tom Tromey5-4/+6
2001-08-31Re-merge with Classpath:Tom Tromey4-4/+18
2001-08-31Makefile.in: Rebuilt.Tom Tromey13-667/+2059
2001-08-31ByteArrayOutputStream.java: Re-merged with Classpath.Tom Tromey2-33/+98
2001-08-31* java/io/ByteArrayInputStream.java: Merged with Classpath.Tom Tromey1-19/+154
2001-08-31* java/io/BufferedReader.java: Re-merged with Classpath.Tom Tromey1-6/+27
2001-08-28BigInteger.java (init(int,Random)): New method.Per Bothner1-13/+27
2001-08-28Activatable.java, [...]: RMI implementation from Kaffe.Tom Tromey65-0/+3706
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay2-17/+36
2001-08-24Field.java (toString): Use Method.appendClassName.Tom Tromey5-76/+113
2001-08-22Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so.Anthony Green1-5/+7
2001-08-21IdentityHashMap.java (get): Fix off-by-one error.Jeff Sturm1-2/+2