aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2000-09-10* Updated from libtool multi-language branch.Alexandre Oliva9-1506/+4265
2000-09-10This commit was generated by cvs2svn to compensate for changes in r36292,Alexandre Oliva1-17/+175
2000-09-10Initial revisionAlexandre Oliva1-0/+13
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy29-34/+162
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay5-50/+31
2000-09-06jvm.h (_Jv_HashCode): Cast object ptr to `unsigned long' to avoid long long d...Jeff Sturm2-2/+8
2000-09-06Constructor.java (toString): Use `getName' for parameter types.Tom Tromey3-3/+8
2000-09-06natMethod.cc (_Jv_CallAnyMethodA): Accept null `args' if method takes no para...Tom Tromey2-2/+9
2000-09-06Fix for PR java.lang/339:Tom Tromey2-34/+125
2000-09-06* java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Fix typo.Bryce McKinlay2-3/+4
2000-09-05natPlainDatagramSocketImpl.cc: Change various `JvThrow' calls to `throw'.Bryce McKinlay4-80/+114
2000-09-05* doc/cni.sgml: Updated from master copy.Tom Tromey2-117/+28
2000-09-05natIconv.cc (read): Remove unused local.Bryce McKinlay6-19/+20
2000-09-04ZipFile.java (ZipFile): Delete file when opened in DELETE mode.Tom Tromey2-1/+6
2000-09-04re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Anthony Green3-16/+53
2000-09-04Forgot to add this from last commit.Anthony Green1-0/+9
2000-09-04File.java (deleteOnExit): New method.Anthony Green5-2/+60
2000-09-04Makefile.in: Rebuilt.Tom Tromey3-2/+8
2000-09-01StreamTokenizer.java: Don't throw a NumberFormatException if a field is numer...Andrew Haley2-5/+26
2000-09-01abstr.xfail: New file.Tom Tromey3-0/+20
2000-08-30Makefile.in: Rebuilt.Tom Tromey6-28/+56
2000-08-29BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols.Tom Tromey27-31/+61
2000-08-27ZipFile.java: Implement OPEN_DELETE mode...Mark Wielaard3-14/+49
2000-08-27ArrayList.java, [...]: Imported from GNU Classpath.Anthony Green12-10/+3112
2000-08-26Makefile.in: Rebuilt.Anthony Green10-76/+98
2000-08-24InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no...Mark Wielaard2-0/+7
2000-08-24PrintWriter.java (print(String)): Don't catch IOException, write(String) alre...Mark Wielaard2-8/+6
2000-08-23NativeThread.java (NativeThread): Removed assignment to `alive_flag', call `i...Alexandre Petit-Bianco3-1/+16
2000-08-22Makefile.in: Rebuilt.Mark Wielaard6-36/+66
2000-08-21ResourceBundle.java (trySomeGetBundle): Removed debugging prints.Tom Tromey2-16/+17
2000-08-21Fixed typo in ChangeLogAnthony Green1-1/+0
2000-08-21natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green12-24/+385
2000-08-20Adler32.java: Make private variables really privateMark Wielaard8-6/+36
2000-08-20JarFile.java: Don't call java.util.zip.ZipFile.getEntry twice.Anthony Green2-1/+7
2000-08-20Oops. Forgot some notes.Anthony Green1-0/+2
2000-08-20URLClassLoader.java: Find the JarEntry via the JarFile.Anthony Green6-23/+40
2000-08-19ZipInputStream.java (createZipEntry): Implemented.Tom Tromey3-5/+10
2000-08-19Attributes.java, [...]: Imported from Classpath.Anthony Green35-715/+5890
2000-08-17natClass.cc (finit_name): Initialized with `finit$'.Alexandre Petit-Bianco2-4/+21
2000-08-16ComponentDataBlitOp.java: New file.Rolf W. Rasmussen27-205/+2669
2000-08-16jvm.h (_Jv_HashCode): New hash code.Andrew Haley2-1/+7
2000-08-16* java/io/ByteArrayOutputStream.java: Merged with Classpath.Tom Tromey2-10/+162
2000-08-14More thanks.Anthony Green2-7/+33
2000-08-11natPlainSocketImpl.cc (bind): Don't go to error case when errno not set.Tom Tromey3-15/+43
2000-08-10cvs commit ChangeLogBryce McKinlay1-0/+17
2000-08-10Connection.java (gotHeaders): Removed.Bryce McKinlay2-52/+58
2000-08-10re GNATS gcj/310 (illegal type "long" accepted for "switch" expression)Tom Tromey3-0/+16
2000-08-09Makefile.am: Move beans and applet classes to awt_java_source_files.Bryce McKinlay3-163/+165
2000-08-09Makefile.am: Move beans and applet classes to awt_java_source_files.Bryce McKinlay13-122/+320
2000-08-08Input_UTF8.java (read): Fixed handling of surrogate characters.Tom Tromey3-15/+39