2003-12-27 |
Marcus Holland-Moritz | Remove Win32 compiler warnings |
blob | commitdiff |
2003-12-22 |
Mike Pomraning | Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service... |
blob | commitdiff | diff to current |
2003-12-17 |
Mike Pomraning | 2-arg cond_wait, cond_timedwait, tests |
blob | commitdiff | diff to current |
2003-11-06 |
Dave Mitchell | bugid #24407: numeric key for shared hash got stringifi... |
blob | commitdiff | diff to current |
2003-11-01 |
Dave Mitchell | whoops, typo |
blob | commitdiff | diff to current |
2003-11-01 |
Dave Mitchell | [perl #24368] seg faults when deleting keys of shared... |
blob | commitdiff | diff to current |
2003-10-27 |
Dave Mitchell | Fix more shared threads leaks: add SAVETMPS to the... |
blob | commitdiff | diff to current |
2003-10-23 |
Nicholas Clark | Integrate: |
blob | commitdiff | diff to current |
2003-10-23 |
Dave Mitchell | Fix two threads::shared leaks |
blob | commitdiff | diff to current |
2003-09-23 |
Marcus Holland-Moritz | RC5 and Intel's ICC |
blob | commitdiff | diff to current |
2003-06-12 |
Artur Bergman | In free we want to destroy, not init, thanks to Tim... |
blob | commitdiff | diff to current |
2003-06-12 |
Artur Bergman | Be polite and destroy the mutexes and conditions we... |
blob | commitdiff | diff to current |
2003-06-09 |
Artur Bergman | Support blessed shared references. |
blob | commitdiff | diff to current |
2003-04-21 |
Artur Bergman | Croak on non ref to shared methods instead of segfault. |
blob | commitdiff | diff to current |
2003-04-13 |
Artur Bergman | Fix bug #15893 by creating shared scalars with a refcou... |
blob | commitdiff | diff to current |
2003-01-26 |
Artur Bergman | When we copy things out of a hash and increment the |
blob | commitdiff | diff to current |
2003-01-04 |
Artur Bergman | Fix long standing memory leak with pop and shift! |
blob | commitdiff | diff to current |
2002-07-09 |
Artur Bergman | Update documentation with &share() non prototype checki... |
blob | commitdiff | diff to current |
2002-05-19 |
Nick Ing-Simmons | Integrate mailine |
blob | commitdiff | diff to current |
2002-05-18 |
Dave Mitchell | revised warnings + more tests + docs |
blob | commitdiff | diff to current |
2002-05-13 |
Dave Mitchell | various minor fixes in threads. |
blob | commitdiff | diff to current |
2002-05-10 |
Robin Barker | format and other warnings |
blob | commitdiff | diff to current |
2002-04-27 |
Artur Bergman | Fixed race condtions and deadlocks in interaction with |
blob | commitdiff | diff to current |
2002-04-27 |
Artur Bergman | Saving locks after we set it to 0 was kind of pointless. |
blob | commitdiff | diff to current |
2002-04-17 |
Jarkko Hietaniemi | As suggested by Arthur: the threads and threads::shared |
blob | commitdiff | diff to current |
2002-04-11 |
Jarkko Hietaniemi | Unused variables. |
blob | commitdiff | diff to current |
2002-03-04 |
Jarkko Hietaniemi | Integrate perlio: |
blob | commitdiff | diff to current |
2002-03-04 |
Nick Ing-Simmons | Remove debugging assert |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons | threads::shared tidy up: |
blob | commitdiff | diff to current |
2002-01-23 |
Nick Ing-Simmons | SvTEMP_off to stop private PV's being stolen and stored... |
blob | commitdiff | diff to current |
2002-01-23 |
Nick Ing-Simmons | thread::shared nearly working again - remaining issue |
blob | commitdiff | diff to current |
2002-01-22 |
Nick Ing-Simmons | Implement recursive lock and use of scope for PL_shared... |
blob | commitdiff | diff to current |
2002-01-22 |
Nick Ing-Simmons | Shared scalars working, some shared array ops working. |
blob | commitdiff | diff to current |
2002-01-21 |
Nick Ing-Simmons | XS side of new threads::shared designed, coded and... |
blob | commitdiff | diff to current |
2002-01-20 |
Nick Ing-Simmons | threads work again on Win32. (Not threads::shared yet) |
blob | commitdiff | diff to current |
2002-01-19 |
Nick Ing-Simmons | Nearly-working threads re-structuring. Do not integrate, |
blob | commitdiff | diff to current |
2001-11-12 |
Jeffrey Friedl | a few typo fixes |
blob | commitdiff | diff to current |
2001-10-30 |
Richard Soderberg | Mommy, what's a pointer cast? |
blob | commitdiff | diff to current |
2001-10-29 |
Artur Bergman | Ugly fix to not die when a thread creator is holding... |
blob | commitdiff | diff to current |
2001-10-28 |
Artur Bergman | And here we use the prototypes. |
blob | commitdiff | diff to current |
2001-10-26 |
Artur Bergman | Get the new functions right, do not export lock since... |
blob | commitdiff | diff to current |
2001-10-26 |
Artur Bergman | And then finally cond_wait cond_signal and cond_broadca... |
blob | commitdiff | diff to current |
2001-10-26 |
Artur Bergman | Extend support of change #12672 to support arrays and... |
blob | commitdiff | diff to current |
2001-10-26 |
Artur Bergman | Fix case where shared reference does not exist in curre... |
blob | commitdiff | diff to current |
2001-10-26 |
Artur Bergman | Support for references in shared arrays. |
blob | commitdiff | diff to current |
2001-10-25 |
Artur Bergman | Add support for reference members of hashes. |
blob | commitdiff | diff to current |
2001-10-25 |
Artur Bergman | Fix threadcounts for arrays and hashes. |
blob | commitdiff | diff to current |
2001-10-24 |
Jarkko Hietaniemi | Tru64 compiler nit. |
blob | commitdiff | diff to current |
2001-10-24 |
Artur Bergman | Change #12623 inflicted an infinite hang. Fixed. |
blob | commitdiff | diff to current |
2001-10-24 |
Artur Bergman | Adds support for hashes. Neither hashes nor arrays... |
blob | commitdiff | diff to current |
2001-10-24 |
Artur Bergman | We need to do sharedsv_find in the original perl context. |
blob | commitdiff | diff to current |
2001-10-24 |
Artur Bergman | Add support for basic support for AVs, references not... |
blob | commitdiff | diff to current |
2001-10-24 |
Artur Bergman | We only need to fetch the SV from the backend if the... |
blob | commitdiff | diff to current |
2001-10-21 |
Artur Bergman | First support of threads::shared, support shared svs... |
blob | commitdiff | diff to current |
|