aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/Thread.java
AgeCommit message (Expand)AuthorFilesLines
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay1-2/+0
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner1-24/+18
2001-01-05* java/lang/Thread.java: Update comment.Bryce McKinlay1-6/+3
2000-12-15* java/lang/Thread.java (checkAccess): Now final.Tom Tromey1-1/+1
2000-11-27Makefile.in: Rebuilt.Tom Tromey1-6/+22
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green1-10/+20
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay1-1/+1
2000-06-21ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat...Bryce McKinlay1-1/+1
2000-06-20ThreadGroup.java: Merged with classpath.Bryce McKinlay1-12/+15
2000-05-18Thread.java: Declare `data' as Object, not RawData.Bryce McKinlay1-3/+1
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay1-7/+17
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-24/+2
2000-02-15natThread.cc (dumpStack): Removed.Bryce McKinlay1-1/+5
2000-02-10natNativeThread.cc: New file.Tom Tromey1-6/+5
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-12-27Commit forgotten Thread.java patch.Bryce McKinlay1-4/+13
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey1-1/+3
1999-04-07Initial revisionTom Tromey1-0/+297