| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove debugging assert | Nick Ing-Simmons | 2002-03-04 | 1 | -0/+2 |
* | Integrate mainline | Nick Ing-Simmons | 2002-02-14 | 2 | -10/+58 |
* | Stop failures if you pass an object, sv_dup might not be the right | Artur Bergman | 2002-02-12 | 1 | -0/+2 |
* | Join support, however something wierd seems to happen with filehandles that a... | Artur Bergman | 2002-02-12 | 2 | -4/+122 |
* | Start testing for safe localtime functions, TODO, test more functions. | Artur Bergman | 2002-02-08 | 1 | -0/+60 |
* | 1st attempt at skipping broke threads case. | Nick Ing-Simmons | 2002-01-28 | 1 | -6/+8 |
* | Skip new threads::shared test unless -Duseithreads | Nick Ing-Simmons | 2002-01-28 | 1 | -1/+10 |
* | Tinkering with thread cleanup mutex-ing - not the problem | Nick Ing-Simmons | 2002-01-26 | 1 | -7/+6 |
* | threads::shared tidy up: | Nick Ing-Simmons | 2002-01-25 | 5 | -29/+40 |
* | SvTEMP_off to stop private PV's being stolen and stored in shared space | Nick Ing-Simmons | 2002-01-23 | 1 | -2/+3 |
* | thread::shared nearly working again - remaining issue | Nick Ing-Simmons | 2002-01-23 | 7 | -147/+275 |
* | Implement recursive lock and use of scope for PL_sharedsv_space, | Nick Ing-Simmons | 2002-01-22 | 2 | -95/+102 |
* | Shared scalars working, some shared array ops working. | Nick Ing-Simmons | 2002-01-22 | 5 | -129/+187 |
* | XS side of new threads::shared designed, coded and compiles, | Nick Ing-Simmons | 2002-01-21 | 3 | -947/+700 |
* | threads work again on Win32. (Not threads::shared yet) | Nick Ing-Simmons | 2002-01-20 | 2 | -27/+31 |
* | Nearly-working threads re-structuring. Do not integrate, | Nick Ing-Simmons | 2002-01-19 | 5 | -387/+682 |
* | Simplify the code that duplicates the threads | Artur Bergman | 2002-01-17 | 1 | -38/+16 |
* | Thinko. | Jarkko Hietaniemi | 2002-01-09 | 1 | -1/+1 |
* | Add a threads stress test for regular expressions | Jarkko Hietaniemi | 2002-01-09 | 1 | -0/+53 |
* | threads::shared doc | Andy Bussey | 2002-01-04 | 1 | -2/+2 |
* | threads::shared disabling | Andy Bussey | 2002-01-02 | 3 | -2/+70 |
* | Make Thread a wrapper for both ithreads and 5005threads. | Jarkko Hietaniemi | 2001-11-16 | 1 | -23/+27 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 2 | -4/+4 |
* | Mommy, what's a pointer cast? | Richard Soderberg | 2001-10-30 | 2 | -76/+76 |
* | Ugly fix to not die when a thread creator is holding locks. | Artur Bergman | 2001-10-29 | 3 | -2/+14 |
* | Update documentation. | Artur Bergman | 2001-10-28 | 1 | -8/+89 |
* | Manpage updates. | Artur Bergman | 2001-10-28 | 1 | -11/+26 |
* | And here we use the prototypes. | Artur Bergman | 2001-10-28 | 1 | -1/+5 |
* | Get the new functions right, do not export lock since we use builtin lock. | Artur Bergman | 2001-10-26 | 2 | -11/+8 |
* | And then finally cond_wait cond_signal and cond_broadcast are now implmented. | Artur Bergman | 2001-10-26 | 2 | -0/+74 |
* | More Config::threads to threads::threads changes | Artur Bergman | 2001-10-26 | 2 | -2/+2 |
* | Make new() work exactly like create(). Move from Config::threads to threads::... | Artur Bergman | 2001-10-26 | 2 | -6/+19 |
* | Allocing a TLS in runtime is not too hot. | Artur Bergman | 2001-10-26 | 1 | -1/+1 |
* | Don't display debug data. | Artur Bergman | 2001-10-26 | 1 | -3/+0 |
* | Extend support of change #12672 to support arrays and hashes. Shared referenc... | Artur Bergman | 2001-10-26 | 2 | -2/+41 |
* | Fix case where shared reference does not exist in current thread. | Artur Bergman | 2001-10-26 | 2 | -2/+48 |
* | Support for references in shared arrays. | Artur Bergman | 2001-10-26 | 1 | -4/+52 |
* | Add tests for references in hashes. | Artur Bergman | 2001-10-26 | 1 | -0/+44 |
* | Omit needless calls to pod2man (perl@12641) | Andy Dougherty | 2001-10-25 | 2 | -0/+2 |
* | Add support for reference members of hashes. | Artur Bergman | 2001-10-25 | 1 | -6/+29 |
* | Tests shared hashes. | Artur Bergman | 2001-10-25 | 1 | -0/+76 |
* | Fix threadcounts for arrays and hashes. | Artur Bergman | 2001-10-25 | 2 | -1/+14 |
* | Tru64 compiler nit. | Jarkko Hietaniemi | 2001-10-24 | 1 | -1/+1 |
* | Change #12623 inflicted an infinite hang. Fixed. | Artur Bergman | 2001-10-24 | 1 | -1/+0 |
* | Adds support for hashes. Neither hashes nor arrays can contain references yet. | Artur Bergman | 2001-10-24 | 2 | -0/+196 |
* | We need to do sharedsv_find in the original perl context. | Artur Bergman | 2001-10-24 | 1 | -2/+3 |
* | Add support for basic support for AVs, references not supported yet. | Artur Bergman | 2001-10-24 | 4 | -13/+422 |
* | We only need to fetch the SV from the backend if the index | Artur Bergman | 2001-10-24 | 1 | -6/+11 |
* | Flush IO buffers before starting a thread, this mimics fork and seems like a ... | Artur Bergman | 2001-10-22 | 1 | -1/+1 |
* | Pod nits, as suggested by Stas Bekman. | Jarkko Hietaniemi | 2001-10-22 | 2 | -31/+19 |