This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Added test cases and fixed some obvious things.
[perl5.git] / ext / threads /
2002-04-28 Artur BergmanAdded test cases and fixed some obvious things.
2002-04-27 Artur BergmanRemoved last traces of autodetach.
2002-04-27 Artur BergmanAhem, look another way.
2002-04-27 Artur BergmanAdd test numbers to make "make test" happy. Order is...
2002-04-27 Artur BergmanFixed race condtions and deadlocks in interaction with
2002-04-27 Artur BergmanSaving locks after we set it to 0 was kind of pointless.
2002-04-22 Artur BergmanEnd blocks were not run on Win32.
2002-04-21 Artur BergmanDo not unlock mutex twice.
2002-04-21 Jarkko HietaniemiDo not assume that io buffer flushing happens in the...
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-16 Artur BergmanAdded queue.pm and test case, still disabled because...
2002-04-15 Artur BergmanAdd support for my $foo : shared;
2002-04-15 Artur BergmanTest arrays containing references, and references to...
2002-04-11 Jarkko HietaniemiUnused variables.
2002-04-04 Slaven Rezicleft-over "use 5.7.2" in threads.pm
2002-04-03 Jarkko HietaniemiDetached threads do not help; they still hold resources.
2002-04-03 Jarkko HietaniemiDocument the "Cleanup skipped ..." warning.
2002-04-03 Nick Ing-SimmonsFix segfaults when mainthread exits with other threads...
2002-03-19 Robert Spier[DOC PATCH] end.t (was RE: perl@15300 )
2002-03-04 Jarkko HietaniemiIntegrate perlio:
2002-03-04 Nick Ing-SimmonsRemove debugging assert
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-02-08 Artur BergmanStart testing for safe localtime functions, TODO, test...
2002-01-28 Nick Ing-Simmons1st attempt at skipping broke threads case.
2002-01-28 Nick Ing-SimmonsSkip new threads::shared test unless -Duseithreads
2002-01-26 Nick Ing-SimmonsTinkering with thread cleanup mutex-ing - not the problem
2002-01-25 Nick Ing-Simmonsthreads::shared tidy up:
2002-01-23 Nick Ing-SimmonsSvTEMP_off to stop private PV's being stolen and stored...
2002-01-23 Nick Ing-Simmonsthread::shared nearly working again - remaining issue
2002-01-22 Nick Ing-SimmonsImplement recursive lock and use of scope for PL_shared...
2002-01-22 Nick Ing-SimmonsShared scalars working, some shared array ops working.
2002-01-21 Nick Ing-SimmonsXS side of new threads::shared designed, coded and...
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
2002-01-09 Jarkko HietaniemiThinko.
2002-01-09 Jarkko HietaniemiAdd a threads stress test for regular expressions
2002-01-04 Andy Busseythreads::shared doc
2002-01-02 Andy Busseythreads::shared disabling
2001-11-16 Jarkko HietaniemiMake Thread a wrapper for both ithreads and 5005threads.
2001-11-12 Jeffrey Friedla few typo fixes
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-28 Artur BergmanUpdate documentation.
2001-10-28 Artur BergmanManpage updates.
2001-10-28 Artur BergmanAnd here we use the prototypes.
2001-10-26 Artur BergmanGet the new functions right, do not export lock since...
2001-10-26 Artur BergmanAnd then finally cond_wait cond_signal and cond_broadca...
2001-10-26 Artur BergmanMore Config::threads to threads::threads changes
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-26 Artur BergmanDon't display debug data.
2001-10-26 Artur BergmanExtend support of change #12672 to support arrays and...
2001-10-26 Artur BergmanFix case where shared reference does not exist in curre...
2001-10-26 Artur BergmanSupport for references in shared arrays.
2001-10-26 Artur BergmanAdd tests for references in hashes.
2001-10-25 Andy DoughertyOmit needless calls to pod2man (perl@12641)
2001-10-25 Artur BergmanAdd support for reference members of hashes.
2001-10-25 Artur BergmanTests shared hashes.
2001-10-25 Artur BergmanFix threadcounts for arrays and hashes.
2001-10-24 Jarkko HietaniemiTru64 compiler nit.
2001-10-24 Artur BergmanChange #12623 inflicted an infinite hang. Fixed.
2001-10-24 Artur BergmanAdds support for hashes. Neither hashes nor arrays...
2001-10-24 Artur BergmanWe need to do sharedsv_find in the original perl context.
2001-10-24 Artur BergmanAdd support for basic support for AVs, references not...
2001-10-24 Artur BergmanWe only need to fetch the SV from the backend if the...
2001-10-22 Artur BergmanFlush IO buffers before starting a thread, this mimics...
2001-10-22 Jarkko HietaniemiPod nits, as suggested by Stas Bekman.
2001-10-22 Nick Ing-SimmonsIntegrate ithreads buffer flush fix from perlio
2001-10-22 Nick Ing-SimmonsAll tests pass (legitimately) on ithreads
2001-10-21 Artur BergmanFirst support of threads::shared, support shared svs...
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 Bergmanpthread_keycreate not pthread_key_create under the...
2001-10-12 Artur BergmanApperently OLD PTHREADS API is a bit retarded.
2001-10-12 Artur BergmanLet us avoid being smart for now.
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 BergmanDocumention update
2001-09-26 Artur BergmanIncrease the amount of time we spend in each thread...
2001-09-26 Artur BergmanThreads can start executing in a different order than...
2001-09-26 Artur BergmanAdd in stress_string.t to stress test threads a bit...
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.
next