| Commit message (Expand) | Author | Age | Files | Lines |
* | 5005threads didn't work because $Thread::VERSION wasn't | Jarkko Hietaniemi | 2001-11-16 | 1 | -3/+3 |
* | Make Thread a wrapper for both ithreads and 5005threads. | Jarkko Hietaniemi | 2001-11-16 | 18 | -307/+2 |
* | Add the fruits of Larry Shatzer's version verifying script. | Jarkko Hietaniemi | 2001-11-16 | 4 | -0/+9 |
* | Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C... | Hugo van der Sanden | 2001-09-15 | 1 | -1/+0 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -15/+15 |
* | a small fix. | Vadim Konovalov | 2001-07-02 | 1 | -0/+1 |
* | Based on | Richard Soderberg | 2001-06-29 | 2 | -5/+5 |
* | Bump up the VERSIONs of modules that have changed since 5.6.0, | Jarkko Hietaniemi | 2001-06-29 | 1 | -1/+1 |
* | Rename the old non-standard threads tests so that | Jarkko Hietaniemi | 2001-06-19 | 16 | -0/+0 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 1 | -0/+207 |
* | Protect the (original) thread tests against testing if no 5.005 | Jarkko Hietaniemi | 2001-06-17 | 16 | -0/+192 |
* | -Wall cleanup. | Jarkko Hietaniemi | 2001-06-16 | 1 | -7/+2 |
* | pthread_attr_setstacksize() isn't absolutely necessary | Jarkko Hietaniemi | 2001-06-16 | 1 | -2/+0 |
* | Move the stack desire definition to thread.h. | Jarkko Hietaniemi | 2001-05-16 | 1 | -5/+10 |
* | DG-UX threading patches, including a README.dgux, | Jarkko Hietaniemi | 2001-05-16 | 1 | -0/+4 |
* | Integrate change #9646 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-09 | 2 | -1/+16 |
* | Integrate changes #9544,9547,9549(perlio),9550,9551 from | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+1 |
* | more pod patches | Michael Stevens | 2001-03-16 | 2 | -2/+2 |
* | Re: Latest tarball doesn't build with threads | Nick Ing-Simmons | 2000-12-21 | 1 | -1/+1 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -2/+0 |
* | Re: [PATCH 5.6.0]Add non-blocking thread doneness checking | Hugo van der Sanden | 2000-10-26 | 2 | -4/+3 |
* | Add non-blocking thread doneness checking | Dan Sugalski | 2000-10-25 | 2 | -0/+26 |
* | Fix for thinko in #6848. | Lupe Christoph | 2000-08-29 | 1 | -1/+1 |
* | Use the actual thread type, not the pointer-to-struct. | Jarkko Hietaniemi | 2000-08-27 | 1 | -1/+1 |
* | typo in pod | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-19 | 1 | -9/+8 |
* | syntax errors in Thread::* (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-17 | 3 | -8/+9 |
* | more adjustments needed for change#5342 under use5005threads | Gurusamy Sarathy | 2000-02-29 | 1 | -4/+4 |
* | mention threads status in pod | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+7 |
* | various pod nits identified by installhtml (all fixed except | Gurusamy Sarathy | 2000-01-27 | 1 | -0/+2 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+1 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -3/+3 |
* | fix two leaks in Thread.xs (from Eugene Alterman | Gurusamy Sarathy | 1999-10-10 | 7 | -27/+21 |
* | remove kludgey duplicate background error avoidance (caused | Gurusamy Sarathy | 1999-10-08 | 1 | -1/+0 |
* | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 2 | -22/+22 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -0/+1 |
* | new thread should set current interp in TLS | Gurusamy Sarathy | 1999-08-26 | 1 | -1/+7 |
* | More optimizations to REx engine | Ilya Zakharevich | 1999-08-01 | 1 | -0/+1 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -0/+2 |
* | prohibit thread join()ing itself (from Dan Sugalski) | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+2 |
* | avoid warnings | Gurusamy Sarathy | 1999-07-02 | 1 | -1/+1 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -8/+8 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -1/+1 |
* | additions to Thread.pm docs from Tuomas J. Lukka | Gurusamy Sarathy | 1999-05-09 | 1 | -4/+28 |
* | integrate change#3179 from maint-5.005 | Gurusamy Sarathy | 1999-03-28 | 1 | -0/+6 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+2 |
* | various fixes for race conditions under threads: mutex locks based | Gurusamy Sarathy | 1998-11-29 | 1 | -5/+14 |
* | fix PL_defoutgv leak under threads | Gurusamy Sarathy | 1998-11-26 | 1 | -2/+4 |
* | properly free temporaries created by threads | Gurusamy Sarathy | 1998-11-26 | 1 | -0/+2 |
* | Replace ATTR_JOINABLE with true Configure probe | Jarkko Hietaniemi | 1998-11-02 | 1 | -1/+1 |