summaryrefslogtreecommitdiff
path: root/thread.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-2/+3
| * | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-0/+2
* | | | | Remove runlevel. It was used to count how many runops() callsGurusamy Sarathy1997-11-101-3/+0
* | | | | Initial (untested) merge of all non-ansi changes on ansiperl branchGurusamy Sarathy1997-11-101-3/+7
|/ / / /
* | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of aMalcolm Beattie1997-11-071-0/+1
| |_|/ |/| |
* | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-5/+3
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-1/+2
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-1/+41
|/
* Remove global macro "self". Change thr->Tself to thr->self.Malcolm Beattie1997-10-291-5/+4
* Improve internal threading API. Introduce win32/win32thread.[ch]Malcolm Beattie1997-10-241-79/+128
* Correct threads_mutex locking in main thread destruction.Malcolm Beattie1997-10-161-0/+1
* Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.Malcolm Beattie1997-10-151-15/+15
* pthread_condattr_init in thread.h for OLD_PTHREADS_API.Malcolm Beattie1997-10-151-1/+4
* Started rewriting thread state machine.Malcolm Beattie1997-10-151-12/+14
* Rewrite thread destruction system using linked list of threads.Malcolm Beattie1997-10-101-16/+26
* Remove last traces of "tokenbuf as temp buffer" and removed itMalcolm Beattie1997-10-031-2/+4
* struct thread now stored in an SV and uses '~'-magic for access.Malcolm Beattie1997-09-221-7/+11
* Minor multi-threading patches for VMS.Malcolm Beattie1997-09-221-0/+7
* Solaris fixes: delete pad and padname from thread.h and removeMalcolm Beattie1997-09-101-4/+0
* Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-111-2/+6
* Start support for fake threads.Malcolm Beattie1997-07-241-7/+42
* Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-0/+4
* Support for op in global register (still buggy)Malcolm Beattie1997-07-011-1/+9
* More fixups for thrperl integration.Malcolm Beattie1997-06-051-1/+1
* Added programmer-level condition variables via "condpair" magic.Malcolm Beattie1997-04-231-1/+30
* Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-0/+206