OSDN Git Service

* Makefile.in (c-decl.o): Depends on defaults.h.
[pf3gnuchains/gcc-fork.git] / libjava / java /
1999-08-03 bryce * java/io/natFile.cc (performMkdir): Remove...
1999-08-03 bryce * java/net/ServerSocket.java: Define ANY_IF.
1999-08-01 tromey1999-08-01 Alexandre Oliva <oliva@dcc.unicamp.br>
1999-08-01 tromey1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1999-07-31 tromey1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1999-07-26 bryce1999-07-22 Bryce McKinlay <bryce@albatross.co.nz>
1999-07-20 warrenl * java/net/DatagramSocket.java (DatagramSocket(int...
1999-07-12 tromey * java/lang/mprec.h: Protect definition of uint32_t...
1999-07-05 green * java/net/URL.java (equals): Compare strings using...
1999-07-02 warrenl * configure: Rebuilt.
1999-07-02 warrenl * java/net/PlainDatagramSocketImpl.java (ttl): Removed.
1999-07-01 bryce1999-07-01 Bryce McKinlay <bryce@albatross.co.nz>
1999-07-01 warrenl1999-07-01 Warren Levy <warrenl@cygnus.com>
1999-06-24 tromey1999-06-24 Tom Tromey <tromey@cygnus.com>
1999-06-24 tromeyFri May 28 22:20:03 1999 Anthony Green <green@cygnus...
1999-06-23 tromey * java/util/zip/InflaterInputStream.java (read): Throw
1999-06-23 warrenl * java/net/DatagramSocketImpl.java (localPort): Fixed...
1999-06-21 tromey * java/lang/ieeefp.h (__IEEE_LITTLE_ENDIAN): Define...
1999-06-18 bryce * java/net/natInetAddress.cc (lookup): Preserve...
1999-06-17 bryce * java/net/natPlainSocketImpl.cc (bind): Bind...
1999-06-15 bryce * java/io/FilterOutputStream.java (write(byte...
1999-06-11 bryce * java/net/natInetAddress.cc (aton): Fix typos.
1999-06-10 warrenl * java/text/DecimalFormat.java: Throw IllegalArgumentE...
1999-06-10 warrenl1999-06-10 Warren Levy <warrenl@cygnus.com>
1999-06-09 bryce * java/lang/Runtime.java (exec): Convert prog name...
1999-06-03 warrenl1999-06-02 Warren Levy <warrenl@cygnus.com>
1999-05-28 warrenl * java/net/DatagramSocket.java (laddr): Removed.
1999-05-26 warrenl1999-05-26 Bryce McKinlay <bryce@albatross.co.nz>
1999-05-24 tromey * java/util/ResourceBundle.java (getBundle): Throw
1999-05-22 tromey * java/util/zip/ZipInputStream.java (fill): New method.
1999-05-19 tromey * java/util/zip/GZIPOutputStream.java (write(byte...
1999-05-19 tromey * java/util/zip/natInflater.cc (inflate): Cast `len...
1999-05-18 warrenl * Makefile.am (ordinary_java_source_files): Added...
1999-05-18 tromey * java/util/zip/ZipOutputStream.java (level): Initial...
1999-05-17 tromey * java/lang/natSystem.cc (init_properties): URL now...
1999-05-12 bothnerx
1999-05-12 bothnerh
1999-05-12 tromey * include/javaprims.h: Updated namespace declarations.
1999-05-12 warrenl * java/net/PlainSocketImpl.java: Corrected copyright...
1999-05-10 tromey * java/io/InputStreamReader.java (read): If length...
1999-05-10 tromey * java/io/RandomAccessFile.java (RandomAccessFile...
1999-05-10 tromey * java/lang/natObject.cc (sync_init): Use _Jv_AllocByt...
1999-05-10 tromey * java/awt/natToolkit.cc: Added copyright header.
1999-05-10 tromey * java/util/ResourceBundle.java (partialGetBundle...
1999-05-08 green * java/text/DateFormat.java (computeInstance): Separat...
1999-05-07 tromey * acconfig.h (GCJVERSION): New undef.
1999-05-07 tromey * java/lang/natCharacter.cc (isLowerCase): Use a binar...
1999-05-06 bothner
1999-05-06 bothner*** empty log message ***
1999-05-06 bothner
1999-05-06 bothner8
1999-05-06 bothnere
1999-05-06 bothneru
1999-05-05 tromey * Makefile.in: Rebuilt.
1999-05-05 bothnerAdd AWT stubs and incomplete classes.
1999-04-30 tromey * java/lang/StringBuffer.java (ensureCapacity): Don...
1999-04-26 tromey * natCollator.cc: New file.
1999-04-26 tromey * java/util/GregorianCalendar.java (setDefaultTime...
1999-04-23 warrenl * Makefile.am: Added URLDecoder and URLEncoder.
1999-04-21 tromey * java/lang/natString.cc (getBytes): Reverted earlier...
1999-04-21 tromey * java/lang/String.java: Don't throw
1999-04-21 tromey * java/lang/natString.cc (getBytes): Correctly size...
1999-04-19 tromey * java/lang/natSystem.cc (init_properties): Only decla...
1999-04-18 green * java/io/PrintStream.java (println): Remove extra...
1999-04-18 green * Makefile.in: Rebuilt.
1999-04-16 bothner
1999-04-16 bothner
1999-04-15 warrenl * Makefile.am (ordinary_java_source_files): Added...
1999-04-14 tromey * java/net/natInetAddress.cc (lookup): On glibc2.0...
1999-04-14 aph1999-04-14 Andrew Haley <aph@cygnus.com>
1999-04-13 tromey * java/lang/natSystem.cc (arraycopy): Don't always...
1999-04-12 warrenl1999-04-12 Urban Widmark <urban@svenskatest.se>
1999-04-12 tromey * java/lang/natSystem.cc (SystemClass): New define.
1999-04-08 tromey1999-04-08 Geoff Berry <gcb@gnu.org>
1999-04-08 tromey * java/lang/Long.java (parseLong): Corrected overflow...
1999-04-08 tromey * java/io/PrintStream.java (print): Handle null string...
1999-04-07 warrenl * java/lang/natString.cc (init(jbyteArray,jint,jint...
1999-04-07 tromeyInitial revision