* vxppc.h (CPP_SPEC): Fix support for vararg functions.
[gcc.git] / libjava /
1999-05-12 Per BothnerCalendar.java (set): First call computeFields if needed.
1999-05-12 Per BothnerCalendar.java (set): First call computeFields if needed.
1999-05-12 Tom Tromeyconfigure: Rebuilt.
1999-05-12 Per BothnerFile.java (mkdirs): Handle a null parent directory.
1999-05-12 Per BothnerFile.java (mkdirs): Handle a null parent directory.
1999-05-12 Tom Tromeyjavaprims.h: Updated namespace declarations.
1999-05-12 Andrew HaleyInvoke_2.java: New file.
1999-05-12 Warren LevyPlainSocketImpl.java: Corrected copyright & header...
1999-05-11 Tom TromeyMakefile.in: Rebuilt.
1999-05-11 Tom TromeyMakefile.in: Rebuilt.
1999-05-11 Tom TromeyMakefile.in, configure: Rebuilt.
1999-05-10 Tom TromeyInputStreamReader.java (read): If length is 0, return 0.
1999-05-10 Tom TromeyRandomAccessFile.java (RandomAccessFile): Removed ...
1999-05-10 Tom Tromey* java/lang/natObject.cc (sync_init): Use _Jv_AllocByte...
1999-05-10 Tom TromeynatToolkit.cc: Added copyright header.
1999-05-10 Tom TromeyResourceBundle.java (partialGetBundle): Explicitly...
1999-05-10 Tom TromeyRawData.java: Added copyright header.
1999-05-08 Anthony GreenDateFormat.java (computeInstance): Separate time and...
1999-05-07 Tom Tromeyacconfig.h (GCJVERSION): New undef.
1999-05-07 Tom Tromey* java/lang/natCharacter.cc (isLowerCase): Use a binary...
1999-05-07 Tom Tromeylibtool-version: New file.
1999-05-07 Tom Tromeymauve-libgcj: Don't omit Utf8Encoding or StringTest.
1999-05-07 Tom Tromeymauve-libgcj: Test more from java.text.
1999-05-06 Per BothnerUpdate
1999-05-06 Per BothnernatSystem.cc (DEFAULT_FILE_ENCODING): New macro.
1999-05-06 Per Bothner*** empty log message ***
1999-05-06 Per BothnerInflaterInputStream.java: New stub class.
1999-05-06 Per BothnerInflaterInputStream.java: New stub class.
1999-05-06 Per BothnerInflaterInputStream.java: New stub class.
1999-05-06 Per BothnerInflaterInputStream.java: New stub class.
1999-05-05 Per Bothner* doc/cni.sgml: Document RawData.
1999-05-05 Tom TromeyMakefile.in: Rebuilt.
1999-05-05 Per BothnerNew class.
1999-05-05 Tom Tromeylibjava.exp (libjava_arguments): Don't use -nodefaultlibs.
1999-05-05 Gilles Zuninoconfigure.in: Switch from irix threads to posix threads
1999-05-05 Per BothnerAdd AWT stubs and incomplete classes.
1999-05-03 Tom Tromeymauve.exp (test_mauve): Pass `link' to libjava_argument...
1999-04-30 Tom TromeyMakefile.in: Rebuilt.
1999-04-30 Tom TromeyStringBuffer.java (ensureCapacity): Don't resize vector...
1999-04-26 Tom Tromey* natCollator.cc: New file.
1999-04-26 Tom TromeyGregorianCalendar.java (setDefaultTime): New method.
1999-04-26 Tom TromeyMakefile.in: Rebuilt.
1999-04-26 Tom Tromeylibtoolized libgcj. See ChangeLog for details.
1999-04-26 Tom Tromeylibjava.exp (libjava_find_lib): New proc.
1999-04-23 Warren LevyMakefile.am: Added URLDecoder and URLEncoder.
1999-04-22 Anthony Green* libjava.compile/OperatorBenchmark.java: New file.
1999-04-21 Tom TromeynatString.cc (getBytes): Reverted earlier change and...
1999-04-21 Tom TromeyString.java: Don't throw UnsupportedEncodingException.
1999-04-21 Tom TromeynatString.cc (getBytes): Correctly size result buffer.
1999-04-20 Andrew Haleysparc-signal.h: new file.
1999-04-19 Tom TromeynatSystem.cc (init_properties): Only declare pwd_entry...
1999-04-19 Andrew HaleyMakefile.in: Processed with new automake.
1999-04-19 Tom Tromey* include/javaprims.h: Removed security namespace.
1999-04-18 Anthony Green* java/io/PrintStream.java (println): Remove extra...
1999-04-18 Anthony GreenMakefile.in: Rebuilt.
1999-04-16 Per BothnerNote char-conversion-related optimizations.
1999-04-16 Per BothnerInputStreamReader.java (<init>): Set super.in correctly.
1999-04-16 Per BothnerInputStreamReader.java (<init>): Set super.in correctly.
1999-04-16 Per BothnerMakefile.am: Various changes for new files and conversions.
1999-04-16 Per BothnerMakefile.am: Various changes for new files and conversions.
1999-04-16 Per BothnerJIS0201.h: New file, generated from Unicode table.
1999-04-16 Per BothnerJIS0201.h: New file, generated from Unicode table.
1999-04-16 Per BothnerJIS0201.h: New file, generated from Unicode table.
1999-04-16 Per BothnerJIS0201.h: New file, generated from Unicode table.
1999-04-16 Per BothnerJIS0201.h: New file, generated from Unicode table.
1999-04-16 Per BothnerJIS0201.h: New file, generated from Unicode table.
1999-04-16 Per BothnerJIS0201.h: New file, generated from Unicode table.
1999-04-16 Per BothnerJIS0201.h: New file, generated from Unicode table.
1999-04-16 Per BothnerFix truncated comments.
1999-04-16 Per BothnerUnicodeToBytes.java (write(String,int,int,char[]))...
1999-04-16 Per BothnerUnicodeToBytes.java (write(String,int,int,char[]))...
1999-04-15 Warren LevyMakefile.am (ordinary_java_source_files): Added new...
1999-04-14 Tom TromeynatInetAddress.cc (lookup): On glibc2.0 systems, make...
1999-04-14 Andrew HaleynatDouble.java (doubleToLongBits): ensure that all...
1999-04-13 Tom TromeynatSystem.cc (arraycopy): Don't always use jbyteArray...
1999-04-13 Tom TromeyMakefile.in: Rebuilt.
1999-04-13 Andrew Haleyi386-signal.h, [...]: New files.
1999-04-12 Urban WidmarkDataInputStream.java (readLine): Corrected handling...
1999-04-12 Tom TromeyMakefile.in: Rebuilt.
1999-04-12 Tom TromeynatSystem.cc (SystemClass): New define.
1999-04-09 Warren Levy* libjava.mauve/mauve.exp (KEYS): Default to libgcj.
1999-04-09 Tom Tromeyplusplus.java: New file.
1999-04-08 Geoff BerrynatInetAddress.cc (lookup): Fix typo (AF_INET16 ->...
1999-04-08 Tom TromeyLong.java (parseLong): Corrected overflow detection...
1999-04-08 Tom TromeyPrintStream.java (print): Handle null string argument.
1999-04-07 Warren LevynatString.cc (init(jbyteArray,jint,jint,jstring)):...
1999-04-07 Tom Tromeymauve-libgcj: Omit java.text.Collator, java.text.RuleBa...
1999-04-07 Tom TromeyInitial revision
1999-04-07 Tom TromeyInitial revision