summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
...
* Support blessed shared references.Artur Bergman2003-06-093-11/+81
* Major (internal) change to make it much more easy to embedArtur Bergman2003-06-071-51/+39
* Last patch broke this slightly because INC was wrong.Artur Bergman2003-06-071-1/+1
* Remove warnings from tests.Artur Bergman2003-06-074-13/+14
* Work in non core env.Artur Bergman2003-06-0710-10/+10
* Even more getspecific patches from Brian De Pradine;Jarkko Hietaniemi2003-06-051-25/+11
* z/OS threads tweak from Brian De Pradine.Jarkko Hietaniemi2003-06-051-0/+8
* According to Arthur this should helpJarkko Hietaniemi2003-06-031-2/+2
* Protect against race conditions: if the pid is not seen,Jarkko Hietaniemi2003-05-251-4/+11
* Add a real scan for pthread_attr_setscope().Jarkko Hietaniemi2003-05-241-1/+1
* Nekkid numbers.Jarkko Hietaniemi2003-05-191-1/+1
* Meaningless cosmetics.Jarkko Hietaniemi2003-05-191-12/+12
* Make Perl_ithread_self() a bit more helpful whenJarkko Hietaniemi2003-05-191-1/+4
* Slightly wrong panic messages.Jarkko Hietaniemi2003-05-191-3/+3
* Based onCraig A. Berry2003-05-191-0/+2
* z/OS: More threaded build tweaks from Brian De Pradine--Jarkko Hietaniemi2003-05-011-0/+14
* Croak on non ref to shared methods instead of segfault.Artur Bergman2003-04-211-0/+10
* Fixes bug #17043, resets PL_srand_called before the cloning.Artur Bergman2003-04-212-2/+20
* Fix double join problem for those places where freeArtur Bergman2003-04-162-2/+15
* Document the effect of thread creation context.Jarkko Hietaniemi2003-04-161-0/+7
* Fix bug #16253, use all the CPU that we can :-)Artur Bergman2003-04-131-0/+1
* Fix bug #15893 by creating shared scalars with a refcount of 1Artur Bergman2003-04-131-2/+5
* Don't recurse from threads to threads/shared (sinceJarkko Hietaniemi2003-04-031-0/+8
* Make at least the thread count make sense.Jarkko Hietaniemi2003-04-021-1/+1
* Integrate:Ilya Zakharevich2003-04-011-0/+4
* Patch from Craig Berry to resolve test failures in VMS.Jarkko Hietaniemi2003-03-111-2/+3
* Change regex to be a bit more friendly against variousArtur Bergman2003-02-211-1/+1
* [doc patch] ext/threads/shared/shared.pmStas Bekman2003-02-151-3/+3
* Fix bug #15837, temporary from storable call hadn't gottenArtur Bergman2003-02-011-0/+47
* Don't free thread before using it, breaks platforms thatArtur Bergman2003-02-011-11/+9
* When we copy things out of a hash and increment the Artur Bergman2003-01-261-0/+2
* Integrate change #18420 from maint-5.8:Rafael Garcia-Suarez2003-01-041-9/+11
* Forgot to add problems.t with change #18419Artur Bergman2003-01-041-0/+55
* One more (or, rather, less) //.Jarkko Hietaniemi2003-01-041-2/+3
* Integrate from maintperl:Jarkko Hietaniemi2003-01-041-1/+3
* Fix long standing memory leak with pop and shift!Artur Bergman2003-01-041-2/+4
* Fixes bug #15273, the return of the object causedArtur Bergman2003-01-031-1/+18
* Fake what context we are running in for CLONE and DESTROY so Artur Bergman2003-01-032-4/+31
* Change pp_lock to take a reference instead of aArtur Bergman2003-01-031-1/+14
* Fix up #18229.Jarkko Hietaniemi2002-12-031-2/+4
* $0 mofifying part IJarkko Hietaniemi2002-12-021-1/+28
* trivial typoDave Mitchell2002-11-191-1/+1
* Fixes to threads::shared when disabledMichael G. Schwern2002-08-303-10/+63
* Document that using threads/pseudofork inside BEGINs does not work.Jarkko Hietaniemi2002-07-131-0/+11
* [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bugElizabeth Mattijsen2002-07-121-0/+5
* [DOC PATCH] threads.pm, threads->tid in DESTROY bugElizabeth Mattijsen2002-07-121-3/+5
* threads::shared::queue and semaphore become Thread::SemaphoreJarkko Hietaniemi2002-07-126-283/+1
* Document that one cannot "proxy" enable threading.Jarkko Hietaniemi2002-07-121-6/+7
* Re: Thread object by tid?Elizabeth Mattijsen2002-07-121-0/+15
* Don't set the context to the running thread beforeArtur Bergman2002-07-111-1/+1