aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Makefile.am: Add new classesMark Wielaard9-57/+575
2001-10-02javaprims.h: Rebuilt class list.Tom Tromey8-34/+401
2001-10-02prims.cc (_Jv_NewMultiArrayUnchecked): New method.Tom Tromey4-9/+34
2001-10-01FileWriter.java: Merge with Classpath.Mark Wielaard13-413/+1660
2001-09-30DataInput.java: Merge with Classpath.Mark Wielaard14-218/+1269
2001-09-30re PR libgcj/4383 (file: protocol not supported in URLConnection?)Bryce McKinlay4-3/+18
2001-09-30natClass.cc (_Jv_IsAssignableFrom): Handle the case of an uninitialized targe...Bryce McKinlay2-2/+8
2001-09-29SharedLibLoader.java: New class.Per Bothner8-443/+1992
2001-09-29Makefile.am (libgcj_la_LDFLAGS): Added $(GCLIBS), $(ZLIBS).Jeff Sturm3-1125/+72
2001-09-27final_initialization_in_ctor.java: New fileAlexandre Petit-Bianco2-0/+25
2001-09-27IdentityHashMap.java (containsKey): Use getHash.Tom Tromey2-11/+29
2001-09-27Configuration.java.in (INIT_LOAD_LIBRARY): New constant.Tom Tromey4-4/+47
2001-09-26DataInputStream.java (readChar): Use readFully.Tom Tromey2-15/+13
2001-09-25* java/security/cert/X509Extension.java: Merge from classpath.Bryce McKinlay2-2/+4
2001-09-24PosixProcess.java (exitValue): Implement here.Bryce McKinlay3-28/+28
2001-09-23old fixAnthony Green2-1/+6
2001-09-23misc fixesAnthony Green4-6/+25
2001-09-21jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson5-47/+84
2001-09-21no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.Richard Henderson3-3/+7
2001-09-21posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO vi...Bryce McKinlay3-34/+51
2001-09-19Fix null pointer bug.Anthony Green2-1/+7
2001-09-17* jni.cc (array_from_valist): Use promoted types for va_arg.Andreas Jaeger2-58/+62
2001-09-17Add support for iso8859_1.Anthony Green2-0/+5
2001-09-15TimeZone.java: Updated list of timezones from Classpath.Tom Tromey2-2/+11
2001-09-14CloneNotSupportedException.java: Re-merged with Classpath.Tom Tromey2-16/+27
2001-09-14Hashtable.java (Enumerator): Ensure that if hasMoreElements() returns true...Bryce McKinlay2-17/+34
2001-09-14File.java (normalizePath): Use equals() not '==' for string comparison.Bryce McKinlay2-1/+6
2001-09-12Makefile.in: Rebuilt.Tom Tromey3-18/+55
2001-09-12* java/io/File.java (toURL): Use getAbsolutePath and `file://'.Tom Tromey2-1/+6
2001-09-11Properties.java (load): Correctly read \u sequences.Tom Tromey2-1/+8
2001-09-10configure.in (LIBFFIINCS): Quote uses of $(top_srcdir) and $(MULTIBUILDTOP).Manfred Hollstein3-2/+8
2001-09-10jvm.h (_Jv_AllocRawObj): New prototype.Bryce McKinlay5-4/+26
2001-09-07ResourceBundle fixesAnthony Green2-28/+48
2001-09-07RuleBasedCollator.java (clone): Rewrote.Tom Tromey4-444/+497
2001-09-06jvm.h: Declare _Jv_RegisterResource.Anthony Green12-39/+494
2001-09-06* java/util/Properties.java: Re-merged from Classpath.Tom Tromey2-4/+10
2001-09-05From Eric Blake, via Classpath:Tom Tromey2-6/+41
2001-09-05* java/util/Date.java: Re-merged with Classpath.Tom Tromey2-6/+9
2001-09-05* java/text/DateFormatSymbols.java: Re-merged with Classpath.Tom Tromey2-6/+29
2001-09-05natClassLoader.cc: Include VirtualMachineError.hCorey Minyard2-0/+24
2001-09-05natSystem.cc (init_properties): Default locale is en_US, not just en.Tom Tromey2-0/+6
2001-09-05MessageFormat.java (setLocale): Don't catch ParseException here, DecimalForma...Bryce McKinlay2-8/+6
2001-09-05AbstractMap.java: Re-merged with Classpath.Tom Tromey3-3/+25
2001-09-05SimpleDateFormat.java: Re-merged with Classpath.Tom Tromey35-2494/+5757
2001-09-04re PR libgcj/4213 (SimpleDateFormat constructor SEGV's.)Tom Tromey4-1/+34
2001-09-04re PR libgcj/4208 (Problem using 'null' with Java reflection)Tom Tromey2-5/+6
2001-09-02AlgorithmParameterSpec.java, [...]: Re-merged with Classpath.Tom Tromey3-2/+5
2001-09-02javaprims.h: Regenerated class list.Tom Tromey4-4/+14
2001-09-02Makefile.in: Rebuilt.Tom Tromey70-1593/+4700
2001-08-31final_assignment_check.java: New file.Alexandre Petit-Bianco4-0/+35