More Config::threads to threads::threads changes
[p5sagit/p5-mst-13.2.git] / ext / threads / threads.xs
2001-10-26 Artur Bergman Make new() work exactly like create(). Move from Config...
2001-10-26 Artur Bergman Allocing a TLS in runtime is not too hot.
2001-10-22 Artur Bergman Flush IO buffers before starting a thread, this mimics...
2001-10-20 Nick Ing-Simmons Avoid calling (now non-existant) Perl_sv_setsv(), by...
2001-10-13 Artur Bergman Set thread stack size if needed.
2001-10-13 Artur Bergman We do want to set the attribute to joinable even on...
2001-10-12 Artur Bergman perhaps pthread_attr_t really needs to be set for the...
2001-10-12 Artur Bergman Apperently OLD PTHREADS API is a bit retarded.
2001-10-12 Artur Bergman (void*) the argument to make sure we work with picky...
2001-10-12 Artur Bergman A) Support OLD_PTHREADS_API
2001-09-27 Artur Bergman Flush buffers on thread closedown.
2001-09-26 Artur Bergman Fix negative refcount introduced by #12223.
2001-09-24 Jarkko Hietaniemi Various cleanups.
2001-09-21 Jarkko Hietaniemi Make AIX and Tru64 compilers happy.
2001-09-21 Artur Bergman Attempt to fix solaris issue raised by Andy Dougherty.
2001-09-21 Artur Bergman Rename the *thread* functions to Perl_* to avoid clashes.
2001-09-21 Artur Bergman Add the shared sv space to the global vars.
2001-09-20 Jarkko Hietaniemi Don't use C++ comments.
2001-09-19 H.Merijn Brand Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
2001-09-18 Artur Bergman Adds the thread 0.05 module. It is now moved to the...