aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
1999-08-01configure.in: Check for bstring.h.Alexandre Oliva6-2/+22
1999-08-01NEWS: Likewise.Tom Tromey3-0/+24
1999-08-01configure.in: Check for struct hostent_data and need for -D_REENTRANT for get...Alexandre Oliva5-84/+268
1999-07-31libjava.exp (bytecompile_file): Use `env(SUN_JAVAC)', that defaults to javac,...Alexandre Oliva3-9/+80
1999-07-31natSystem.cc (arraycopy): Use bcopy if memmove is not available.Alexandre Oliva4-75/+76
1999-07-26natString.cc (substring): optimize where substring is entire String.Bryce McKinlay4-4/+11
1999-07-25* mauve-libgcj: Disable Object Serialization tests.Anthony Green2-0/+7
1999-07-21prims.cc (JvRunMain): Always initialize arithexception.Andrew Haley8-154/+242
1999-07-20DatagramSocket.java (DatagramSocket(int, InetAddress)): Default to using Plai...Warren Levy3-4/+35
1999-07-19* include/stamp-h.in: New file.Tom Tromey2-0/+5
1999-07-15G19990217_02.no-link: New file.Tom Tromey4-10/+58
1999-07-13test.exp: New file.Tom Tromey51-0/+752
1999-07-12mprec.h: Protect definition of uint32_t with #ifndef _UINT32_T.Tom Tromey2-0/+11
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 Tromey2-0/+6
1999-07-07mauve-libgcj: Turn off ClassTest test.Tom Tromey2-6/+7
1999-07-07i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point a...Andrew Haley1-3/+16
1999-07-06* libjava.lang/Final.xfail: Output fails, not exec.Tom Tromey2-1/+3
1999-07-06Final.xfail: New file.Tom Tromey8-23/+120
1999-07-05Final.java: Added.Bryce McKinlay3-0/+26
1999-07-05URL.java (equals): Compare strings using String.equals.Anthony Green2-10/+27
1999-07-02configure: Rebuilt.Warren Levy5-198/+249
1999-07-02Finalize_1.out: Removed.Tom Tromey3-29/+3
1999-07-02Thread_1.out: Updated.Tom Tromey3-2/+8
1999-07-02PlainDatagramSocketImpl.java (ttl): Removed.Warren Levy3-12/+68
1999-07-01String.java (toString): Check for this == null and throw NullPointerException.Bryce McKinlay2-0/+8
1999-07-01[multiple changes]Warren Levy11-22/+47
1999-07-01mauve.exp: Don't stop counting test results prematurely.Anthony Green2-7/+3
1999-07-01Missed changelog entryAnthony Green1-0/+5
1999-07-01mauve.exp: Don't stop counting test results just because the harness returns ...Anthony Green1-4/+0
1999-07-01i386-signal.h: Replace sigaction () with __sigaction ().Andrew Haley2-2/+8
1999-06-25libjava.exp (test_libjava_from_javac): Fixed typo.Tom Tromey2-2/+6
1999-06-25libjava.exp (test_libjava_from_javac): Prepend `$objdir/' to class file names.Tom Tromey2-2/+10
1999-06-24[multiple changes]Tom Tromey3-16/+20
1999-06-24[multiple changes]Tom Tromey31-525/+613
1999-06-24libjava.exp (libjava_arguments): If `libtool' not found in build tree, just u...Tom Tromey2-0/+10
1999-06-23* lib/libjava.exp (libjava_arguments): Handle -lzgcj.Tom Tromey2-0/+14
1999-06-23InflaterInputStream.java (read): Throw ZipException if inflater throws a Data...Tom Tromey2-1/+13
1999-06-23DatagramSocketImpl.java (localPort): Fixed typo to match JDK.Warren Levy9-12/+26
1999-06-21ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.Tom Tromey2-0/+7
1999-06-21Makefile.in: Rebuilt.Tom Tromey5-36/+65
1999-06-18natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned Ine...Bryce McKinlay3-6/+18
1999-06-17natPlainSocketImpl.cc (bind): Bind to any/all network interfaces if host==NULL.Bryce McKinlay7-51/+92
1999-06-15FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs.Bryce McKinlay2-2/+9
1999-06-14* posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.Bryce McKinlay2-7/+11
1999-06-11* mauve-libgcj: Activated java.net Mauve tests.Warren Levy2-1/+4
1999-06-11natInetAddress.cc (aton): Fix typos.Bryce McKinlay2-18/+31
1999-06-10DecimalFormat.java: Throw IllegalArgumentException throughout rather than Par...Warren Levy2-28/+33
1999-06-10FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundExceptio...Warren Levy4-7/+17
1999-06-09Runtime.java (exec): Convert prog name and arguments to string array.Bryce McKinlay4-33/+87