summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Correct threads_mutex locking in main thread destruction.Malcolm Beattie1997-10-165-6/+45
* Fix up merge with 5.004_04.Malcolm Beattie1997-10-163-2/+12
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-16135-1986/+5071
|\
| * Maintenance 5.004_04 changesTim Bunce1997-10-15136-1980/+5070
| |\
| | * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-0593-1049/+3347
| | |\
| | | * perldoc diffs: don't search auto - much fasterJoseph N. Hall1997-09-051-1/+5
| | | * 5.004m4t1: perlbug: NIS domainname gets into wrong placesAndreas J. Koenig1997-09-051-4/+1
| | | * eg/sysvipc/ipcsem bug, new hints/bsdos.shTony Sanders1997-09-052-112/+54
| | | * h2ph broken in 5.004_02Kurt D. Starsinic1997-09-051-1/+1
| | | * Perldoc tiny patch to avoid $0Ilya Zakharevich1997-09-051-3/+4
| | |/
| | * Missing 'require' in auto-generated .pm by h2xsDavid Kerry1997-09-051-1/+1