This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Argument sanity checking.
[perl5.git] / ext / threads / threads.xs
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-06-07 Artur BergmanMajor (internal) change to make it much more easy to...
2003-06-05 Jarkko HietaniemiEven more getspecific patches from Brian De Pradine;
2003-06-05 Jarkko Hietaniemiz/OS threads tweak from Brian De Pradine.
2003-06-03 Jarkko HietaniemiAccording to Arthur this should help
2003-05-24 Jarkko HietaniemiAdd a real scan for pthread_attr_setscope().
2003-05-19 Jarkko HietaniemiNekkid numbers.
2003-05-19 Jarkko HietaniemiMeaningless cosmetics.
2003-05-19 Jarkko HietaniemiMake Perl_ithread_self() a bit more helpful when
2003-05-19 Jarkko HietaniemiSlightly wrong panic messages.
2003-05-19 Craig A. BerryBased on
2003-05-01 Jarkko Hietaniemiz/OS: More threaded build tweaks from Brian De Pradine--
2003-04-21 Artur BergmanFixes bug #17043, resets PL_srand_called before the...
2003-04-16 Artur BergmanFix double join problem for those places where free
2003-04-13 Artur BergmanFix bug #16253, use all the CPU that we can :-)
2003-04-02 Jarkko HietaniemiMake at least the thread count make sense.
2003-04-01 Ilya ZakharevichIntegrate:
2003-02-01 Artur BergmanFix bug #15837, temporary from storable call hadn't...
2003-02-01 Artur BergmanDon't free thread before using it, breaks platforms...
2003-01-04 Jarkko HietaniemiOne more (or, rather, less) //.
2003-01-04 Jarkko HietaniemiIntegrate from maintperl:
2003-01-03 Artur BergmanFixes bug #15273, the return of the object caused
2003-01-03 Artur BergmanFake what context we are running in for CLONE and DESTR...
2002-11-19 Dave Mitchelltrivial typo
2002-07-11 Artur BergmanDon't set the context to the running thread before
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...