This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Quickier thread-specific data on OS/2
[perl5.git] / ext / Thread /
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.
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
1997-11-21 Malcolm Beattie$_ is now per-thread (rather a lot of changes). Only...
1997-11-18 Malcolm BeattieBring MANIFEST up to date. Add new thread tests.
1997-11-15 Gurusamy SarathyAdd #include guard in Thread.xs so it will build even...
1997-11-14 Malcolm BeattieRemove stale code from Thread.xs.
1997-11-13 Malcolm BeattieRewrite thread return code to distinguish between ordin...
1997-11-11 Malcolm BeattieInitial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm BeattieFix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-10 Gurusamy SarathyWin32 branch now contains all non-ansification changes...
1997-11-08 Nick Ing-SimmonsGet threads working again on Win32
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-07 Nick Ing-SimmonsRaw integrate of latest perl
1997-11-06 Malcolm BeattiePer-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm BeattiePer-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-SimmonsIntegrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Nick Ing-SimmonsFurther ANSI changes now builds and passes (most) tests
1997-10-31 Malcolm BeattieHalf way through moving per-thread magicals into per...
1997-10-29 Malcolm BeattieRemove global macro "self". Change thr->Tself to thr...
1997-10-24 Malcolm BeattieImprove internal threading API. Introduce win32/win32th...
1997-10-16 Gurusamy SarathyMerge changes to Thread and add makefile fixups to...
1997-10-16 Malcolm BeattieMove perlext/Thread into perl/ext/Thread.