summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR java.util/47:tromey1999-09-2410-372/+343
* * configure: Rebuilt.tromey1999-09-233-48/+57
* * java/lang/natFirstThread.cc (run): Renamed from `run0'. Removedtromey1999-09-233-20/+7
* * prims.cc (main_init): New function.tromey1999-09-232-15/+25
* * libgcj.spec.in: Use `jc1' spec, not `cc1' spec.tromey1999-09-222-2/+6
* 1999-09-16 Bryce McKinlay <bryce@albatross.co.nz>bryce1999-09-223-1/+12
* * gnu/gcj/convert/Output_UTF8.java (write): Don't exit loop unlesstromey1999-09-212-14/+9
* * include/posix-threads.h (_Jv_MutexDestroy): Usetromey1999-09-212-3/+8
* * java/io/OutputStreamWriter.java (OutputStreamWriter): Revertedtromey1999-09-213-10/+10
* * java/io/OutputStreamWriter.java (OutputStreamWriter): Don'ttromey1999-09-213-6/+17
* * configure: Rebuilt.tromey1999-09-203-50/+58
* * include/java-insns.h: Turned constants into an enum. Addedtromey1999-09-142-228/+236
* * configure: Rebuilt.tromey1999-09-1065-155/+739
* * configure: Rebuilt.tromey1999-09-103-237/+232
* * include/posix-threads.h (_Jv_PthreadCheckMonitor): Revertedtromey1999-09-082-1/+7
* * include/posix-threads.h (_Jv_PthreadCheckMonitor): Changed testtromey1999-09-083-2/+8
* * posix-threads.cc (_Jv_CondWait): pthread_ calls return errortromey1999-09-082-3/+6
* 1999-09-07 Tom Tromey <tromey@cygnus.com>tromey1999-09-083-9/+77
* * configure: Rebuilt.tromey1999-09-035-235/+300
* * include/java-array.h (jobjectArrayjchar): Removed unusedtromey1999-09-022-2/+3
* * java/lang/natClassLoader.cc (_Jv_WaitForState): Calltromey1999-09-022-2/+9
* * include/posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define.tromey1999-09-0210-361/+1402
* * java/lang/natClass.cc: Fixed notification of threadstromey1999-09-022-2/+7
* * java/lang/reflect/Modifier.java (ALL_FLAGS): New constant.tromey1999-09-016-105/+122
* * java/lang/natClassLoader.cc (_Jv_NewClass): Usetromey1999-09-013-16/+21
* * posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.tromey1999-09-013-23/+80
* * ChangeLog: update.krab1999-09-011-0/+6
* * posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.tromey1999-09-015-8/+40
* * Makefile.am (.java.lo): Add rule.krab1999-09-012-1360/+204
* * include/jvm.h (_Jv_makeUtf8TypeConst): Removed unusedtromey1999-09-012-1/+5
* * libjava.toshiba/G19990304_01.out: New file.tromey1999-08-253-0/+24
* * libjava.lang/G19990310_01.out: New file.tromey1999-08-253-0/+29
* * posix-threads.cc: Include <errno.h>.bryce1999-08-252-0/+5
* * boehm.cc: Undefine TRUE and FALSE.tromey1999-08-243-1/+12
* Added missing whitespace in function calls within adaptorsoliva1999-08-222-4/+4
* * posix-threads.cc (_Jv_CondWait): Treat a timeout as a normaltromey1999-08-222-0/+8
* * configure.in: Check for in_addr_t in netinet/in.h too. Checkoliva1999-08-217-48/+117
* Change in_addr_t default to jintoliva1999-08-214-4/+4
* * configure.in: Check types ssize_t and in_addr_t.oliva1999-08-215-27/+220
* * java/lang/natSystem.cc (getpwuid_adaptor): New overloadedoliva1999-08-211-0/+8
* * java/lang/natSystem.cc (getpwuid_adaptor): New overloadedoliva1999-08-212-2/+53
* * interpret.cc (continue1): Implement explicit dispatch table.krab1999-08-206-751/+983
* * java/lang/natThread.cc (class locker): New class.tromey1999-08-192-7/+37
* * java/lang/ThreadGroup.java: Fixed now-erroneous comment.tromey1999-08-183-3/+8
* * include/javaprims.h ("Java"): Regenerated namespace decls.tromey1999-08-182-1/+11
* * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Renamedkrab1999-08-1826-515/+2193
* * java/lang/natThread.cc (sleep): Turn 0 millis and 0 nanos into 1tromey1999-08-183-1/+15
* From Bryce McKinlay:tromey1999-08-173-0/+22
* * configure: Rebuilt.tromey1999-08-163-203/+222
* 1999-08-14 Per Bothner <per@bothner.com>tromey1999-08-145-14/+19