This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
[perl5.git] / thread.h
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
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
1997-11-25 Malcolm BeattieRename perl_thread to perl_os_thread.
1997-11-21 Malcolm Beattie$_ is now per-thread (rather a lot of changes). Only...
1997-11-14 Gurusamy SarathyIntegrate mainline changes into win32 branch. Now...
1997-11-13 Malcolm BeattieRewrite thread return code to distinguish between ordin...
1997-11-13 Malcolm BeattieChange CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-12 Nick Ing-SimmonsFixup Win32
1997-11-11 Gurusamy SarathyInitial (untested) integration of mainline changes.
1997-11-11 Malcolm BeattieTypo in thread.h: ADD_THREAD_INTERN should be HAVE_THRE...
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 SarathyRemove runlevel. It was used to count how many runops...
1997-11-10 Gurusamy SarathyInitial (untested) merge of all non-ansi changes on...
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 Malcolm BeattieChange pp_tie and pp_dbmopen to use perl_call_sv instea...
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-05 Nick Ing-SimmonsCompile(d) at least once with threads on win32
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 SarathyA quick merge of latest mainline.
1997-10-16 Malcolm BeattieCorrect threads_mutex locking in main thread destruction.
1997-10-15 Gurusamy SarathyWin32 changes over 5.004_52:
1997-10-15 Gurusamy SarathyIntegrated latest changes from mainline into win32.
1997-10-15 Malcolm BeattieAdd HAVE_THREAD_INTERN for platform-dependent struct...
1997-10-15 Malcolm Beattiepthread_condattr_init in thread.h for OLD_PTHREADS_API.
1997-10-15 Malcolm BeattieStarted rewriting thread state machine.
1997-10-13 Gurusamy SarathyInitial merge of win32 threads patch.
1997-10-10 Malcolm BeattieRewrite thread destruction system using linked list...
1997-10-03 Malcolm BeattieRemove last traces of "tokenbuf as temp buffer" and...
1997-09-22 Malcolm Beattiestruct thread now stored in an SV and uses '~'-magic...
1997-09-22 Malcolm BeattieMinor multi-threading patches for VMS.
1997-09-10 Malcolm BeattieSolaris fixes: delete pad and padname from thread.h...
1997-08-11 Malcolm BeattieAssorted changes for multi-threading (now works rather...
1997-07-24 Malcolm BeattieStart support for fake threads.
1997-07-17 Malcolm BeattieFix multiple problems with lexical @_.
1997-07-01 Malcolm BeattieSupport for op in global register (still buggy)
1997-06-05 Malcolm BeattieMore fixups for thrperl integration.
1997-04-23 Malcolm BeattieAdded programmer-level condition variables via "condpai...
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...