summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 1999-08-12 Alexandre Oliva <oliva@dcc.unicamp.br>tromey1999-08-122-0/+12
* * java/util/BitSet.java (set, clear, hashCode): specify "1" constantbryce1999-08-112-3/+8
* Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>green1999-08-1017-464/+471
* Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>tromey1999-08-093-219/+217
* * libjava.lang/Primes.java: New file.green1999-08-093-0/+269
* * gnu/gcj/util/path/SearchPath.java: Comment out verbose output.green1999-08-092-2/+6
* * defineclass.cc (_Jv_VerifyClassName): Verify array namesgreen1999-08-092-2/+15
* 1999-08-09 Anthony Green <green@cygnus.com>green1999-08-0842-592/+8335
* * configure: Rebuilt.tromey1999-08-063-75/+133
* 1999-08-06 Mojo Jojo <mojojojo@pacbell.net>tromey1999-08-062-5/+39
* 1999-08-04 Per Bothner <per@bothner.com>tromey1999-08-053-33/+40
* Updated THANKStromey1999-08-041-0/+2
* * aclocal.m4, configure: Rebuilt for new libtool.tromey1999-08-035-849/+288
* * java/io/natFile.cc (performMkdir): Remove FIXME.bryce1999-08-033-3/+3
* * java/net/ServerSocket.java: Define ANY_IF.bryce1999-08-037-24/+23