summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Assorted (5.004 specific) fixes:Tim Bunce2019-10-191-2/+3
* Revert to 5.004_04 glob error check (too many csh's give bad status)Tim Bunce2019-10-191-5/+2
* Jumbo patch from Sarathy based on the following changesTim Bunce2019-10-191-5/+14
* Assorted patches:Tim Bunce2019-10-191-2/+5
* Assorted patches:Tim Bunce2019-10-191-1/+1
* "Make failed matches return empty list in list context"Paul E. Maisano2019-10-191-2/+2
* "Remove flawed '// with parens or $&' performance patch (Change 662)"M.J.T. Guy2019-10-191-39/+22
* "Fix string substitution returncode problem"Dominic Dunlop1998-07-111-0/+2
* "Better error message for $undef->method call"Tim Bunce1998-07-071-1/+3
* Assorted patches:Tim Bunce1998-07-061-9/+23
* "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"Chip Salzenberg1998-06-231-1/+9
* Assorted patches:Tim Bunce1998-06-191-2/+8
* "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"Gurusamy Sarathy1998-05-191-61/+73
* Fix printf segmentation faultHugo van der Sanden1998-05-021-0/+1
* Don't accidentally untaint target of s///Chip Salzenberg1998-04-291-8/+10
* New regex flag //t to leave $1 etc. taintedChip Salzenberg1998-04-291-3/+3
* stale pointers after realloc (MEXTEND in pp_print and pp_prtf)Malcolm Beattie1998-04-221-1/+1
* Odd number of elements in hash list.Tom Phoenix1998-04-221-2/+9
* [inseperable changes between Change 872 and Change 886]Tim Bunce1998-04-101-16/+26
* "Dramatically improve performance of // with parens or $&", #F029Chip Salzenberg1998-03-031-22/+39
* "Fix local $a[0] and local $h{a}", #F012Stephen McCamant1998-03-031-2/+2
* "Fix inefficient checks for TIEHANDLE", #F008Gurusamy Sarathy1998-03-021-2/+2
* [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-66/+17
* [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
* No DESTROY on untie. Tie memory leak fixed.Gurusamy Sarathy1997-06-111-4/+12
* [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