summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * Slightly more refined lock() keyword recognition (using %INC).Gurusamy Sarathy1997-11-111-1/+1
| | | | | * "weak" lock keyword (hardcoded initial implementation) now works.Gurusamy Sarathy1997-11-111-1/+7
| | | | | * Merge a patch in preparation for "weak keywords":Gurusamy Sarathy1997-11-104-12/+26
| | | | | * Remove runlevel. It was used to count how many runops() callsGurusamy Sarathy1997-11-107-23/+4
| | | | | * Win32 branch now contains all non-ansification changes in ansiperl branch.Gurusamy Sarathy1997-11-1013-111/+168
| | | | | * Initial (untested) merge of all non-ansi changes on ansiperl branchGurusamy Sarathy1997-11-1029-162/+506
| | | | | * Integrate latest mainline into win32 branch.Gurusamy Sarathy1997-11-0938-1244/+1887
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of aMalcolm Beattie1997-11-075-5/+43
| |_|_|/ / |/| | | |
* | | | | Update README.threads and Todo.5.005.Malcolm Beattie1997-11-062-25/+53
* | | | | Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().Malcolm Beattie1997-11-064-37/+1
* | | | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-0613-106/+156
* | | | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-0513-85/+95
| |_|/ / |/| | |
* | | | Up patchlevel to 5.004_54 (I missed _53 for the last release).Malcolm Beattie1997-11-041-1/+1
| |/ / |/| |
* | | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-3123-151/+443
|/ /
* | Remove global macro "self". Change thr->Tself to thr->self.Malcolm Beattie1997-10-296-14/+14
* | Add to Todo: compiler with fake SvCUR in comppad_name entries.Malcolm Beattie1997-10-291-0/+2
* | Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}Malcolm Beattie1997-10-291-0/+18
* | Move compiler OP class information into opcode.pl.Malcolm Beattie1997-10-293-666/+708
* | Remove xcv_condp CV field which is no longer used.Malcolm Beattie1997-10-241-2/+1
* | Patches for VMS [Dan Sugalski]Malcolm Beattie1997-10-245-73/+193
* | Improve internal threading API. Introduce win32/win32thread.[ch]Malcolm Beattie1997-10-2412-131/+371
* | Fix pp_hot.c:get_db_sub core dump when perl debugger used.Malcolm Beattie1997-10-231-9/+9
* | Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-refMalcolm Beattie1997-10-236-4/+13
* | Make lib/Bundle/CPAN.pm a text fileNick Ing-Simmons1997-10-180-0/+0
| * Merge changes to Thread and add makefile fixups to accomodate ThreadGurusamy Sarathy1997-10-166-11/+68
| * A quick merge of latest mainline.Gurusamy Sarathy1997-10-16157-1996/+6268
| |\ | |/ |/|
* | Add newly moved perl/ext/Thread/... files to MANIFEST.Malcolm Beattie1997-10-161-0/+22
* | Move perlext/Thread into perl/ext/Thread.Malcolm Beattie1997-10-1622-0/+1129
|\ \
| * | Correct threads_mutex locking in main thread destruction.Malcolm Beattie1997-10-163-8/+38
| * | Remove out-of-date test Thread/cond.t.Malcolm Beattie1997-10-151-26/+0
| * | Finish thread state machine: fixes global destruction of threads,Malcolm Beattie1997-10-152-45/+81
| * | Started rewriting thread state machine.Malcolm Beattie1997-10-151-43/+65
| * | Tweak a few Thread tests.Malcolm Beattie1997-10-103-16/+44
| * | Rewrite thread destruction system using linked list of threads.Malcolm Beattie1997-10-102-20/+134
| * | Add missing sig_pipe definition to Thread.xs.Malcolm Beattie1997-10-081-0/+1
| * | Reliable thread signal handling.Malcolm Beattie1997-10-031-0/+47
| * | Added Thread/queue.t.Malcolm Beattie1997-10-021-0/+22
| * | Update README.threads amd Thread/READMEMalcolm Beattie1997-10-021-0/+4
| * | Fixed broken typemap for Thread.Malcolm Beattie1997-10-021-3/+4
| * | struct thread now stored in an SV and uses '~'-magic for access.Malcolm Beattie1997-09-222-55/+60
| * | Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pmMalcolm Beattie1997-09-101-0/+0
| * | Move Thread/Queue.pm to Thread/Thread/Queue.pmMalcolm Beattie1997-09-101-0/+0
| * | Add Thread modules Queue.pm and Semaphore.pmMalcolm Beattie1997-09-092-0/+45
| * | Add debug info to Thread typemap.Malcolm Beattie1997-09-091-1/+7
| * | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-094-45/+11
| * | Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-114-30/+93
| * | Start support for fake threads.Malcolm Beattie1997-07-241-7/+3
| * | Tweak README.Malcolm Beattie1997-06-121-4/+3
| * | Rewrote programmer-level condition variables from scratch. AddedMalcolm Beattie1997-04-235-148/+176
| * | Initial check-in of Thread module.Malcolm Beattie1997-04-1016-0/+738
| /