summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging assertNick Ing-Simmons2002-03-041-0/+2
* Integrate mainlineNick Ing-Simmons2002-02-142-10/+58
* Stop failures if you pass an object, sv_dup might not be the right Artur Bergman2002-02-121-0/+2
* Join support, however something wierd seems to happen with filehandles that a...Artur Bergman2002-02-122-4/+122
* Start testing for safe localtime functions, TODO, test more functions.Artur Bergman2002-02-081-0/+60
* 1st attempt at skipping broke threads case.Nick Ing-Simmons2002-01-281-6/+8
* Skip new threads::shared test unless -DuseithreadsNick Ing-Simmons2002-01-281-1/+10
* Tinkering with thread cleanup mutex-ing - not the problem Nick Ing-Simmons2002-01-261-7/+6
* threads::shared tidy up:Nick Ing-Simmons2002-01-255-29/+40
* SvTEMP_off to stop private PV's being stolen and stored in shared spaceNick Ing-Simmons2002-01-231-2/+3
* thread::shared nearly working again - remaining issueNick Ing-Simmons2002-01-237-147/+275
* Implement recursive lock and use of scope for PL_sharedsv_space,Nick Ing-Simmons2002-01-222-95/+102
* Shared scalars working, some shared array ops working.Nick Ing-Simmons2002-01-225-129/+187
* XS side of new threads::shared designed, coded and compiles,Nick Ing-Simmons2002-01-213-947/+700
* threads work again on Win32. (Not threads::shared yet)Nick Ing-Simmons2002-01-202-27/+31
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-195-387/+682
* Simplify the code that duplicates the threads Artur Bergman2002-01-171-38/+16
* Thinko.Jarkko Hietaniemi2002-01-091-1/+1
* Add a threads stress test for regular expressionsJarkko Hietaniemi2002-01-091-0/+53
* threads::shared docAndy Bussey2002-01-041-2/+2
* threads::shared disablingAndy Bussey2002-01-023-2/+70
* Make Thread a wrapper for both ithreads and 5005threads.Jarkko Hietaniemi2001-11-161-23/+27
* a few typo fixes Jeffrey Friedl2001-11-122-4/+4
* Mommy, what's a pointer cast?Richard Soderberg2001-10-302-76/+76
* Ugly fix to not die when a thread creator is holding locks.Artur Bergman2001-10-293-2/+14
* Update documentation.Artur Bergman2001-10-281-8/+89
* Manpage updates.Artur Bergman2001-10-281-11/+26
* And here we use the prototypes.Artur Bergman2001-10-281-1/+5
* Get the new functions right, do not export lock since we use builtin lock.Artur Bergman2001-10-262-11/+8
* And then finally cond_wait cond_signal and cond_broadcast are now implmented.Artur Bergman2001-10-262-0/+74
* More Config::threads to threads::threads changesArtur Bergman2001-10-262-2/+2
* Make new() work exactly like create(). Move from Config::threads to threads::...Artur Bergman2001-10-262-6/+19
* Allocing a TLS in runtime is not too hot.Artur Bergman2001-10-261-1/+1
* Don't display debug data.Artur Bergman2001-10-261-3/+0
* Extend support of change #12672 to support arrays and hashes. Shared referenc...Artur Bergman2001-10-262-2/+41
* Fix case where shared reference does not exist in current thread.Artur Bergman2001-10-262-2/+48
* Support for references in shared arrays.Artur Bergman2001-10-261-4/+52
* Add tests for references in hashes.Artur Bergman2001-10-261-0/+44
* Omit needless calls to pod2man (perl@12641)Andy Dougherty2001-10-252-0/+2
* Add support for reference members of hashes.Artur Bergman2001-10-251-6/+29
* Tests shared hashes.Artur Bergman2001-10-251-0/+76
* Fix threadcounts for arrays and hashes.Artur Bergman2001-10-252-1/+14
* Tru64 compiler nit.Jarkko Hietaniemi2001-10-241-1/+1
* Change #12623 inflicted an infinite hang. Fixed.Artur Bergman2001-10-241-1/+0
* Adds support for hashes. Neither hashes nor arrays can contain references yet.Artur Bergman2001-10-242-0/+196
* We need to do sharedsv_find in the original perl context.Artur Bergman2001-10-241-2/+3
* Add support for basic support for AVs, references not supported yet.Artur Bergman2001-10-244-13/+422
* We only need to fetch the SV from the backend if the indexArtur Bergman2001-10-241-6/+11
* Flush IO buffers before starting a thread, this mimics fork and seems like a ...Artur Bergman2001-10-221-1/+1
* Pod nits, as suggested by Stas Bekman.Jarkko Hietaniemi2001-10-222-31/+19