]> gcc.gnu.org Git - gcc.git/history - libjava/java
re GNATS libgcj/40 (wait(timeout) wrongly throws IllegalMonitorState exception)
[gcc.git] / libjava / java /
1999-08-21 Alexandre Olivaconfigure.in: Check for in_addr_t in netinet/in.h too.
1999-08-21 Alexandre OlivanatSystem.cc (getpwuid_adaptor): New overloaded functio...
1999-08-20 Kresten Krab Thorupinterpret.cc (continue1): Implement explicit dispatch...
1999-08-19 Tom TromeynatThread.cc (class locker): New class.
1999-08-18 Tom TromeyThreadGroup.java: Fixed now-erroneous comment.
1999-08-18 Kresten Krab ThorupnatClassLoader.cc (_Jv_PrepareCompiledClass): Renamed...
1999-08-18 Tom TromeynatThread.cc (sleep): Turn 0 millis and 0 nanos into...
1999-08-14 Per Bothnerresolve.cc (_Jv_PrepareClass): Use ClassLoader::resolve...
1999-08-11 Bryce McKinlayBitSet.java (set, [...]): specify "1" constant as long.
1999-08-10 Anthony Green[multiple changes]
1999-08-08 Anthony Green[multiple changes]
1999-08-06 Mojo JojoLocale.java (CHINESE, [...]): New locales.
1999-08-03 Bryce McKinlaynatFile.cc (performMkdir): Remove FIXME.
1999-08-03 Bryce McKinlayServerSocket.java: Define ANY_IF.
1999-08-01 Alexandre Olivaconfigure.in: Check for bstring.h.
1999-08-01 Alexandre Olivaconfigure.in: Check for struct hostent_data and need...
1999-07-31 Alexandre OlivanatSystem.cc (arraycopy): Use bcopy if memmove is not...
1999-07-26 Bryce McKinlaynatString.cc (substring): optimize where substring...
1999-07-20 Warren LevyDatagramSocket.java (DatagramSocket(int, InetAddress...
1999-07-12 Tom Tromeymprec.h: Protect definition of uint32_t with #ifndef...
1999-07-05 Anthony GreenURL.java (equals): Compare strings using String.equals.
1999-07-02 Warren Levyconfigure: Rebuilt.
1999-07-02 Warren LevyPlainDatagramSocketImpl.java (ttl): Removed.
1999-07-01 Bryce McKinlayString.java (toString): Check for this == null and...
1999-07-01 Warren Levy[multiple changes]
1999-06-24 Tom Tromey[multiple changes]
1999-06-24 Tom Tromey[multiple changes]
1999-06-23 Tom TromeyInflaterInputStream.java (read): Throw ZipException...
1999-06-23 Warren LevyDatagramSocketImpl.java (localPort): Fixed typo to...
1999-06-21 Tom Tromeyieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
1999-06-18 Bryce McKinlaynatInetAddress.cc (lookup): Preserve caller-supplied...
1999-06-17 Bryce McKinlaynatPlainSocketImpl.cc (bind): Bind to any/all network...
1999-06-15 Bryce McKinlayFilterOutputStream.java (write(byte[])): Rewrite accord...
1999-06-11 Bryce McKinlaynatInetAddress.cc (aton): Fix typos.
1999-06-10 Warren LevyDecimalFormat.java: Throw IllegalArgumentException...
1999-06-10 Warren LevyFileDescriptor.java (FileDescriptor(String, int)):...
1999-06-09 Bryce McKinlayRuntime.java (exec): Convert prog name and arguments...
1999-06-03 Warren Levy[multiple changes]
1999-05-28 Warren LevyDatagramSocket.java (laddr): Removed.
1999-05-26 Warren Levy[multiple changes]
1999-05-24 Tom TromeyResourceBundle.java (getBundle): Throw NullPointerExcep...
1999-05-22 Tom TromeyZipInputStream.java (fill): New method.
1999-05-19 Tom TromeyGZIPOutputStream.java (write(byte[])): New method.
1999-05-19 Tom TromeynatInflater.cc (inflate): Cast `len' to unsigned.
1999-05-18 Warren LevyMakefile.am (ordinary_java_source_files): Added Datagra...
1999-05-18 Tom TromeyZipOutputStream.java (level): Initial value is Deflater...
1999-05-17 Tom TromeynatSystem.cc (init_properties): URL now points to sourc...
1999-05-12 Per BothnerCalendar.java (set): First call computeFields if needed.
1999-05-12 Per BothnerFile.java (mkdirs): Handle a null parent directory.
1999-05-12 Tom Tromeyjavaprims.h: Updated namespace declarations.
1999-05-12 Warren LevyPlainSocketImpl.java: Corrected copyright & header...
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-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-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 Tom TromeyMakefile.in: Rebuilt.
1999-05-05 Per BothnerAdd AWT stubs and incomplete classes.
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-23 Warren LevyMakefile.am: Added URLDecoder and URLEncoder.
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-19 Tom TromeynatSystem.cc (init_properties): Only declare pwd_entry...
1999-04-18 Anthony Green* java/io/PrintStream.java (println): Remove extra...
1999-04-18 Anthony GreenMakefile.in: Rebuilt.
1999-04-16 Per BothnerInputStreamReader.java (<init>): Set super.in correctly.
1999-04-16 Per BothnerInputStreamReader.java (<init>): Set super.in correctly.
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-12 Urban WidmarkDataInputStream.java (readLine): Corrected handling...
1999-04-12 Tom TromeynatSystem.cc (SystemClass): New define.
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 TromeyInitial revision
This page took 0.223984 seconds and 8 git commands to generate.