aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2001-05-24natString.cc (init): Throw ArrayIndexOutOfBoundsException.Tom Tromey2-8/+16
2001-05-24configure.in: Only allow hash synchronization when POSIX threads are enabled.Tom Tromey4-232/+245
2001-05-24Makefile.in: Rebuilt.Tom Tromey3-2/+5
2001-05-24Revert patch of 2001-05-21:Tom Tromey3-67/+1568
2001-05-24[multiple changes]Tom Tromey25-428/+1890
2001-05-23jv-scan.c (version): Update copyright year.Joseph Myers2-2/+6
2001-05-23Fix cross builds.Anthony Green3-304/+290
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner22-1956/+472
2001-05-21Makefile.am (libgcj_la_DEPENDENCIES): Add $(nat_files).Per Bothner2-5/+11
2001-05-21javaprims.h (_Jv_FormatInt): New declaration.Per Bothner10-40/+98
2001-05-21* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Now public.Tom Tromey2-2/+6
2001-05-21dwarf2-signal.h: New file.Andrew Haley5-283/+378
2001-05-21configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay9-324/+313
2001-05-20ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.254.Alexandre Oliva1-283/+298
2001-05-18posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'Alexandre Petit-Bianco2-2/+7
2001-05-18Makefile.in: Rebuilt.Tom Tromey3-1/+8
2001-05-18[multiple changes]Bryce McKinlay5-7/+22
2001-05-17* Makefile.am (ZIP): The "fastjar" binary is now plain "jar".Per Bothner3-6/+10
2001-05-16SimpleDateFormat.java (parse): Handle non-dst time zones.Tom Tromey2-8/+23
2001-05-15GregorianCalendar.java (computeTime): Only call getTimeZone() once.Tom Tromey2-1/+6
2001-05-14SimpleDateFormat.java (parse): Clear DST_OFFSET and ZONE_OFFSET just before c...Tom Tromey2-2/+9
2001-05-13except.c (choose_personality_routine): Export.Zack Weinberg5-2/+35
2001-05-11configure.in (ia64-*): Don't set SYSDEP_SOURCES.Richard Henderson4-310/+296
2001-05-11exception.cc: Include unwind-pe.h.Richard Henderson2-168/+6
2001-05-11Makefile.in: Rebuilt.Tom Tromey3-3/+450
2001-05-10[multiple changes]Tom Tromey11-399/+2085
2001-05-06Class.h (_Jv_Self): New union type.Bryce McKinlay3-7/+19
2001-05-04Thread_Wait_Interrupt.xfail: New file.Tom Tromey10-9/+78
2001-05-03* libjava.lang/err11.xfail: Removed.Tom Tromey2-1/+4
2001-05-03jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Martin Kahlert2-2/+8
2001-05-03Fix bad checkin.Andrew Haley1-1/+2
2001-05-03libgcj.spec.in (jc1): Add EXCEPTIONSPEC.Andrew Haley1-2/+8
2001-05-03* doc/*.texi: Remove generated documentation.Bryce McKinlay24-18255/+4
2001-05-01libgcj.spec.in (jc1): Add EXCEPTIONSPEC.Andrew Haley4-95/+99
2001-04-30natFile.cc (performSetReadOnly): Fix #ifdef test.Matt Kraai2-2/+7
2001-04-28* java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use _Jv_Malloc.Zack Weinberg2-2/+4
2001-04-28prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.Zack Weinberg3-3/+9
2001-04-27jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Tom Tromey2-5/+17
2001-04-27jni.h (struct JNINativeInterface): Fixed types in Get/Set*ArrayRegion declara...Tom Tromey2-44/+50
2001-04-27libjava.exp (libjava_init): Use UTF-8 encoding.Tom Tromey2-2/+13
2001-04-26configure.in: Obtain THREADS with `gcc -v'.Alexandre Oliva3-355/+287
2001-04-26re PR libgcj/2237 (serialization doesn't throw exception on failure)Bryce McKinlay4-121/+90
2001-04-25natInetAddress.cc (java::net::InetAddress::aton): Wrap use of inet_pton in HA...Kaveh R. Ghazi2-1/+6
2001-04-25Forgot this file on last commit.Bryce McKinlay1-3/+1
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay112-1550/+11880
2001-04-24configure.in (CPPFLAGS): Added builddir and srcdir to CPPFLAGS for libtool te...Alexandre Oliva3-288/+356
2001-04-22Makefile.in: Rebuilt.Tom Tromey1-0/+537
2001-04-22Makefile.in: Rebuilt.Tom Tromey24-72/+304
2001-04-21List.java: Wrote.Tom Tromey3-7/+576
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy4-658/+265