summaryrefslogtreecommitdiff
path: root/ext/Thread
Commit message (Expand)AuthorAgeFilesLines
* more adjustments needed for change#5342 under use5005threadsGurusamy Sarathy2000-02-291-4/+4
* mention threads status in podGurusamy Sarathy2000-02-071-1/+7
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-0/+2
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-1/+1
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-3/+3
* fix two leaks in Thread.xs (from Eugene AltermanGurusamy Sarathy1999-10-107-27/+21
* remove kludgey duplicate background error avoidance (causedGurusamy Sarathy1999-10-081-1/+0
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-062-22/+22
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-0/+1
* new thread should set current interp in TLSGurusamy Sarathy1999-08-261-1/+7
* More optimizations to REx engineIlya Zakharevich1999-08-011-0/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+2
* prohibit thread join()ing itself (from Dan Sugalski)Gurusamy Sarathy1999-07-071-0/+2
* avoid warningsGurusamy Sarathy1999-07-021-1/+1
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-8/+8
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* additions to Thread.pm docs from Tuomas J. LukkaGurusamy Sarathy1999-05-091-4/+28
* integrate change#3179 from maint-5.005Gurusamy Sarathy1999-03-281-0/+6
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-5/+14
* fix PL_defoutgv leak under threadsGurusamy Sarathy1998-11-261-2/+4
* properly free temporaries created by threadsGurusamy Sarathy1998-11-261-0/+2
* Replace ATTR_JOINABLE with true Configure probeJarkko Hietaniemi1998-11-021-1/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-1/+1
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-1/+1
* OLD_PTHREADS_API reorganizing.Jarkko Hietaniemi1998-10-201-30/+6
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-4/+17
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-1/+1
* add test for previous fixGurusamy Sarathy1998-10-061-1/+10
* Thread::cond_wait bug in 5.005.51 causes deadlockDrago Goricanec1998-09-231-0/+1
* fixes for pod noisesGurusamy Sarathy1998-08-021-0/+4
* tweaked version of suggested patchIlya Zakharevich1998-08-022-22/+22
* VMS patches from Dan Sugalski <sugalskd@osshe.edu>Brad Hughes1998-07-211-0/+17
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-17/+17
* PL_ minir tidy upNick Ing-Simmons1998-07-191-22/+22
* Merge latest mainlineNick Ing-Simmons1998-07-181-15/+25
|\
| * fix yet another USE_THREADS leak due to failure to free stacksGurusamy Sarathy1998-07-181-1/+11
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-28/+28
|/
* fix $/ init for multiple interpreters/threadsGurusamy Sarathy1998-07-181-0/+2
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+7
* Documentation patch for Semaphore.pmHans Mulder1998-06-101-0/+43
* Doc & feature patch for Thread::QueueHans Mulder1998-06-101-1/+65
* [PATCH 5.004_64] Final (I hope) doc patch for Thread.pmDan Sugalski1998-05-141-1/+126
* Next wave of _63 VMS patchesCharles Bailey1998-04-021-1/+15
* 5.004_63 picky compiler fixes [PATCH]Hans Mulder1998-04-021-1/+1
* Add Thread::Signal to run signal handlers reliably in a new threadMalcolm Beattie1998-03-182-11/+68
* [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-7/+7
* Miscellaneous minor fixesCharles Bailey1998-03-051-1/+2
* retry [PATCH] 5.004_59: the perlhist.pod etcJarkko Hietaniemi1998-02-204-0/+75
* Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-021-21/+11