phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
[p5sagit/p5-mst-13.2.git] / ext / Thread / Thread.xs
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Gurusamy Sarathy various win32 tweaks; disable new xs_cpp section (it...
1998-10-20 Jarkko Hietaniemi OLD_PTHREADS_API reorganizing.
1998-10-15 Gurusamy Sarathy check in all confperl changes as of change#1964 into...
1998-09-23 Drago Goricanec Thread::cond_wait bug in 5.005.51 causes deadlock
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-07-21 Brad Hughes VMS patches from Dan Sugalski <sugalskd@osshe.edu>
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-Simmons PL_ minir tidy up
1998-07-18 Nick Ing-Simmons Merge latest mainline
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Gurusamy Sarathy fix yet another USE_THREADS leak due to failure to...
1998-07-18 Gurusamy Sarathy fix $/ init for multiple interpreters/threads
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-04-02 Hans Mulder 5.004_63 picky compiler fixes [PATCH]
1998-03-18 Malcolm Beattie Add Thread::Signal to run signal handlers reliably...
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-02-02 Malcolm Beattie Introduced thr->threadsvp and THREADSV() for faster...
1997-12-01 Nick Ing-Simmons Create a struct for all perls globals (as an option)
1997-11-25 Malcolm Beattie Fix typo in Thread.xs.
1997-11-25 Jarkko Hietaniemi AIX patch (including Configure support for {sched,pthre...
1997-11-21 Malcolm Beattie $_ is now per-thread (rather a lot of changes). Only...
1997-11-15 Gurusamy Sarathy Add #include guard in Thread.xs so it will build even...
1997-11-14 Malcolm Beattie Remove stale code from Thread.xs.
1997-11-13 Malcolm Beattie Rewrite thread return code to distinguish between ordin...
1997-11-11 Malcolm Beattie Initial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm Beattie Fix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-10 Gurusamy Sarathy Win32 branch now contains all non-ansification changes...
1997-11-08 Nick Ing-Simmons Get threads working again on Win32
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
1997-11-07 Nick Ing-Simmons Raw integrate of latest perl
1997-11-06 Malcolm Beattie Per-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm Beattie Per-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-Simmons Integrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Nick Ing-Simmons Further ANSI changes now builds and passes (most) tests
1997-10-31 Malcolm Beattie Half way through moving per-thread magicals into per...
1997-10-29 Malcolm Beattie Remove global macro "self". Change thr->Tself to thr...
1997-10-24 Malcolm Beattie Improve internal threading API. Introduce win32/win32th...
1997-10-16 Gurusamy Sarathy Merge changes to Thread and add makefile fixups to...
1997-10-16 Malcolm Beattie Move perlext/Thread into perl/ext/Thread.