| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 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 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -1/+1 |
* | various win32 tweaks; disable new xs_cpp section (it creates | Gurusamy Sarathy | 1998-10-26 | 1 | -1/+1 |
* | OLD_PTHREADS_API reorganizing. | Jarkko Hietaniemi | 1998-10-20 | 1 | -30/+6 |
* | check in all confperl changes as of change#1964 into cfgperl | Gurusamy Sarathy | 1998-10-15 | 1 | -4/+17 |
* | correct bugs exposed in MM_Unix.pm by commenting out Selfloader | Gurusamy Sarathy | 1998-10-15 | 1 | -1/+1 |
* | add test for previous fix | Gurusamy Sarathy | 1998-10-06 | 1 | -1/+10 |
* | Thread::cond_wait bug in 5.005.51 causes deadlock | Drago Goricanec | 1998-09-23 | 1 | -0/+1 |
* | fixes for pod noises | Gurusamy Sarathy | 1998-08-02 | 1 | -0/+4 |
* | tweaked version of suggested patch | Ilya Zakharevich | 1998-08-02 | 2 | -22/+22 |
* | VMS patches from Dan Sugalski <sugalskd@osshe.edu> | Brad Hughes | 1998-07-21 | 1 | -0/+17 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -17/+17 |
* | PL_ minir tidy up | Nick Ing-Simmons | 1998-07-19 | 1 | -22/+22 |
* | Merge latest mainline | Nick Ing-Simmons | 1998-07-18 | 1 | -15/+25 |
|\ |
|
| * | fix yet another USE_THREADS leak due to failure to free stacks | Gurusamy Sarathy | 1998-07-18 | 1 | -1/+11 |
* | | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -28/+28 |
|/ |
|
* | fix $/ init for multiple interpreters/threads | Gurusamy Sarathy | 1998-07-18 | 1 | -0/+2 |
* | make RE engine threadsafe; -Dusethreads builds, tests on Solaris, | Gurusamy Sarathy | 1998-07-12 | 1 | -0/+7 |
* | Documentation patch for Semaphore.pm | Hans Mulder | 1998-06-10 | 1 | -0/+43 |
* | Doc & feature patch for Thread::Queue | Hans Mulder | 1998-06-10 | 1 | -1/+65 |
* | [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm | Dan Sugalski | 1998-05-14 | 1 | -1/+126 |
* | Next wave of _63 VMS patches | Charles Bailey | 1998-04-02 | 1 | -1/+15 |
* | 5.004_63 picky compiler fixes [PATCH] | Hans Mulder | 1998-04-02 | 1 | -1/+1 |
* | Add Thread::Signal to run signal handlers reliably in a new thread | Malcolm Beattie | 1998-03-18 | 2 | -11/+68 |
* | [win32] change all 'sp' to 'SP' in code and in the docs. Explicitly | Gurusamy Sarathy | 1998-03-07 | 1 | -7/+7 |