summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* _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
* | | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-251-400/+580
|\ \ \ | | |/ | |/|
| * | [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-0/+7
| * | Handle tainted values in lists returned from subs, evalsChip Salzenberg1997-05-011-5/+14
| * | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-4/+3
| * | Remove pp_method() inefficiency from last patchChip Salzenberg1997-04-181-51/+35
| * | Fix error messages on method lookup failureChip Salzenberg1997-04-171-37/+56
| * | [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97ePerl 5 Porters1997-04-151-19/+3
| * | Fix C< $x=''; pos($x)=0; $x=~/\G$/ >Chip Salzenberg1997-04-091-1/+1
| * | [inseparable changes from match from perl-5.003_97a to perl-5.003_97b]Perl 5 Porters1997-04-041-8/+22
| * | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-64/+64