format and other warnings
[p5sagit/p5-mst-13.2.git] / ext / threads / threads.xs
2002-05-10 Robin Barker format and other warnings
2002-05-01 Artur Bergman Cleanup memory a bit better in some cases.
2002-04-28 Artur Bergman Added test cases and fixed some obvious things.
2002-04-27 Artur Bergman Removed last traces of autodetach.
2002-04-22 Artur Bergman End blocks were not run on Win32.
2002-04-21 Artur Bergman Do not unlock mutex twice.
2002-04-21 Artur Bergman Got the last memory leak in the while(1) { threads...
2002-04-20 Artur Bergman Remove auto-detach
2002-04-20 Artur Bergman Really let the update of the link list do something.
2002-04-18 Artur Bergman Port testcases from thr5005 tests so we don't fail...
2002-04-17 Jarkko Hietaniemi As suggested by Arthur: the threads and threads::shared
2002-04-11 Jarkko Hietaniemi Unused variables.
2002-04-03 Nick Ing-Simmons Fix segfaults when mainthread exits with other threads...
2002-02-14 Nick Ing-Simmons Integrate mainline
2002-02-13 Artur Bergman rename mutex to make a bit more sense
2002-02-13 Artur Bergman Track active threads....
2002-02-13 Artur Bergman Do not propagate END blocks to child threads, test.
2002-02-12 Artur Bergman Stop failures if you pass an object, sv_dup might not...
2002-02-12 Artur Bergman Join support, however something wierd seems to happen...
2002-01-26 Nick Ing-Simmons Tinkering with thread cleanup mutex-ing - not the problem
2002-01-22 Nick Ing-Simmons Shared scalars working, some shared array ops working.
2002-01-20 Nick Ing-Simmons threads work again on Win32. (Not threads::shared yet)
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-17 Artur Bergman Simplify the code that duplicates the threads
2001-10-30 Richard Soderberg Mommy, what's a pointer cast?
2001-10-29 Artur Bergman Ugly fix to not die when a thread creator is holding...
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...