| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH for 5.004_64] Configure patch Config_64-01 | Andy Dougherty | 1998-05-14 | 1 | -3/+5 |
* | dos-djgpp update | Laszlo Molnar | 1998-02-25 | 1 | -0/+2 |
* | [win32] Fix minor problems with non USE_THREADS build. win32 branch | Gurusamy Sarathy | 1998-02-03 | 1 | -0/+2 |
* | Introduced thr->threadsvp and THREADSV() for faster per-thread | Malcolm Beattie | 1998-02-02 | 1 | -2/+39 |
* | Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that | Malcolm Beattie | 1997-12-10 | 1 | -1/+0 |
* | embed.pl now reads *var*.h to do its stuff. | Nick Ing-Simmons | 1997-11-30 | 1 | -119/+0 |
* | Globals and structs via macros - part 1 of N | Nick Ing-Simmons | 1997-11-29 | 1 | -101/+0 |
* | GCC + Threads on Win32 - best gcc results yet | Nick Ing-Simmons | 1997-11-29 | 1 | -0/+2 |
* | AIX patch (including Configure support for {sched,pthread}_yield, | Jarkko Hietaniemi | 1997-11-25 | 1 | -7/+11 |
* | Rename perl_thread to perl_os_thread. | Malcolm Beattie | 1997-11-25 | 1 | -2/+2 |
* | $_ is now per-thread (rather a lot of changes). Only tested under | Malcolm Beattie | 1997-11-21 | 1 | -1/+1 |
* | Integrate mainline changes into win32 branch. Now would be a good time | Gurusamy Sarathy | 1997-11-14 | 1 | -3/+3 |
|\ |
|
| * | Rewrite thread return code to distinguish between ordinary return | Malcolm Beattie | 1997-11-13 | 1 | -2/+2 |
| * | Change CONTEXT to PERL_CONTEXT throughout source (since the #define | Malcolm Beattie | 1997-11-13 | 1 | -1/+1 |
* | | Initial (untested) integration of mainline changes. | Gurusamy Sarathy | 1997-11-11 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN | Malcolm Beattie | 1997-11-11 | 1 | -1/+1 |
| * | Initial integration of ansi branch into mainline (untested). | Malcolm Beattie | 1997-11-11 | 1 | -3/+6 |
| |\ |
|
| | * | Get threads working again on Win32 | Nick Ing-Simmons | 1997-11-08 | 1 | -1/+4 |
| | * | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -1/+41 |
| | * | Raw integrate of latest perl | Nick Ing-Simmons | 1997-11-07 | 1 | -5/+5 |
| | |\ |
|
| | * | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -42/+1 |
| | * | | Compile(d) at least once with threads on win32 | Nick Ing-Simmons | 1997-11-05 | 1 | -0/+1 |
| | * | | Integrate mainline @ 18:15 CST 31 Oct 1997 | Nick Ing-Simmons | 1997-11-01 | 1 | -1/+41 |
| | |\ \ |
|
| | * | | | Further ANSI changes now builds and passes (most) tests | Nick Ing-Simmons | 1997-10-31 | 1 | -2/+3 |
| * | | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and | Malcolm Beattie | 1997-11-11 | 1 | -0/+2 |
* | | | | | Remove runlevel. It was used to count how many runops() calls | Gurusamy Sarathy | 1997-11-10 | 1 | -3/+0 |
* | | | | | Initial (untested) merge of all non-ansi changes on ansiperl branch | Gurusamy Sarathy | 1997-11-10 | 1 | -3/+7 |
|/ / / / |
|
* | | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of a | Malcolm Beattie | 1997-11-07 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Per-thread magicals now stored in their own thr->magicals and keyed | Malcolm Beattie | 1997-11-06 | 1 | -5/+3 |
* | | | Per-thread magicals mostly working (and localisable). Now getting | Malcolm Beattie | 1997-11-05 | 1 | -1/+2 |
| |/
|/| |
|
* | | Half way through moving per-thread magicals into per-thread fields | Malcolm Beattie | 1997-10-31 | 1 | -1/+41 |
|/ |
|
* | Remove global macro "self". Change thr->Tself to thr->self. | Malcolm Beattie | 1997-10-29 | 1 | -5/+4 |
* | Improve internal threading API. Introduce win32/win32thread.[ch] | Malcolm Beattie | 1997-10-24 | 1 | -79/+128 |
* | Correct threads_mutex locking in main thread destruction. | Malcolm Beattie | 1997-10-16 | 1 | -0/+1 |
* | Add HAVE_THREAD_INTERN for platform-dependent struct thread additions. | Malcolm Beattie | 1997-10-15 | 1 | -15/+15 |
* | pthread_condattr_init in thread.h for OLD_PTHREADS_API. | Malcolm Beattie | 1997-10-15 | 1 | -1/+4 |
* | Started rewriting thread state machine. | Malcolm Beattie | 1997-10-15 | 1 | -12/+14 |
* | Rewrite thread destruction system using linked list of threads. | Malcolm Beattie | 1997-10-10 | 1 | -16/+26 |
* | Remove last traces of "tokenbuf as temp buffer" and removed it | Malcolm Beattie | 1997-10-03 | 1 | -2/+4 |
* | struct thread now stored in an SV and uses '~'-magic for access. | Malcolm Beattie | 1997-09-22 | 1 | -7/+11 |
* | Minor multi-threading patches for VMS. | Malcolm Beattie | 1997-09-22 | 1 | -0/+7 |
* | Solaris fixes: delete pad and padname from thread.h and remove | Malcolm Beattie | 1997-09-10 | 1 | -4/+0 |
* | Assorted changes for multi-threading (now works rather more). | Malcolm Beattie | 1997-08-11 | 1 | -2/+6 |
* | Start support for fake threads. | Malcolm Beattie | 1997-07-24 | 1 | -7/+42 |
* | Fix multiple problems with lexical @_. | Malcolm Beattie | 1997-07-17 | 1 | -0/+4 |
* | Support for op in global register (still buggy) | Malcolm Beattie | 1997-07-01 | 1 | -1/+9 |
* | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 1 | -1/+1 |
* | Added programmer-level condition variables via "condpair" magic. | Malcolm Beattie | 1997-04-23 | 1 | -1/+30 |
* | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups. | Malcolm Beattie | 1997-03-28 | 1 | -0/+206 |