summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-28/+66
| * | Warn on %{+undef} and @{+undef}Chip Salzenberg1997-03-071-3/+4
| * | [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-2/+4
| * | [inseparable changes from match from perl-5.003_90 to perl-5.003_91]Perl 5 Porters1997-02-251-3/+1
| * | Don't taint $x in C<$x = ($tainted =~ /(\w+)/)>Chip Salzenberg1997-02-221-5/+14
| * | Fix sub call through magic var (e.g. C<&$1>)Chip Salzenberg1997-02-181-2/+7
| * | [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-19/+18
| * | Prevent premature death of @_ during leavesubChip Salzenberg1997-01-291-1/+4
| * | [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-6/+1
| |\ \
| | * | Efficiency patchlet for pp_aassign()Ilya Zakharevich1997-01-251-0/+1
| |/ /
| * | [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-21/+48
| * | [inseparable changes from patch from perl5.003_19 to perl5.003_20]Perl 5 Porters1997-01-081-9/+2
| * | [inseparable changes from patch from perl5.003_18 to perl5.003_19]Perl 5 Porters1997-01-041-14/+11
| * | Don't forget $c in C<(($a,$b,$c)=(1,2))=(3,4,5)>Chip Salzenberg1997-01-011-2/+3
| * | Support named closuresChip Salzenberg1996-12-281-2/+9
| * | [inseparable changes from patch from perl5.003_15 to perl5.003_16]Perl 5 Porters1996-12-251-4/+7
| * | [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-119/+111