summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Jumbo patch from Sarathy based on the following changesTim Bunce2019-10-191-2/+0
* "Remove flawed '// with parens or $&' performance patch (Change 662)"M.J.T. Guy2019-10-191-3/+3
* "Undo sub stub optimization and add comments on GV_FOO constants"Gurusamy Sarathy1998-07-061-36/+5
* Assorted patches:Tim Bunce1998-05-271-1/+1
* "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"Gurusamy Sarathy1998-05-191-6/+18
* [differences between patch application from Change 982 and Change 984]Tim Bunce1998-05-151-2/+2
|\
* | "Add hook to tie %! to external Errno.pm module (not included)"Graham Barr1998-05-151-1/+16
* | "Sub declaration cost reduced from ~500 to ~100 bytes"Ilya Zakharevich1998-05-141-6/+37
|/
* [inseperable changes between Change 887 and Change 896]Tim Bunce1998-04-221-1/+1
* "Eliminate double warnings under C<package;>", #F077"M.J.T. Guy"1998-03-031-10/+11
* "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040Chip Salzenberg1998-03-031-9/+8
* "Keep accurate reference count on globs' stashes", #F038Gisle Aas1998-03-031-1/+1
* "Avoid memory allocation in gv_fetchpv(), for speed", #F037Chip Salzenberg1998-03-031-3/+9
* "Dramatically improve performance of // with parens or $&", #F029Chip Salzenberg1998-03-031-3/+3
* "enhanced "use strict" warning", #F017Tkil1998-03-031-1/+9
* [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-2/+3
* [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-2/+2
* bless file handles as FileHandle if loaded else IO::HandleGisle Aas1997-08-071-1/+3
* [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-11/+9
* [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-26/+22
* SECURITY FIX: Buffer overflow in gv_fetchfile()Chip Salzenberg1997-04-181-3/+12
* Fix for incorrect overloaded assignmentChip Salzenberg1997-04-091-1/+1
* Fix AUTOLOAD, or kill meChip Salzenberg1997-04-031-2/+13
* [inseparable changes from match from perl-5.003_96 to perl-5.003_97]Perl 5 Porters1997-04-011-21/+45
* [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-11/+19
* [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-58/+56
* [inseparable changes from match from perl-5.003_90 to perl-5.003_91]Perl 5 Porters1997-02-251-0/+3
* When overloading, don't throw away nomethod's valueIlya Zakharevich1997-02-221-5/+0
* [inseparable changes from patch from perl5.003_26 to perl5.003_27]Perl 5 Porters1997-02-181-3/+9
* [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-2/+4
* [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-10/+16
|\
| * patch for LWP 5.05 to make it play with both 5.003 and 5.003_20 + overload patchIlya Zakharevich1997-01-251-7/+11
|/
* [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-49/+126
* [inseparable changes from patch from perl5.003_18 to perl5.003_19]Perl 5 Porters1997-01-041-11/+16
* [inseparable changes from patch from perl5.003_17 to perl5.003_18]Perl 5 Porters1997-01-011-44/+69
* [inseparable changes from patch from perl5.003_15 to perl5.003_16]Perl 5 Porters1996-12-251-21/+14
* [revert some function caching changes]perl-5.003_15Chip Salzenberg1996-12-241-12/+21
* [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-22/+13
* [inseparable changes from patch from perl5.003_08 to perl5.003_09]Perl 5 Porters1996-11-261-3/+2
* Make C<no FOO> fail if C<unimport FOO> failsTim Bunce1996-11-191-1/+1
* perl 5.003_07: gv.cIlya Zakharevich1996-10-091-1/+1
* perl 5.003_06: dump.c embed.h gv.c run.cPerl 5 Porters1996-10-061-3/+21
* perl 5.003_04: dump.c gv.c op.c pp_ctl.c pp_sys.c proto.h run.cPerl 5 Porters1996-09-011-16/+10
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-1/+2
* perl 5.003_01: gv.cPerl 5 Porters1996-06-181-33/+72
* Add $^E and $^O to special vars, and change run to runopsPerl 5 Porters1996-03-111-1/+3
* perl 5.002perl-5.002Andy Dougherty1996-02-281-19/+20
* Old habits die hard :-)Perl 5 Porters1996-02-071-7/+3
* perl5.002beta3Perl 5 Porters1996-02-021-8/+11
* Avoid VMS sprintf bug with buffers >1024.Perl 5 Porters1996-01-121-8/+11