summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* RC5 and Intel's ICCMarcus Holland-Moritz2003-09-231-0/+1
* threads/shared.pm: saves 4K per threadElizabeth Mattijsen2003-09-051-11/+11
* versions threads modulesElizabeth Mattijsen2003-09-051-1/+1
* use IO; is deprecated.Jarkko Hietaniemi2003-09-031-4/+4
* Changing the test count is a good idea.Jarkko Hietaniemi2003-09-031-1/+1
* Re: maint@20974 or before broke mp2 ithreads testMarcus Holland-Moritz2003-09-031-0/+9
* Re: script wantedNicholas Clark2003-08-132-2/+2
* Cast away gcc 3.3 type conversion pickiness.Jarkko Hietaniemi2003-08-061-2/+2
* fix for ext/threads/t/problems.t failuresDave Mitchell2003-07-051-16/+23
* No energy now to figure out what is wrong with $0Jarkko Hietaniemi2003-07-041-1/+1
* $0 is pain.Jarkko Hietaniemi2003-07-041-1/+1
* The 'contiguous' test for argv[], envp[] was bogusJarkko Hietaniemi2003-06-301-2/+3
* $0 test tweaks from Andreas.Jarkko Hietaniemi2003-06-301-4/+4
* email address correctionRichard Soderberg2003-06-191-1/+1
* Instead of fancy condvar footwork do a simple join,Jarkko Hietaniemi2003-06-161-7/+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
* Integrate from maint:Marcus Holland-Moritz2003-06-111-0/+1
* On a real multicpu box the child thread could still be runningJarkko Hietaniemi2003-06-091-1/+7
* 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