summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* [win32] merge changes#906,907,909,910 from maintbranchGurusamy Sarathy1998-05-151-0/+1
* [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-11/+13
* [win32] integrate mainlineGurusamy Sarathy1998-05-141-2/+3
* [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-15/+23
* Re: Odd number of elements in hash list.Tom Phoenix1998-04-021-2/+9
* Re: doc: perlrun typo Stephen Potter1998-04-021-2/+2
* Bump patchlevel.h to 63.Malcolm Beattie1998-03-161-13/+13
|\
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-13/+13
* | VMS updates (direct)Charles Bailey1998-03-161-1/+4
|/
* [win32] this one with adjusted test numbersStephen McCamant1998-03-021-2/+2
* _58: wantarray in void context brokenNorton T. Allen1998-02-131-2/+0
* Newer -DLEAKTEST patchIlya Zakharevich1998-02-061-1/+1
* [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-1/+1
* First working TIEARRAY and other misc tie fixesNick Ing-Simmons1998-01-151-5/+20
* TIEARRAY updates - almost works ...Nick Ing-Simmons1998-01-141-0/+3
* tie array changes to core and testsNick Ing-Simmons1998-01-131-9/+20
* print/printf/... over-eager mg_find for glob magic:Gurusamy Sarathy1998-01-081-2/+2
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-0/+5
* pp_print and pp_prtf handling of tied file handles used EXTENDMalcolm Beattie1997-12-121-1/+1
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-4/+5
* $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-3/+3
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-66/+104
* Rewrite thread return code to distinguish between ordinary returnMalcolm Beattie1997-11-131-3/+9
* Change CONTEXT to PERL_CONTEXT throughout source (since the #defineMalcolm Beattie1997-11-131-6/+6
* Raw integrate of latest perlNick Ing-Simmons1997-11-071-2/+2
|\
| * Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-2/+2
* | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-32/+31
* | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-12/+10
|/
* 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-231-0/+1
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-66/+17
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-66/+17
* | Remove stale code from pp_entersub which breaks sub ownership locks.Malcolm Beattie1997-10-151-20/+10
* | Fix up locking/synchronisation for pp_entersub.Malcolm Beattie1997-10-101-96/+115
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-5/+1
|\ \ | |/
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-1/+1
| * Band-aid fix for local([@%]$x)Stephen McCamant1997-08-071-4/+0
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-4/+12
|\ \ | |/
| * No DESTROY on untie. Tie memory leak fixed.Gurusamy Sarathy1997-06-111-4/+12
* | More fprintf -> PerlIO_printf changes.Malcolm Beattie1997-09-221-4/+4
* | Debugging output for lock handling.Malcolm Beattie1997-09-101-0/+3
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-25/+41
* | Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-111-0/+4
* | Start support for fake threads.Malcolm Beattie1997-07-241-14/+0
* | Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-6/+32
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-0/+151
|\ \
| * | Don't require CvDEPTH == 0 when bombing out of subs.Malcolm Beattie1997-05-021-1/+1
| * | Added programmer-level condition variables via "condpair" magic.Malcolm Beattie1997-04-231-1/+1
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-3/+154
* | | Fix up integration 5.003->5.004.Malcolm Beattie1997-05-251-4/+3