summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am (all-recursive): Depend on $all_java_class_files so that they bui...Bryce McKinlay2002-05-233-35/+28
* re PR java/6729 (Compiler error causing break of java.lang.Character.isWhites...Bryce McKinlay2002-05-232-0/+2
* Test case for PR 6729.Bryce McKinlay2002-05-232-0/+17
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2002-05-165-21/+28
* natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey2002-05-143-11/+19
* re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey2002-05-139-696/+1852
* SentenceBreakIterator.java (next): Skip all java white space characters.Mark Wielaard2002-05-122-19/+20
* * jni.cc (_Jv_JNIFunctions): Fixed typo.Tom Tromey2002-05-102-1/+3
* ResourceBundle.java: New version from Classpath.Tom Tromey2002-05-093-644/+770
* re PR target/6429 (libgcc_s problem on dual 32/64-bit arches)Jakub Jelinek2002-05-092-7/+33
* jcf-write.c (write_classfile): Write the file to a temporary file and then re...Mark Mitchell2002-05-083-117/+53
* libjava.exp (test_libjava_from_javac): Append .exe to executable names.David Billinghurst2002-05-082-1/+9
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se...Alexandre Oliva2002-05-083-311/+331
* * java/lang/natString.cc (unintern): Fixed typo.Tom Tromey2002-05-072-2/+6
* libjava.exp (libjava_arguments): Don't link with -no-install on *-*-cygwin*.David Billinghurst2002-05-062-1/+9
* libjava.exp (test_libjava_from_source): Add comment explaining last patch.David Billinghurst2002-05-052-0/+8
* For PR java/6519:Mark Wielaard2002-05-043-0/+25
* libjava.exp (test_libjava_from_source): Append .exe to executable names.David Billinghurst2002-05-042-0/+8
* natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.David Billinghurst2002-05-038-325/+340
* Suggested by Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>Alexandre Oliva2002-05-033-78/+111
* dwarf2-signal.h (INIT_SEGV, [...]): use sigaction instead of __libc_sigaction.Hans Boehm2002-05-032-11/+10
* libjava.exp (libjava_find_spec): New function.Rainer Orth2002-05-022-4/+36
* re PR bootstrap/6525 (libjava won't build on Red Hat Linux 6.2/sparc)David S. Miller2002-05-022-2/+94
* natPlainSocketImpl.cc: Include sys/ioctl.h and sys/filio.h, if present.Jerome Marc2002-05-022-0/+17
* re PR libgcj/6301 (gij -jar does not work)Tom Tromey2002-04-302-2/+12
* ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.Gerhard Tonn2002-04-292-0/+8
* natFileDescriptorWin32.cc (open): Move file pointer to end of file in APPEND ...Adam King2002-04-292-0/+12
* * .cvsignore: Remove files that are present in CVS.Mark Mitchell2002-04-282-6/+7
* re PR target/6422 (libjava failures on sparc-linux)David S. Miller2002-04-262-14/+27
* verify.cc (construct_primitive_array_type): New case.Tom Tromey2002-04-266-3/+81
* natCore.cc (create): Use __builtin_alloca, and compute correct length of UTF-...Tom Tromey2002-04-242-3/+17
* win32.cc, win32.cc (backtrace): Added this function because Win32 does not su...Adam Megacz2002-04-243-0/+33
* dwarf2-signal.h (MAKE_THROW_FRAME, sparc32): Document magic instruction readi...David S. Miller2002-04-222-0/+7
* re PR java/6391 (Constant float to int conversions don't use ieee_real_to_int...Mark Wielaard2002-04-214-0/+17
* dwarf2-signal.h (SIGNAL_HANDLER): Name siginfo_t pointer arg.David S. Miller2002-04-217-8/+204
* configure: Rebuilt.Hans Boehm2002-04-203-313/+401
* File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat...Adam King2002-04-182-0/+10
* negzero.java: New.Mark Wielaard2002-04-173-0/+15
* re PR libgcj/6081 (libjava make install fails: Arg list too long)Tom Tromey2002-04-166-35/+63
* natFileWin32.cc (performList): Return the correct array type.Adam King2002-04-162-31/+35
* configure.in: Allow building in $srcdir.DJ Delorie2002-04-153-232/+239
* natPlainDatagramSocketImpl.cc (close): Set timeout to 0.Mark Wielaard2002-04-153-0/+7
* Connection.java (usingProxy): return false.Mark Wielaard2002-04-152-1/+5
* natDouble.cc (parseDouble): Allow a number to end with the f/F/d/D modifiers.Adam King2002-04-152-1/+16
* re PR libgcj/6302 (http URLConnection does not support HTTP/1.1 (and chunked ...Mark Wielaard2002-04-142-0/+8
* re PR libgcj/6293 (PipedInputStream.close() does not notify writer (Mauve test))Mark Wielaard2002-04-142-0/+12
* Fix botch in last commit.Anthony Green2002-04-122-2/+2
* Install libgcj.jar as libgcj-VERSION.jar.Anthony Green2002-04-1210-312/+327
* SyncGlobal.java, [...]: New test case.Loren J. Rittle2002-04-123-0/+37
* configure.host: Set can_unwind_signal on hosts which support it.Bryce McKinlay2002-04-124-328/+347