summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* String.java (CASE_INSENSITIVE_ORDER): New static field.Bryce McKinlay2000-09-134-5/+42
* * configure: Rebuilt with new ../libtool.m4.Alexandre Oliva2000-09-122-246/+240
* Field.java (toString): Don't rely on Class.toString.Tom Tromey2000-09-113-8/+421
* BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv.Tom Tromey2000-09-117-238/+357
* acinclude.m4: Simplify the tests for CC and CXX.Alexandre Oliva2000-09-104-492/+389
* acinclude.m4: Include libtool macros from the source tree.Alexandre Oliva2000-09-104-688/+823
* * Updated from libtool multi-language branch.Alexandre Oliva2000-09-109-1506/+4265
* This commit was generated by cvs2svn to compensate for changes in r36292,Alexandre Oliva2000-09-101-17/+175
* Initial revisionAlexandre Oliva2000-09-101-0/+13
* PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy2000-09-0829-34/+162
* Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay2000-09-075-50/+31
* jvm.h (_Jv_HashCode): Cast object ptr to `unsigned long' to avoid long long d...Jeff Sturm2000-09-062-2/+8
* Constructor.java (toString): Use `getName' for parameter types.Tom Tromey2000-09-063-3/+8
* natMethod.cc (_Jv_CallAnyMethodA): Accept null `args' if method takes no para...Tom Tromey2000-09-062-2/+9
* Fix for PR java.lang/339:Tom Tromey2000-09-062-34/+125
* * java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Fix typo.Bryce McKinlay2000-09-062-3/+4
* natPlainDatagramSocketImpl.cc: Change various `JvThrow' calls to `throw'.Bryce McKinlay2000-09-054-80/+114
* * doc/cni.sgml: Updated from master copy.Tom Tromey2000-09-052-117/+28
* natIconv.cc (read): Remove unused local.Bryce McKinlay2000-09-056-19/+20
* ZipFile.java (ZipFile): Delete file when opened in DELETE mode.Tom Tromey2000-09-042-1/+6
* re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Anthony Green2000-09-043-16/+53
* Forgot to add this from last commit.Anthony Green2000-09-041-0/+9
* File.java (deleteOnExit): New method.Anthony Green2000-09-045-2/+60
* Makefile.in: Rebuilt.Tom Tromey2000-09-043-2/+8
* StreamTokenizer.java: Don't throw a NumberFormatException if a field is numer...Andrew Haley2000-09-012-5/+26
* abstr.xfail: New file.Tom Tromey2000-09-013-0/+20
* Makefile.in: Rebuilt.Tom Tromey2000-08-306-28/+56
* BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols.Tom Tromey2000-08-2927-31/+61
* ZipFile.java: Implement OPEN_DELETE mode...Mark Wielaard2000-08-273-14/+49
* ArrayList.java, [...]: Imported from GNU Classpath.Anthony Green2000-08-2712-10/+3112
* Makefile.in: Rebuilt.Anthony Green2000-08-2610-76/+98
* InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no...Mark Wielaard2000-08-242-0/+7
* PrintWriter.java (print(String)): Don't catch IOException, write(String) alre...Mark Wielaard2000-08-242-8/+6
* NativeThread.java (NativeThread): Removed assignment to `alive_flag', call `i...Alexandre Petit-Bianco2000-08-233-1/+16
* Makefile.in: Rebuilt.Mark Wielaard2000-08-226-36/+66
* ResourceBundle.java (trySomeGetBundle): Removed debugging prints.Tom Tromey2000-08-212-16/+17
* Fixed typo in ChangeLogAnthony Green2000-08-211-1/+0
* natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green2000-08-2112-24/+385
* Adler32.java: Make private variables really privateMark Wielaard2000-08-208-6/+36
* JarFile.java: Don't call java.util.zip.ZipFile.getEntry twice.Anthony Green2000-08-202-1/+7
* Oops. Forgot some notes.Anthony Green2000-08-201-0/+2
* URLClassLoader.java: Find the JarEntry via the JarFile.Anthony Green2000-08-206-23/+40
* ZipInputStream.java (createZipEntry): Implemented.Tom Tromey2000-08-193-5/+10
* Attributes.java, [...]: Imported from Classpath.Anthony Green2000-08-1935-715/+5890
* natClass.cc (finit_name): Initialized with `finit$'.Alexandre Petit-Bianco2000-08-172-4/+21
* ComponentDataBlitOp.java: New file.Rolf W. Rasmussen2000-08-1627-205/+2669
* jvm.h (_Jv_HashCode): New hash code.Andrew Haley2000-08-162-1/+7
* * java/io/ByteArrayOutputStream.java: Merged with Classpath.Tom Tromey2000-08-162-10/+162
* More thanks.Anthony Green2000-08-142-7/+33
* natPlainSocketImpl.cc (bind): Don't go to error case when errno not set.Tom Tromey2000-08-113-15/+43