summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Compile(d) at least once with threads on win32 Nick Ing-Simmons1997-11-053-0/+4
| * | | | Trivial integrateNick Ing-Simmons1997-11-051-1/+1
| |\ \ \ \
| * \ \ \ \ Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-0123-151/+440
| |\ \ \ \ \
| * | | | | | win32thread.* not in MANIFEST which has muddled movingNick Ing-Simmons1997-11-013-33/+65
| * | | | | | Test changesNick Ing-Simmons1997-11-014-1/+93
| * | | | | | Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-3134-450/+348
| * | | | | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-3128-1791/+813
| * | | | | | Make the ansi branchNick Ing-Simmons1997-10-300-0/+0
* | | | | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-118-32/+32
* | | | | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-1112-52/+70
| |_|_|_|/ / |/| | | | |
| | | | | * 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