This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Test-Simple-0.65.
[perl5.git] / ext / Thread /
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2002-10-24 Hugo van der Sandenchange #18030 needs the removal of ext/Thread/thr5005.t
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-07-13 Jarkko HietaniemiThe installation of the 5.005threads {Queue,Semaphore}.pm
2002-07-12 Jarkko Hietaniemithreads::shared::queue and semaphore become Thread...
2002-07-08 Elizabeth Mattijsen[DOC PATCH] Thread::Signal.pm
2002-06-05 Jarkko HietaniemiMove the obsolete README.threads out of sight to ext...
2002-05-12 Artur BergmanAdd emulation layer for Thread/Semaphore and Thread...
2001-11-16 Jarkko Hietaniemi5005threads didn't work because $Thread::VERSION wasn't
2001-11-16 Jarkko HietaniemiMake Thread a wrapper for both ithreads and 5005threads.
2001-11-16 Jarkko HietaniemiAdd the fruits of Larry Shatzer's version verifying...
2001-09-15 Hugo van der SandenRe: [ID 20010815.012] Unfortunate interaction between...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Vadim Konovalova small fix.
2001-06-29 Richard SoderbergBased on
2001-06-29 Jarkko HietaniemiBump up the VERSIONs of modules that have changed since...
2001-06-19 Jarkko HietaniemiRename the old non-standard threads tests so that
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-17 Jarkko HietaniemiProtect the (original) thread tests against testing...
2001-06-16 Jarkko Hietaniemi-Wall cleanup.
2001-06-16 Jarkko Hietaniemipthread_attr_setstacksize() isn't absolutely necessary
2001-05-16 Jarkko HietaniemiMove the stack desire definition to thread.h.
2001-05-16 Jarkko HietaniemiDG-UX threading patches, including a README.dgux,
2001-04-09 Jarkko HietaniemiIntegrate change #9646 from maintperl into mainline.
2001-04-05 Jarkko HietaniemiIntegrate changes #9544,9547,9549(perlio),9550,9551...
2001-03-16 Michael Stevensmore pod patches
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-21 Nick Ing-SimmonsRe: Latest tarball doesn't build with threads
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-10-26 Hugo van der SandenRe: [PATCH 5.6.0]Add non-blocking thread doneness checking
2000-10-25 Dan SugalskiAdd non-blocking thread doneness checking
2000-10-20 Charles BaileySYN SYN
2000-08-29 Lupe ChristophFix for thinko in #6848.
2000-08-27 Jarkko HietaniemiUse the actual thread type, not the pointer-to-struct.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathytypo in pod
2000-03-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-17 Gurusamy Sarathysyntax errors in Thread::* (from Tom Christiansen)
2000-02-29 Gurusamy Sarathymore adjustments needed for change#5342 under use5005th...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathymention threads status in pod
2000-01-27 Gurusamy Sarathyvarious pod nits identified by installhtml (all fixed...
2000-01-23 Gurusamy Sarathys/use vars/our/g modules that aren't independently...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-10-10 Gurusamy Sarathyfix two leaks in Thread.xs (from Eugene Alterman
1999-10-08 Gurusamy Sarathyremove kludgey duplicate background error avoidance...
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-09-29 Charles Baileyresync with mainline
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-08-26 Gurusamy Sarathynew thread should set current interp in TLS
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Gurusamy Sarathyprohibit thread join()ing itself (from Dan Sugalski)
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-02 Gurusamy Sarathyavoid warnings
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-09 Gurusamy Sarathyadditions to Thread.pm docs from Tuomas J. Lukka
1999-03-28 Gurusamy Sarathyintegrate change#3179 from maint-5.005
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-26 Gurusamy Sarathyfix PL_defoutgv leak under threads
1998-11-26 Gurusamy Sarathyproperly free temporaries created by threads
1998-11-02 Jarkko HietaniemiReplace ATTR_JOINABLE with true Configure probe
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Gurusamy Sarathyvarious win32 tweaks; disable new xs_cpp section (it...
1998-10-20 Jarkko HietaniemiOLD_PTHREADS_API reorganizing.
1998-10-15 Gurusamy Sarathycheck in all confperl changes as of change#1964 into...
1998-10-15 Gurusamy Sarathycorrect bugs exposed in MM_Unix.pm by commenting out...
1998-10-06 Gurusamy Sarathyadd test for previous fix
1998-09-23 Drago GoricanecThread::cond_wait bug in 5.005.51 causes deadlock
1998-08-02 Gurusamy Sarathyfixes for pod noises
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-07-21 Brad HughesVMS patches from Dan Sugalski <sugalskd@osshe.edu>
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-SimmonsPL_ minir tidy up
1998-07-18 Nick Ing-SimmonsMerge latest mainline
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Gurusamy Sarathyfix yet another USE_THREADS leak due to failure to...
1998-07-18 Gurusamy Sarathyfix $/ init for multiple interpreters/threads
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-06-10 Hans MulderDocumentation patch for Semaphore.pm
1998-06-10 Hans MulderDoc & feature patch for Thread::Queue
1998-05-14 Gurusamy Sarathy[win32] integrate mainline
1998-05-14 Dan Sugalski[PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
1998-04-02 Charles BaileyNext wave of _63 VMS patches
1998-04-02 Hans Mulder5.004_63 picky compiler fixes [PATCH]
1998-03-18 Malcolm BeattieAdd Thread::Signal to run signal handlers reliably...
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-05 Charles BaileyMiscellaneous minor fixes
1998-02-20 Jarkko Hietaniemiretry [PATCH] 5.004_59: the perlhist.pod etc
1998-02-02 Malcolm BeattieIntroduced thr->threadsvp and THREADSV() for faster...
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-25 Malcolm BeattieFix typo in Thread.xs.
next