aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
1999-08-18* include/javaprims.h ("Java"): Regenerated namespace decls.Tom Tromey1-0/+4
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup1-0/+64
1999-08-18natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano.Tom Tromey1-0/+7
1999-08-16configure: Rebuilt.Tom Tromey1-0/+6
1999-08-14resolve.cc (_Jv_PrepareClass): Use ClassLoader::resolveClass0.Per Bothner1-0/+8
1999-08-12javaprims.h (TRUE, FALSE): Redefine as themselves.Alexandre Oliva1-0/+4
1999-08-11BitSet.java (set, [...]): specify "1" constant as long.Bryce McKinlay1-0/+5
1999-08-10[multiple changes]Anthony Green1-0/+36
1999-08-09configure.in (sched_yield): Try librt first, then libposix4.Rainer Orth1-0/+5
1999-08-09* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.Anthony Green1-0/+4
1999-08-09defineclass.cc (_Jv_VerifyClassName): Verify array names correctly.Anthony Green1-2/+7
1999-08-08[multiple changes]Anthony Green1-0/+129
1999-08-06configure: Rebuilt.Tom Tromey1-0/+5
1999-08-06Locale.java (CHINESE, [...]): New locales.Mojo Jojo1-0/+8
1999-08-05configure.in: Also do AC_SUBST for DIVIDESPEC.Per Bothner1-0/+4
1999-08-03aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey1-0/+4
1999-08-03natFile.cc (performMkdir): Remove FIXME.Bryce McKinlay1-0/+2
1999-08-03ServerSocket.java: Define ANY_IF.Bryce McKinlay1-0/+8
1999-08-03boehm.cc (_Jv_RegisterFinalizer): Cast eth' to GC_PTR.Bryce McKinlay1-0/+5
1999-08-01configure.in: Check for bstring.h.Alexandre Oliva1-0/+7
1999-08-01NEWS: Likewise.Tom Tromey1-0/+5
1999-08-01configure.in: Check for struct hostent_data and need for -D_REENTRANT for get...Alexandre Oliva1-0/+8
1999-07-31natSystem.cc (arraycopy): Use bcopy if memmove is not available.Alexandre Oliva1-0/+6
1999-07-26natString.cc (substring): optimize where substring is entire String.Bryce McKinlay1-0/+7
1999-07-25* mauve-libgcj: Disable Object Serialization tests.Anthony Green1-0/+4
1999-07-20DatagramSocket.java (DatagramSocket(int, InetAddress)): Default to using Plai...Warren Levy1-0/+6
1999-07-19* include/stamp-h.in: New file.Tom Tromey1-0/+4
1999-07-12mprec.h: Protect definition of uint32_t with #ifndef _UINT32_T.Tom Tromey1-0/+5
1999-07-07i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point a...Andrew Haley1-0/+7
1999-07-07mauve-libgcj: Explicitly enable formerly disabled java.text tests.Tom Tromey1-0/+3
1999-07-07mauve-libgcj: Turn off ClassTest test.Tom Tromey1-0/+5
1999-07-05URL.java (equals): Compare strings using String.equals.Anthony Green1-0/+5
1999-07-02configure: Rebuilt.Warren Levy1-0/+10
1999-07-02PlainDatagramSocketImpl.java (ttl): Removed.Warren Levy1-0/+7
1999-07-01String.java (toString): Check for this == null and throw NullPointerException.Bryce McKinlay1-0/+5
1999-07-01[multiple changes]Warren Levy1-0/+20
1999-07-01i386-signal.h: Replace sigaction () with __sigaction ().Andrew Haley1-0/+6
1999-06-24[multiple changes]Tom Tromey1-0/+5
1999-06-24[multiple changes]Tom Tromey1-0/+21
1999-06-23InflaterInputStream.java (read): Throw ZipException if inflater throws a Data...Tom Tromey1-0/+5
1999-06-23DatagramSocketImpl.java (localPort): Fixed typo to match JDK.Warren Levy1-0/+14
1999-06-21ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.Tom Tromey1-0/+3
1999-06-21Makefile.in: Rebuilt.Tom Tromey1-0/+8
1999-06-18natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned Ine...Bryce McKinlay1-0/+10
1999-06-17natPlainSocketImpl.cc (bind): Bind to any/all network interfaces if host==NULL.Bryce McKinlay1-1/+20
1999-06-15FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs.Bryce McKinlay1-0/+6
1999-06-14* posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.Bryce McKinlay1-1/+6
1999-06-11* mauve-libgcj: Activated java.net Mauve tests.Warren Levy1-0/+4
1999-06-11natInetAddress.cc (aton): Fix typos.Bryce McKinlay1-0/+8
1999-06-10DecimalFormat.java: Throw IllegalArgumentException throughout rather than Par...Warren Levy1-0/+2