This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perlio:
[perl5.git] / ext / threads /
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.
2001-09-20 Jarkko HietaniemiDon't use C++ comments.
2001-09-19 Jarkko HietaniemiCorrect numbering of the tests is useful.
2001-09-19 Jarkko HietaniemiMore tests now.
2001-09-19 H.Merijn BrandRe: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
2001-09-19 Artur BergmanMake the basic test contain only realy basic API tests
2001-09-19 Jarkko HietaniemiIndent the test a bit.
2001-09-18 Rafael Garcia-Suareztwo test failures
2001-09-18 Artur BergmanMake the test behave properly!
2001-09-18 Artur BergmanForgot the makefile
2001-09-18 Artur BergmanAdds the thread 0.05 module. It is now moved to the...