aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
1999-09-30README: New file.releases/libgcj-2.95Bryce McKinlay1-0/+4
1999-09-30This commit was manufactured by cvs2svn to create branchBryce McKinlay1-0/+47
1999-09-10configure: Rebuilt.Tom Tromey3-4/+10
1999-08-22Added missing whitespace in function calls within adaptorsAlexandre Oliva2-2/+4
1999-08-21configure.in: Check for in_addr_t in netinet/in.h too.Alexandre Oliva7-51/+120
1999-08-21Change in_addr_t default to jintAlexandre Oliva4-4/+4
1999-08-21configure.in: Check types ssize_t and in_addr_t.Alexandre Oliva6-30/+224
1999-08-21natPlainDatagramSocketImpl.cc: Include sys/select.h only when configure finds...Alexandre Oliva3-0/+8
1999-08-21natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva3-43/+63
1999-08-09configure.in (sched_yield): Try librt first, then libposix4.Rainer Orth2-87/+91
1999-08-06configure: Rebuilt.Tom Tromey3-78/+136
1999-08-04Updated THANKSTom Tromey1-0/+2
1999-08-03configure.in (CXXFLAGS): The buggy g++ -g work-around was buggy itself...Alexandre Oliva3-4/+10
1999-08-03* aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey5-774/+231
1999-08-01configure: Rebuilt.Tom Tromey5-220/+214
1999-08-01[multiple changes]Tom Tromey8-4/+30
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-87/+271
1999-08-01javaprims.h (TRUE, FALSE): Redefine as themselves.Alexandre Oliva2-0/+9
1999-07-31configure.in: Check for gcc 2.95 -g jboolean bug...Alexandre Oliva6-5/+109
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-205/+217
1999-07-28mauve-libgcj: Disable Object Serialization tests.Anthony Green2-0/+7
1999-07-20* include/stamp-h.in: New file.Tom Tromey2-1/+4
1999-07-20This commit was manufactured by cvs2svn to create branchNo Author1-0/+1
1999-07-12mprec.h: Protect definition of uint32_t with #ifndef _UINT32_T.Tom Tromey2-0/+11
1999-07-08mauve-libgcj: Omit InetAddressTest.Tom Tromey2-1/+6
1999-07-07* mauve-libgcj: Omit SocketTest and URLConnectionTest.Tom Tromey2-0/+4
1999-07-07* mauve-libgcj: Turn off many tests which are known to fail.Tom Tromey2-0/+24
1999-07-07i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point a...Andrew Haley2-3/+23
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-06* libjava.lang/Final.xfail: Output fails, not exec.Tom Tromey2-1/+3
1999-07-06Throw_1.xfail: New file.Tom Tromey4-0/+7
1999-07-06[multiple changes]Tom Tromey4-56/+140
1999-07-06This commit was manufactured by cvs2svn to create branchNo Author6-0/+25
1999-07-02Finalize_1.out: Removed.Tom Tromey3-29/+3
1999-07-02Thread_1.out: Updated.Tom Tromey3-192/+8
1999-07-01mauve.exp: Don't stop counting test results prematurely.Anthony Green2-7/+3
1999-07-01mauve.exp: Don't stop counting test results just because the harness returns ...Anthony Green2-4/+5
1999-07-01i386-signal.h: Replace sigaction () with __sigaction ().Andrew Haley2-2/+8
1999-06-24[multiple changes]Tom Tromey3-463/+20
1999-06-24[multiple changes]Tom Tromey31-4876/+585
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