summaryrefslogtreecommitdiff
path: root/ext/threads/shared/shared.xs
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/threads/shared to ext/threads-sharedNicholas Clark2009-02-091-1624/+0
* threads::shared 1.24 (still more)Jerry D. Hedden2008-07-101-4/+12
* threads::shared 1.24 (more)Jerry D. Hedden2008-07-101-4/+4
* threads::shared 1.24 (phase 2)Jerry D. Hedden2008-07-061-7/+23
* threads::shared 1.24Jerry D. Hedden2008-07-021-6/+7
* threads::shared 1.21Jerry D. Hedden2008-05-161-2/+3
* Remove C++ commentsRafael Garcia-Suarez2008-05-101-2/+2
* threads::shared 1.19Jerry D. Hedden2008-05-101-0/+10
* threads::shared 1.17Jerry D. Hedden2008-02-251-0/+6
* mg_copy ought to take an I32Vincent Pit2008-02-081-1/+1
* threads::shared 1.15Jerry D. Hedden2007-12-191-0/+21
* Upgrade to threads::shared 1.14Rafael Garcia-Suarez2007-09-241-34/+35
* threads::shared 1.13Jerry D. Hedden2007-09-051-1/+4
* Safely store user locks in threads::sharedJerry D. Hedden2007-04-251-3/+16
* Upgrade to threads::shared 1.09 :Rafael Garcia-Suarez2007-04-101-17/+4
* Upgrade to threads::shared 1.08 :Rafael Garcia-Suarez2007-03-151-7/+36
* threads::shared 1.06Jerry D. Hedden2006-12-201-33/+19
* threads-shared 1.05Jerry D. Hedden2006-10-261-4/+5
* Changes for threads::shared to all building with g++.Steve Peters2006-10-211-4/+4
* Upgrade to threads-shared-1.03Steve Peters2006-10-031-776/+801
* z/OS: CPAN-ized ext/ and lib/Jarkko Hietaniemi2006-07-131-0/+5
* [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-061-369/+516
* add svt_local slot to magic vtable, and fix local $sharedDave Mitchell2006-01-021-4/+30
* [perl #37919] Blessed scalar refs with threads::shared Jerry D. Hedden2005-12-141-0/+7
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-3/+3
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-5/+5
* Casting to/from (void *) sufficient to make a C++ compiler happy.Nicholas Clark2005-04-061-1/+1
* ithreads: cond_signal() on a non-shared object coredumpedDave Mitchell2005-02-261-2/+2
* [perl #32033] Using foreach on threads::shared array crashes perlDave Mitchell2004-10-301-2/+12
* Remove Win32 compiler warningsMarcus Holland-Moritz2003-12-271-1/+1
* Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)Mike Pomraning2003-12-221-2/+2
* 2-arg cond_wait, cond_timedwait, testsMike Pomraning2003-12-171-11/+155
* bugid #24407: numeric key for shared hash got stringified usingDave Mitchell2003-11-061-1/+2
* whoops, typoDave Mitchell2003-11-011-1/+1
* [perl #24368] seg faults when deleting keys of shared hash refsDave Mitchell2003-11-011-14/+21
* Fix more shared threads leaks: add SAVETMPS to the second branchDave Mitchell2003-10-271-0/+4
* Integrate:Nicholas Clark2003-10-231-1/+1
* Fix two threads::shared leaksDave Mitchell2003-10-231-0/+10
* RC5 and Intel's ICCMarcus Holland-Moritz2003-09-231-0/+1
* In free we want to destroy, not init, thanks to Tim Bunce for Artur Bergman2003-06-121-1/+1
* Be polite and destroy the mutexes and conditions we use!Artur Bergman2003-06-121-0/+8
* Support blessed shared references.Artur Bergman2003-06-091-1/+61
* Croak on non ref to shared methods instead of segfault.Artur Bergman2003-04-211-0/+10
* Fix bug #15893 by creating shared scalars with a refcount of 1Artur Bergman2003-04-131-2/+5
* When we copy things out of a hash and increment the Artur Bergman2003-01-261-0/+2
* Fix long standing memory leak with pop and shift!Artur Bergman2003-01-041-2/+4
* Update documentation with &share() non prototype checking version.Artur Bergman2002-07-091-2/+4
* revised warnings + more tests + docsDave Mitchell2002-05-181-3/+9