summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* Bump version and other misc. changes. 3rd patch from:Jerry D. Hedden2006-09-136-40/+70
* Statically allocate the main thread.Jerry D. Hedden2006-09-131-35/+25
* Race condition fix in threads.pmJerry D. Hedden2006-09-131-60/+50
* Remove empty typemap fileRafael Garcia-Suarez2006-09-081-0/+0
* Revert accidental file deletionRafael Garcia-Suarez2006-09-061-0/+0
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-0/+0
* threads 1.38Jerry D. Hedden2006-08-017-70/+61
* More tweaks to threads 1.37, by Jerry D. HeddenRafael Garcia-Suarez2006-07-215-51/+48
* Upgrade to threads 1.37, by Jerry D. HeddenRafael Garcia-Suarez2006-07-206-253/+315
* [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]Jerry D. Hedden2006-07-182-9/+27
* Version bumps for z/OS fixes.Steve Peters2006-07-131-1/+1
* z/OS: CPAN-ized ext/ and lib/Jarkko Hietaniemi2006-07-131-0/+5
* Adjust test count in threads testRafael Garcia-Suarez2006-07-111-1/+1
* threads 1.36 - Signalling terminated threads core dumpsJerry D. Hedden2006-07-116-13/+15
* threads 1.35 - Borland compiler fixJerry D. Hedden2006-07-105-10/+13
* threads 1.34 - state methodsJerry D. Hedden2006-07-077-12/+411
* RE: [PATCH] threads 1.33Jerry D. Hedden2006-07-051-3/+9
* threads 1.33Jerry D. Hedden2006-07-0412-80/+459
* dont warn at exit of detatched threads still runningDave Mitchell2006-06-172-3/+18
* random thread test failureJerry D. Hedden2006-06-061-3/+3
* threads 1.32Jerry D. Hedden2006-06-0615-27/+126
* Stop a warning generated from thread's Makefile.PLSteve Peters2006-05-261-1/+0
* Typo fixRafael Garcia-Suarez2006-05-231-1/+1
* Explicit thread contextJerry D. Hedden2006-05-235-35/+234
* threads core dump in BEGINJerry D. Hedden2006-05-185-15/+113
* threads 1.28Jerry D. Hedden2006-05-185-23/+55
* Threads and signals. Delicious. Tweak change 28168 to add a localNicholas Clark2006-05-121-1/+6
* Better unsafe signals info in threads.pmJerry D. Hedden2006-05-121-9/+26
* Thread signalling [REVISED]Jerry D. Hedden2006-05-115-8/+393
* 'threads' patch to fix threaded build on Win32Jerry D. Hedden2006-05-094-22/+22
* threads - stack size supportJerry D. Hedden2006-05-056-27/+458
* threads - formatting [REVISED]Jerry D. Hedden2006-05-0413-821/+895
* threads - miscellaneousJerry D. Hedden2006-04-287-86/+109
* threads - consolidate XS functionsJerry D. Hedden2006-04-262-193/+164
* Continuing threads syncJerry D. Hedden2006-04-253-44/+60
* Rework threads destruct callJerry D. Hedden2006-04-213-29/+508
* [REPOST] [PATCH] Remove superfluous counter in threadsJerry D. Hedden2006-04-202-46/+39
* Fix implementation of threads->_handle on unixes.Jerry D. Hedden2006-04-141-1/+1
* threads.pm should overload != operatorJan Dubois2006-04-042-13/+17
* 2nd patch to sync blead 'threads' with CPAN [REPOST]Jerry D. Hedden2006-04-039-185/+317
* (2nd revised) 1st patch to sync blead 'threads' with CPANJerry D. Hedden2006-03-2415-192/+477
* threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression Jan Dubois2006-03-172-1/+2
* Make the threads tests silent with regard to the new :unique deprecation warningRafael Garcia-Suarez2006-03-161-0/+1
* All the bits of clone_params.flags need to be initialised, not justNicholas Clark2006-02-131-1/+1
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* [perl #37946] preserve the referent associated with a shared RV.Dave Mitchell2006-01-071-23/+49
* fix coredump on 'local $shared[N]' introduced by change #24942Dave Mitchell2006-01-071-15/+3
* make ithreads shared vars smaller/quicker by eliminating shared_svDave Mitchell2006-01-062-376/+516
* sprinkle dVARJarkko Hietaniemi2006-01-061-1/+1
* add svt_local slot to magic vtable, and fix local $sharedDave Mitchell2006-01-021-4/+30