summaryrefslogtreecommitdiff
path: root/ext/Thread
Commit message (Expand)AuthorAgeFilesLines
* Integrate from maint:Marcus Holland-Moritz2003-06-111-2/+7
* change #18030 needs the removal of ext/Thread/thr5005.tHugo van der Sanden2002-10-241-207/+0
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-192-823/+7
* The installation of the 5.005threads {Queue,Semaphore}.pmJarkko Hietaniemi2002-07-132-0/+6
* threads::shared::queue and semaphore become Thread::SemaphoreJarkko Hietaniemi2002-07-122-0/+198
* [DOC PATCH] Thread::Signal.pmElizabeth Mattijsen2002-07-081-1/+21
* Move the obsolete README.threads out of sight to ext/Threads;Jarkko Hietaniemi2002-06-051-0/+349
* Add emulation layer for Thread/Semaphore and Thread/QueueArtur Bergman2002-05-122-185/+0
* 5005threads didn't work because $Thread::VERSION wasn'tJarkko Hietaniemi2001-11-161-3/+3
* Make Thread a wrapper for both ithreads and 5005threads.Jarkko Hietaniemi2001-11-1618-307/+2
* Add the fruits of Larry Shatzer's version verifying script.Jarkko Hietaniemi2001-11-164-0/+9
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-1/+0
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-15/+15
* a small fix.Vadim Konovalov2001-07-021-0/+1
* Based onRichard Soderberg2001-06-292-5/+5
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-291-1/+1
* Rename the old non-standard threads tests so thatJarkko Hietaniemi2001-06-1916-0/+0
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+207
* Protect the (original) thread tests against testing if no 5.005Jarkko Hietaniemi2001-06-1716-0/+192
* -Wall cleanup.Jarkko Hietaniemi2001-06-161-7/+2
* pthread_attr_setstacksize() isn't absolutely necessaryJarkko Hietaniemi2001-06-161-2/+0
* Move the stack desire definition to thread.h.Jarkko Hietaniemi2001-05-161-5/+10
* DG-UX threading patches, including a README.dgux,Jarkko Hietaniemi2001-05-161-0/+4
* Integrate change #9646 from maintperl into mainline.Jarkko Hietaniemi2001-04-092-1/+16
* Integrate changes #9544,9547,9549(perlio),9550,9551 fromJarkko Hietaniemi2001-04-051-1/+1
* more pod patchesMichael Stevens2001-03-162-2/+2
* Re: Latest tarball doesn't build with threadsNick Ing-Simmons2000-12-211-1/+1
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-2/+0
* Re: [PATCH 5.6.0]Add non-blocking thread doneness checkingHugo van der Sanden2000-10-262-4/+3
* Add non-blocking thread doneness checkingDan Sugalski2000-10-252-0/+26
* Fix for thinko in #6848.Lupe Christoph2000-08-291-1/+1
* Use the actual thread type, not the pointer-to-struct.Jarkko Hietaniemi2000-08-271-1/+1
* typo in podGurusamy Sarathy2000-04-241-1/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-191-9/+8
* syntax errors in Thread::* (from Tom Christiansen)Gurusamy Sarathy2000-03-173-8/+9
* 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