1. 25 Jul, 2006 9 commits
  2. 24 Jul, 2006 15 commits
  3. 23 Jul, 2006 7 commits
  4. 22 Jul, 2006 7 commits
  5. 21 Jul, 2006 2 commits
    • random: Make include guards consistent. · 76b4581d
      2006-07-21  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/tr1/random: Make include guards consistent.
      	* include/tr1/unordered_map: Same.
      	* include/tr1/hashtable: Same.
      	* include/tr1/unordered_set: Same.
      
      From-SVN: r115656
      Benjamin Kosnik committed
    • boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the contents. · 303f32cc
              * boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration,
              just the contents.
              (_Jv_ResumeThread): Likewise.
              * posix-threads.cc: Revert 2006-06-19 _Jv_ThreadDebugSuspend,
              _Jv_ThreadDebugResume, _Jv_ThreadDebugSuspendCount patch. Moving
              to JVMTI instead.
              * include/posix-threads.h: Likewise.
              * win32-threads.cc: Likewise.
              * include/win32-threads.h: Likewise.
              * jvmti.cc (_Jv_JVMTI_SuspentThread): New function.
              (_Jv_JVMTI_ResumeThread): New function.
              (_Jv_JVMTI_Interface): Define SuspendThread and ResumeThread.
      
      From-SVN: r115655
      Keith Seitz committed