summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* ResourceBundle.java (getClassContext): Removed.Bryce McKinlay2001-11-045-95/+66
* defineclass.cc (handleClassBegin): Use Object::class$, not Class::class$, whe...Tom Tromey2001-11-042-2/+7
* natResourceBundle.cc (getClassContext): return array of Class instead of arra...Hans Boehm2001-11-032-1/+6
* * libjava.lang/TLtest.xfail: New file. Needs threads.Bryce McKinlay2001-11-022-0/+5
* HACKING, [...]: Fix spelling errors.Joseph Myers2001-10-3151-92/+126
* jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM.Bryce McKinlay2001-10-302-2/+8
* re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC)Tom Tromey2001-10-292-1/+12
* jni.h (struct JNINativeInterface): Returns jsize, not jint.Tom Tromey2001-10-272-1/+6
* Adler32.java: Use correct class name.Tom Tromey2001-10-262-1/+6
* Oops!Bryce McKinlay2001-10-261-1/+1
* VMClassLoader.java (getPrimitiveClass): Now native.Bryce McKinlay2001-10-2611-36/+37
* re PR java/3096 (GCJ does not increment)Alexandre Petit-Bianco2001-10-253-0/+51
* boehm-gc.h: Call thread local allocation functions if THREAD_LOCAL_ALLOC is d...Hans Boehm2001-10-252-2/+23
* natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf.Bryce McKinlay2001-10-252-3/+7
* Correct date.Loren J. Rittle2001-10-241-1/+1
* configure.in (case $THREADS): Add *-*-freebsd* configuration.Loren J. Rittle2001-10-244-305/+370
* Makefile.in: Rebuilt.Tom Tromey2001-10-2476-101/+4663
* * java/lang/reflect/Field.java: Made many methods private.Tom Tromey2001-10-242-10/+12
* * java/sql/Types.java (Types): New constructor.Tom Tromey2001-10-242-1/+10
* fix include problemAnthony Green2001-10-242-1/+7
* Field.java (Field): New constructor.Tom Tromey2001-10-243-0/+13
* PropertyResourceBundle.java (handleGetObject): Now public.Tom Tromey2001-10-243-4/+9
* * java/io/BufferedWriter.java (localFlush): Don't synchronize.Tom Tromey2001-10-232-5/+7
* BufferedWriter (write (String, int, int)): Remove redundant bounds checks.Bryce McKinlay2001-10-232-6/+4
* Fix typos.Bryce McKinlay2001-10-231-2/+2
* prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ...Bryce McKinlay2001-10-234-9/+30
* GregorianCalendar.java (getGregorianChange): Removed `date' argument.Tom Tromey2001-10-232-1/+6
* JIS0208_to_Unicode.cc: Declare java_exceptions pragma.Bryce McKinlay2001-10-225-0/+13
* Double.java: More Classpath mergingMark Wielaard2001-10-204-19/+42
* BinaryRefAddr.java: New fileMark Wielaard2001-10-1910-52/+823
* BufferedWriter.java (write(String,int,int)): Correctly check bounds.Tom Tromey2001-10-182-2/+5
* Security.java (loadProviders): Removed unused `pname' variable.Tom Tromey2001-10-182-38/+27
* SHA1PRNG.java (engineNextBytes): Rewrote.Tom Tromey2001-10-183-31/+45
* Makefile.in: Rebuilt.Tom Tromey2001-10-185-61/+1163
* Security.java (loadProviders): Added `vendor' argument.Tom Tromey2001-10-182-5/+16
* Security.java (loadProviders): Fix bug in how providers are loaded.Anthony Green2001-10-172-1/+7
* javaprims.h: Updated class list.Tom Tromey2001-10-163-394/+623
* Forgot this file in last commit.Bryce McKinlay2001-10-161-21/+6
* Eliminate use of C++ static constructors.Bryce McKinlay2001-10-1610-62/+132
* * name-finder.cc (_Jv_name_finder::lookup): Check for NULL dli_sname.Bryce McKinlay2001-10-162-1/+7
* [multiple changes]Bryce McKinlay2001-10-1616-1761/+2222
* AccessibleObject.java (checkPermission): Implemented.Tom Tromey2001-10-152-7/+37
* natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro...Hans Boehm2001-10-155-33/+228
* Makefile.in: Rebuilt.Tom Tromey2001-10-154-3/+60
* SocketPermission.java (hostport, actions): Now private.Tom Tromey2001-10-152-3/+8
* Double.java: Partial merge with ClasspathMark Wielaard2001-10-153-84/+795
* * java/lang/SecurityManager.java (SecurityManager): Now public.Tom Tromey2001-10-132-1/+3
* AccessController.java (checkPermission): Now throws AccessControlException.Tom Tromey2001-10-1311-20/+59
* Makefile.in: Rebuilt.Tom Tromey2001-10-127-12/+213
* configure: Rebuilt.Tom Tromey2001-10-113-660/+390