summaryrefslogtreecommitdiff
path: root/ext/Thread/Thread.xs
Commit message (Expand)AuthorAgeFilesLines
* Integrate from maint:Marcus Holland-Moritz2003-06-111-2/+7
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-496/+3
* 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-291-4/+4
* -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-091-1/+7
* Integrate changes #9544,9547,9549(perlio),9550,9551 fromJarkko Hietaniemi2001-04-051-1/+1
* 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-261-2/+2
* Add non-blocking thread doneness checkingDan Sugalski2000-10-251-0/+9
* 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
* more adjustments needed for change#5342 under use5005threadsGurusamy Sarathy2000-02-291-4/+4
* fix two leaks in Thread.xs (from Eugene AltermanGurusamy Sarathy1999-10-101-4/+8
* 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-061-21/+21
* 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
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-8/+8
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* integrate change#3179 from maint-5.005Gurusamy Sarathy1999-03-281-0/+6
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-5/+14
* fix PL_defoutgv leak under threadsGurusamy Sarathy1998-11-261-2/+4
* properly free temporaries created by threadsGurusamy Sarathy1998-11-261-0/+2
* Replace ATTR_JOINABLE with true Configure probeJarkko Hietaniemi1998-11-021-1/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-1/+1
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-1/+1
* OLD_PTHREADS_API reorganizing.Jarkko Hietaniemi1998-10-201-30/+6
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-4/+17
* Thread::cond_wait bug in 5.005.51 causes deadlockDrago Goricanec1998-09-231-0/+1
* tweaked version of suggested patchIlya Zakharevich1998-08-021-21/+21
* VMS patches from Dan Sugalski <sugalskd@osshe.edu>Brad Hughes1998-07-211-0/+17
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-17/+17
* PL_ minir tidy upNick Ing-Simmons1998-07-191-22/+22
* Merge latest mainlineNick Ing-Simmons1998-07-181-15/+25
|\
| * fix yet another USE_THREADS leak due to failure to free stacksGurusamy Sarathy1998-07-181-1/+11
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-28/+28
|/
* fix $/ init for multiple interpreters/threadsGurusamy Sarathy1998-07-181-0/+2
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+7
* 5.004_63 picky compiler fixes [PATCH]Hans Mulder1998-04-021-1/+1