1. 19 Feb, 2007 11 commits
  2. 18 Feb, 2007 21 commits
  3. 17 Feb, 2007 6 commits
  4. 16 Feb, 2007 2 commits
    • trans.c (call_to_gnu): Use build_call_list instead of build3 to build the call expression. · 9f3432b8
      	* trans.c (call_to_gnu):  Use build_call_list instead of build3 to
      	build the call expression.
      	(gnat_stabilize_reference_1): Handle tcc_vl_exp.
      	* utils.c (max_size) <tcc_exceptional>: Delete.
      	<tcc_vl_exp>: New case.
      	<tcc_expression>: Delete CALL_EXPR subcase.
      	(build_global_cdtor): Use build_call_nary instead of build3.
      	* utils2.c (build_call_1_expr): Likewise.
      	(build_call_2_expr): Likewise.
      	(build_call_0_expr): Likewise.
      	(build_call_alloc_dealloc): Likewise.
      
      
      Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
      
      From-SVN: r122058
      Eric Botcazou committed
    • Thread.java (Thread(ThreadGroup, Runnable, String)): Pass new parameter constructor. · 599b39ce
      	* java/lang/Thread.java (Thread(ThreadGroup, Runnable, String)): Pass
      	new parameter constructor.
      	(Thread(ThreadGroup, Runnable, String, long)): Same.
      	(Thread(String, boolean)): New constructor.
      	(Thread(Thread, ThreadGroup, Runnable, String): Add parameter
      	noInheritableThreadLocal, don't call
      	InheritableThreadLocal.newChildThread if set.
      	* java/lang/PosixProcess.java(ProcessManager()): Set
      	noInheritableThreadLocal in super.
      	* java/lang/natThread.cc (_Jv_AttachCurrentThread): Pass new
      	parameter to Thread constructor.
      	(_Jv_AttachCurrentThreadAsDaemon): Same.
      	* java/lang/Thread.h: Regenerate.
      	* classpath/lib/java/lang/Thread.class: Same.
      	* classpath/lib/java/lang/PosixProcess$EOFInputStream.class: Same.
      	* classpath/lib/java/lang/PosixProcess.class: Same.
      	* classpath/lib/java/lang/Thread$State.class: Same.
      	* classpath/lib/java/lang/PosixProcess$ProcessManager.class: Same.
      
      From-SVN: r122054
      David Daney committed