This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Problem fixed with detached threads reported by Stacy Maughan
[perl5.git] / ext / threads / threads.xs
2002-07-11 Artur BergmanProblem fixed with detached threads reported by Stacy...
2002-07-10 Artur BergmanMakes list skip the main thread.
2002-06-09 Jarkko Hietaniemi"thread failed to start: " is better than "Died:".
2002-06-08 Artur BergmanFix for bug [ID 20020602.007].
2002-05-16 Dave MitchellRe: [PATCH] allow use threads qw(yield)
2002-05-14 Dave Mitchellallow use threads qw(yield)
2002-05-12 Jarkko HietaniemiReword the "threads still running" cleanup message.
2002-05-10 Robin Barkerformat and other warnings
2002-05-01 Artur BergmanCleanup memory a bit better in some cases.
2002-04-28 Artur BergmanAdded test cases and fixed some obvious things.
2002-04-27 Artur BergmanRemoved last traces of autodetach.
2002-04-22 Artur BergmanEnd blocks were not run on Win32.
2002-04-21 Artur BergmanDo not unlock mutex twice.
2002-04-21 Artur BergmanGot the last memory leak in the while(1) { threads...
2002-04-20 Artur BergmanRemove auto-detach
2002-04-20 Artur BergmanReally let the update of the link list do something.
2002-04-18 Artur BergmanPort testcases from thr5005 tests so we don't fail...
2002-04-17 Jarkko HietaniemiAs suggested by Arthur: the threads and threads::shared
2002-04-11 Jarkko HietaniemiUnused variables.
2002-04-03 Nick Ing-SimmonsFix segfaults when mainthread exits with other threads...
2002-02-14 Nick Ing-SimmonsIntegrate mainline
2002-02-13 Artur Bergmanrename mutex to make a bit more sense
2002-02-13 Artur BergmanTrack active threads....
2002-02-13 Artur BergmanDo not propagate END blocks to child threads, test.
2002-02-12 Artur BergmanStop failures if you pass an object, sv_dup might not...
2002-02-12 Artur BergmanJoin support, however something wierd seems to happen...
2002-01-26 Nick Ing-SimmonsTinkering with thread cleanup mutex-ing - not the problem
2002-01-22 Nick Ing-SimmonsShared scalars working, some shared array ops working.
2002-01-20 Nick Ing-Simmonsthreads work again on Win32. (Not threads::shared yet)
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2002-01-17 Artur BergmanSimplify the code that duplicates the threads
2001-10-30 Richard SoderbergMommy, what's a pointer cast?
2001-10-29 Artur BergmanUgly fix to not die when a thread creator is holding...
2001-10-26 Artur BergmanMake new() work exactly like create(). Move from Config...
2001-10-26 Artur BergmanAllocing a TLS in runtime is not too hot.
2001-10-22 Artur BergmanFlush IO buffers before starting a thread, this mimics...
2001-10-20 Nick Ing-SimmonsAvoid calling (now non-existant) Perl_sv_setsv(), by...
2001-10-13 Artur BergmanSet thread stack size if needed.
2001-10-13 Artur BergmanWe do want to set the attribute to joinable even on...
2001-10-12 Artur Bergmanperhaps pthread_attr_t really needs to be set for the...
2001-10-12 Artur BergmanApperently 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 BergmanA) Support OLD_PTHREADS_API
2001-09-27 Artur BergmanFlush buffers on thread closedown.
2001-09-26 Artur BergmanFix negative refcount introduced by #12223.
2001-09-24 Jarkko HietaniemiVarious cleanups.
2001-09-21 Jarkko HietaniemiMake AIX and Tru64 compilers happy.
2001-09-21 Artur Bergman Attempt to fix solaris issue raised by Andy Dougherty.
2001-09-21 Artur BergmanRename the *thread* functions to Perl_* to avoid clashes.
2001-09-21 Artur BergmanAdd the shared sv space to the global vars.
2001-09-20 Jarkko HietaniemiDon't use C++ comments.
2001-09-19 H.Merijn BrandRe: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
2001-09-18 Artur BergmanAdds the thread 0.05 module. It is now moved to the...