This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
rpeep(): eliminate compiler warning
[perl5.git] / 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.
1998-10-19 Jarkko HietaniemiYIELD more robustly.
1998-10-19 Jarkko HietaniemiVM/ESA (and OS390) are in between of OLD_PTHREADS_API and
1998-10-15 Gurusamy Sarathycheck in all confperl changes as of change#1964 into...
1998-09-24 Gurusamy Sarathyprovide locked access to string table for USE_THREADS
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-14 Gurusamy Sarathy[win32] integrate mainline
1998-05-14 Andy Dougherty[PATCH for 5.004_64] Configure patch Config_64-01
1998-04-21 Gurusamy Sarathy[asperl] add AS patch#17
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-25 Laszlo Molnardos-djgpp update
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-03 Gurusamy Sarathy[win32] Fix minor problems with non USE_THREADS build...
1998-02-02 Malcolm BeattieIntroduced thr->threadsvp and THREADSV() for faster...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1997-12-10 Malcolm BeattieFix perl_os_thread typedef for pthreads. Tweak SvTAINT...
1997-11-30 Nick Ing-Simmonsembed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-SimmonsGlobals and structs via macros - part 1 of N
1997-11-29 Nick Ing-SimmonsGCC + Threads on Win32 - best gcc results yet
next