Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move threads from ext/ to dist/ | Nicholas Clark | 2009-09-29 | 1 | -1687/+0 |
* | Fix threads build on Win32 | Steve Hay | 2009-06-09 | 1 | -3/+5 |
* | Mask thread signal handling fix on Win32 | Jerry D. Hedden | 2009-06-09 | 1 | -8/+18 |
* | There is no pthread_sigmask on VMS, so use sigprocmask instead. | Craig A. Berry | 2009-06-07 | 1 | -0/+5 |
* | Mask signals in thread creation and destruction to avoid a segfault | John Wright | 2009-06-07 | 1 | -0/+82 |
* | Correct the form of the flags passed to perl_get_sv() in threads.xs | Nicholas Clark | 2009-01-21 | 1 | -2/+2 |
* | Some source files and documentation files need not to be executable | Rafael Garcia-Suarez | 2008-12-25 | 1 | -0/+0 |
* | threads 1.69 | Jerry D. Hedden | 2008-02-25 | 1 | -1/+1 |
* | More places that could be using G_WANT, not picked up by change 33021. | Nicholas Clark | 2008-01-21 | 1 | -4/+4 |
* | threads 1.66 | Jerry D. Hedden | 2007-09-17 | 1 | -1/+1 |
* | [perl #45053] Memory corruption with heavy module loading in threads | Dave Mitchell | 2007-09-14 | 1 | -1/+1 |
* | avoid double-free of the thread function | Dave Mitchell | 2007-06-26 | 1 | -4/+2 |
* | threads 1.62 | Jerry D. Hedden | 2007-05-18 | 1 | -1/+1 |
* | threads 1.61 | Jerry D. Hedden | 2007-03-22 | 1 | -0/+6 |
* | Remove unreferenced local variable | Steve Hay | 2007-02-21 | 1 | -3/+1 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -1/+1 |
* | Upgrade to threads 1.58: | Rafael Garcia-Suarez | 2007-01-25 | 1 | -38/+40 |
* | make S_ithread_run() call S_ithread_free() in main context | Dave Mitchell | 2007-01-14 | 1 | -4/+6 |
* | further refinement to #29796 (cleanup veto) | Dave Mitchell | 2007-01-14 | 1 | -6/+14 |
* | unfreed threads should trigger cleanup veto | Dave Mitchell | 2007-01-13 | 1 | -3/+11 |
* | Rationalise refcounting of thread structures | Dave Mitchell | 2007-01-12 | 1 | -59/+52 |
* | threads 1.57 | Jerry D. Hedden | 2006-12-21 | 1 | -46/+72 |
* | threads 1.54 - Adds ->error() method | Jerry D. Hedden | 2006-12-15 | 1 | -19/+108 |
* | [PATCH[ threads 1.53 | Jerry D. Hedden | 2006-11-28 | 1 | -2/+3 |
* | Eliminated unitialised clone_params value bug accidentally added with | Nicholas Clark | 2006-11-26 | 1 | -1/+1 |
* | threads 1.52 | Jerry D. Hedden | 2006-11-21 | 1 | -7/+17 |
* | threads 1.51 | Jerry D. Hedden | 2006-11-16 | 1 | -44/+47 |
* | threads 1.49 | Jerry D. Hedden | 2006-11-03 | 1 | -0/+5 |
* | Fix a case of segfault in ithread destruction | Rafael Garcia-Suarez | 2006-10-31 | 1 | -2/+2 |
* | threads 1.47 | Jerry D. Hedden | 2006-10-31 | 1 | -11/+1 |
* | threads 1.46 | Jerry D. Hedden | 2006-10-30 | 1 | -88/+139 |
* | Make 'threads' conform to perlguts | Jerry D. Hedden | 2006-10-27 | 1 | -44/+44 |
* | Bump version and other misc. changes. 3rd patch from: | Jerry D. Hedden | 2006-09-13 | 1 | -25/+49 |
* | Statically allocate the main thread. | Jerry D. Hedden | 2006-09-13 | 1 | -35/+25 |
* | Race condition fix in threads.pm | Jerry D. Hedden | 2006-09-13 | 1 | -60/+50 |
* | threads 1.38 | Jerry D. Hedden | 2006-08-01 | 1 | -4/+4 |
* | More tweaks to threads 1.37, by Jerry D. Hedden | Rafael Garcia-Suarez | 2006-07-21 | 1 | -5/+6 |
* | Upgrade to threads 1.37, by Jerry D. Hedden | Rafael Garcia-Suarez | 2006-07-20 | 1 | -18/+92 |
* | threads 1.36 - Signalling terminated threads core dumps | Jerry D. Hedden | 2006-07-11 | 1 | -1/+1 |
* | threads 1.35 - Borland compiler fix | Jerry D. Hedden | 2006-07-10 | 1 | -1/+3 |
* | threads 1.34 - state methods | Jerry D. Hedden | 2006-07-07 | 1 | -3/+83 |
* | threads 1.33 | Jerry D. Hedden | 2006-07-04 | 1 | -36/+79 |
* | dont warn at exit of detatched threads still running | Dave Mitchell | 2006-06-17 | 1 | -2/+13 |
* | threads 1.32 | Jerry D. Hedden | 2006-06-06 | 1 | -3/+6 |
* | Explicit thread context | Jerry D. Hedden | 2006-05-23 | 1 | -1/+45 |
* | threads core dump in BEGIN | Jerry D. Hedden | 2006-05-18 | 1 | -4/+9 |
* | threads 1.28 | Jerry D. Hedden | 2006-05-18 | 1 | -1/+3 |
* | Thread signalling [REVISED] | Jerry D. Hedden | 2006-05-11 | 1 | -1/+41 |
* | 'threads' patch to fix threaded build on Win32 | Jerry D. Hedden | 2006-05-09 | 1 | -18/+15 |
* | threads - stack size support | Jerry D. Hedden | 2006-05-05 | 1 | -21/+177 |