Added queue.pm and test case, still disabled because of discovered race (or am I...
[p5sagit/p5-mst-13.2.git] / ext / threads /
2002-04-16 Artur Bergman Added queue.pm and test case, still disabled because...
2002-04-15 Artur Bergman Add support for my $foo : shared;
2002-04-15 Artur Bergman Test arrays containing references, and references to...
2002-04-11 Jarkko Hietaniemi Unused variables.
2002-04-04 Slaven Rezic left-over "use 5.7.2" in threads.pm
2002-04-03 Jarkko Hietaniemi Detached threads do not help; they still hold resources.
2002-04-03 Jarkko Hietaniemi Document the "Cleanup skipped ..." warning.
2002-04-03 Nick Ing-Simmons Fix segfaults when mainthread exits with other threads...
2002-03-19 Robert Spier [DOC PATCH] end.t (was RE: perl@15300 )
2002-03-04 Jarkko Hietaniemi Integrate perlio:
2002-03-04 Nick Ing-Simmons Remove debugging assert
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-02-08 Artur Bergman Start testing for safe localtime functions, TODO, test...
2002-01-28 Nick Ing-Simmons 1st attempt at skipping broke threads case.
2002-01-28 Nick Ing-Simmons Skip new threads::shared test unless -Duseithreads
2002-01-26 Nick Ing-Simmons Tinkering with thread cleanup mutex-ing - not the problem
2002-01-25 Nick Ing-Simmons threads::shared tidy up:
2002-01-23 Nick Ing-Simmons SvTEMP_off to stop private PV's being stolen and stored...
2002-01-23 Nick Ing-Simmons thread::shared nearly working again - remaining issue
2002-01-22 Nick Ing-Simmons Implement recursive lock and use of scope for PL_shared...
2002-01-22 Nick Ing-Simmons Shared scalars working, some shared array ops working.
2002-01-21 Nick Ing-Simmons XS side of new threads::shared designed, coded and...
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
2002-01-09 Jarkko Hietaniemi Thinko.
2002-01-09 Jarkko Hietaniemi Add a threads stress test for regular expressions
2002-01-04 Andy Bussey threads::shared doc
2002-01-02 Andy Bussey threads::shared disabling
2001-11-16 Jarkko Hietaniemi Make Thread a wrapper for both ithreads and 5005threads.
2001-11-12 Jeffrey Friedl a few typo fixes
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-28 Artur Bergman Update documentation.
2001-10-28 Artur Bergman Manpage updates.
2001-10-28 Artur Bergman And here we use the prototypes.
2001-10-26 Artur Bergman Get the new functions right, do not export lock since...
2001-10-26 Artur Bergman And then finally cond_wait cond_signal and cond_broadca...
2001-10-26 Artur Bergman More Config::threads to threads::threads changes
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-26 Artur Bergman Don't display debug data.
2001-10-26 Artur Bergman Extend support of change #12672 to support arrays and...
2001-10-26 Artur Bergman Fix case where shared reference does not exist in curre...
2001-10-26 Artur Bergman Support for references in shared arrays.
2001-10-26 Artur Bergman Add tests for references in hashes.
2001-10-25 Andy Dougherty Omit needless calls to pod2man (perl@12641)
2001-10-25 Artur Bergman Add support for reference members of hashes.
2001-10-25 Artur Bergman Tests shared hashes.
2001-10-25 Artur Bergman Fix threadcounts for arrays and hashes.
2001-10-24 Jarkko Hietaniemi Tru64 compiler nit.
2001-10-24 Artur Bergman Change #12623 inflicted an infinite hang. Fixed.
2001-10-24 Artur Bergman Adds support for hashes. Neither hashes nor arrays...
2001-10-24 Artur Bergman We need to do sharedsv_find in the original perl context.
2001-10-24 Artur Bergman Add support for basic support for AVs, references not...
2001-10-24 Artur Bergman We only need to fetch the SV from the backend if the...
2001-10-22 Artur Bergman Flush IO buffers before starting a thread, this mimics...
2001-10-22 Jarkko Hietaniemi Pod nits, as suggested by Stas Bekman.
2001-10-22 Nick Ing-Simmons Integrate ithreads buffer flush fix from perlio
2001-10-22 Nick Ing-Simmons All tests pass (legitimately) on ithreads
2001-10-21 Artur Bergman First support of threads::shared, support shared svs...
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 pthread_keycreate not pthread_key_create under the...
2001-10-12 Artur Bergman Apperently OLD PTHREADS API is a bit retarded.
2001-10-12 Artur Bergman Let 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 Bergman A) Support OLD_PTHREADS_API
2001-09-27 Artur Bergman Flush buffers on thread closedown.
2001-09-26 Artur Bergman Documention update
2001-09-26 Artur Bergman Increase the amount of time we spend in each thread...
2001-09-26 Artur Bergman Threads can start executing in a different order than...
2001-09-26 Artur Bergman Add in stress_string.t to stress test threads a bit...
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 Jarkko Hietaniemi Correct numbering of the tests is useful.
2001-09-19 Jarkko Hietaniemi More tests now.
2001-09-19 H.Merijn Brand Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
2001-09-19 Artur Bergman Make the basic test contain only realy basic API tests
2001-09-19 Jarkko Hietaniemi Indent the test a bit.
2001-09-18 Rafael Garcia-Suarez two test failures
2001-09-18 Artur Bergman Make the test behave properly!
2001-09-18 Artur Bergman Forgot the makefile
2001-09-18 Artur Bergman Adds the thread 0.05 module. It is now moved to the...