This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
intrpvar.h: Consolidate some defns into #ifdefs
[perl5.git] / thread.h
2022-09-30 Karl Williamsonthread.h: White space only
2022-09-12 Karl Williamsonthread.h Save errno around lock/unlock
2022-09-12 Karl Williamsonthread.h: White-space, braces only
2022-01-12 Nicholas ClarkPERL_SET_CONTEXT(t) needs to set PL_current_context...
2022-01-12 Nicholas ClarkFor C++ extensions, use the pthreads definition of...
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-09-07 Nicholas ClarkIf we have thread local storage, use it instead of...
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-12-20 Karl WilliamsonMake many-reader mutexes more resilient
2020-12-14 Tony Cookconsistently parenthesise the RW lock macro arguments
2020-12-14 Tony Cookbuild test for the read/write mutex macros
2020-12-12 Karl Williamsonmany-reader mutexes: Change structure element name
2020-12-12 Karl WilliamsonPERL_WRITE_UNLOCK: add missing condition signal
2020-12-06 Karl WilliamsonAdd start-up/tear-down for many-reader mutexes
2020-12-06 Karl WilliamsonChange many-reader mutex API for consistency
2020-11-27 Karl WilliamsonAdd mutex locking for many-reader/1-writer
2020-07-20 Dagfinn Ilmari Man... Remove the final remnants of 5005threads support
2017-10-21 Aaron Cranethread.h: simplify cpp conditionals
2017-07-03 Dagfinn Ilmari Man... Properly NOOP macros in thread.h
2015-11-23 Jarkko Hietaniemiclang thread safety annotations
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-13 David Mitchellsilence some compiler warnings
2013-05-27 Nicholas ClarkRemove DG/UX support.
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2009-05-21 Nicholas ClarkRemove all the 5005threads specific mutex macros, which...
2009-01-17 Craig A. BerryNeed even more stack for VMS_IA64-ithread.
2008-10-27 Nicholas ClarkAdd MUTABLE_AV(), and remove (AV *) casts from headers.
2008-01-01 Marcus Holland-MoritzAdd editor blocks to some header files.
2006-04-16 Andy LesterRemoved unused var in a macro
2006-03-21 John E. Malmberg[patch@27529] thread.h - VMS needs more stack
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasGet rid of hardcoded string length.
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-01-05 Gisle AasAvoid segfault when pthread_key_create fails
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-29 Marcus Holland-MoritzMake panics a bit more verbose to ease debugging.
2003-06-13 Jarkko HietaniemiRedundancy removal from Brian De Pradine;
2003-05-01 Jarkko Hietaniemiz/OS: More threaded build tweaks from Brian De Pradine--
2003-04-22 Jarkko Hietaniemiz/OS: changes for building threaded from "Brian De...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-09 H.Merijn BrandTru64 and gcc and threads
2002-03-11 Jarkko HietaniemiDG/UX updates from Takis Psarogiannakopoulos.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-07-20 Gurusamy SarathyMake perl fork()-safe (in a slightly limited way) even on
2001-07-17 Coralfix PTHREAD_ATFORK croaking too early, too often
2001-07-12 Jarkko HietaniemiMake PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
2001-07-12 coralpthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_...
2001-07-12 Doug MacEachernRe: [patch] pthread_atfork bandaid
2001-07-12 Jarkko HietaniemiRetract #11289.
2001-07-12 Jarkko Hietaniemi(Retracted by #11289.)
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-05 Gurusamy Sarathyperl built with USE_ITHREADS can deadlock during fork...
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-05-17 Jarkko HietaniemiThinko noticed by Doug MacEachern.
2001-05-17 Jarkko HietaniemiMacrofy the getspecific (and use it also in util.c)
2001-05-17 Jarkko HietaniemiUse the unchecked thread-specific key fetch also in...
2001-05-17 Dan SugalskiQuick thread speedup
2001-05-16 Jarkko HietaniemiMove the stack desire definition to thread.h.
2001-05-02 Dan SugalskiMultiplicity and thread fixes for VMS
2001-02-09 Jarkko HietaniemiIntegrate change #8695 from maintperl.
2001-02-08 Charles BaileySYN SYN
2001-01-30 Jarkko HietaniemiIntegrate changes #8608,8609,8610,8611,8612,8613 from...
2000-10-20 Charles BaileySYN SYN
2000-08-21 Gurusamy Sarathyfree TLS slot properly on Windows
2000-08-11 Lupe ChristophGetting perlio and threads to compile
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-14 Gurusamy Sarathyrename totally bletcherous SvLOCK() thingy (doesn't...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-03-11 Gurusamy Sarathyavoid using context pointer in MUTEX_INIT() et al;...
2000-02-29 Gurusamy Sarathyvarious shenanigans in change#5342
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-02 Gurusamy Sarathyusethreads build fixups for NeXTstep (as suggested...
1999-12-23 Gurusamy Sarathybring in basic threads stuff under USE_ITHREADS
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-07-05 Hans Mulderhand-apply whitespace mutiliated patch
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-03-02 Jarkko HietaniemiThe HP-UX threads patch (change #3028) is needed also...
1998-12-03 Jarkko HietaniemiChange#2441 aftermath.
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-02 Jarkko HietaniemiReplace ATTR_JOINABLE with true Configure probe
1998-10-27 Neale FergusonATTR_JOINABLE logic, based on (private email)
1998-10-27 Brian HarrisonMach cthreads support based on:
1998-10-22 Jarkko HietaniemiDJGPP feedback for #2028.
1998-10-21 Jarkko HietaniemiVM/ESA feedback for #2028.
1998-10-20 Jarkko HietaniemiOLD_PTHREADS_API reorganizing.
1998-10-20 Jarkko HietaniemiThinko at PTHREADS_CREATED_JOINABLE.
next