summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Clear errno on successful C<require>.Chip Salzenberg2019-10-191-0/+2
* Preserve errno from importunities of sfio.Chip Salzenberg2019-10-191-2/+11
* "die with a reference should use overload "" operator"Graham Barr2019-10-191-0/+2
* Jumbo patch from Sarathy based on the following changesTim Bunce2019-10-191-24/+32
* Assorted patches:Tim Bunce2019-10-191-0/+1
* Assorted patches:Tim Bunce2019-10-191-1/+1
* Assorted patches:Tim Bunce2019-10-191-4/+15
* Assorted patches:Tim Bunce2019-10-191-0/+1
* "win32 update from 5.005 beta 2 for 5.004_05"Gurusamy Sarathy2019-10-191-1/+1
* "Remove flawed '// with parens or $&' performance patch (Change 662)"M.J.T. Guy2019-10-191-5/+3
* "Fix for broken goto &xsub"Albert Dvornik1998-07-061-0/+18
* "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"Chip Salzenberg1998-06-231-1/+11
* "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"Gurusamy Sarathy1998-05-191-139/+825
* Title: "interp.sym is missing C<e_script> after -e fix"Tim Bunce1998-05-191-1/+1
* Title: "install non-backwards compatible .pm files into archlib"Tim Bunce1998-05-151-1/+1
* allow die $refGraham Barr1998-05-161-18/+22
* Don't accidentally untaint target of s///Chip Salzenberg1998-04-291-5/+8
* Better error message for require failureEd Peschko1998-04-281-1/+1
* Additional regex-cache patchChip Salzenberg1998-04-231-4/+3
* [inseperable changes between Change 872 and Change 886]Tim Bunce1998-04-101-3/+15
* "rename local 'op' variables to 'o'", #F114Gurusamy Sarathy1998-03-041-13/+13
* "Fix restoration of locals on scope unwinding", #F083Gurusamy Sarathy1998-03-031-6/+9
* "after an eval-ed bad require, requiring a string ref SEGVs", #F082Gurusamy Sarathy1998-03-031-3/+4
* "Fix seg fault on eval/require and syntax errors", #F081Gurusamy Sarathy1998-03-031-6/+7
* "Fix SEGV from combining caller and C<package;>", #F068James Duncan1998-03-031-5/+14
* "Avoid SEGV from local($@)", #F059Gurusamy Sarathy1998-03-031-3/+6
* "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035Martin Plechsmid1998-03-031-4/+6
* "Dramatically improve performance of // with parens or $&", #F029Chip Salzenberg1998-03-031-3/+5
* "Fix lexical lookup in eval-sub-eval", #F006Chip Salzenberg1998-03-021-0/+11
* Re: "perl -d" dumps core when loading syslog.phTim Bunce1997-09-051-0/+1
* Some perldb -> PERLDB_* macro changes were missedIlya Zakharevich1997-09-051-2/+2
* [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-2/+37
* $\1 and serious bug in evallingIlya Zakharevich1997-08-071-1/+2
* Win32 UNC path causes autoload to failWarren Jones1997-08-071-0/+3
* [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-1/+13
|\
| * Patch to show @INC when require diesJim Avera1997-06-111-0/+10
|/
* [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-5/+76
* Fix wantarray() in sort subs [fixes metaconfig]Chip Salzenberg1997-05-081-5/+17
* Handle tainted values in lists returned from subs, evalsChip Salzenberg1997-05-011-9/+26
* [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-16/+24
* [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-39/+42
* [inseparable changes from match from perl-5.003_97c to perl-5.003_97d]perl-5.003_97dPerl 5 Porters1997-04-091-4/+8
* [inseparable changes from match from perl-5.003_97a to perl-5.003_97b]Perl 5 Porters1997-04-041-7/+1
* runlevel is I32, not intRoderick Schertler1997-04-031-2/+2
* Don't use setjmp() and longjmp() in complex exprsChip Salzenberg1997-04-011-1/+2
* [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-74/+89
* [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-11/+7
* [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-5/+5
* [inseparable changes from match from perl-5.003_90 to perl-5.003_91]Perl 5 Porters1997-02-251-3/+53
* Don't taint $x in C<$x = ($tainted =~ /(\w+)/)>Chip Salzenberg1997-02-221-2/+3