This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[win32] merge changes#982,984 from maintbranch
[perl5.git] / gv.c
1998-05-15 Gurusamy Sarathy[win32] merge changes#982,984 from maintbranch
1998-05-15 Gurusamy Sarathy[win32] merge change#981 from maintbranch, add XXX...
1998-05-15 Gurusamy Sarathy[win32] merge changes#922,944,949,965,970 from maintbranch
1998-04-03 Gurusamy Sarathy[win32] implement stack-of-stacks so that magic invocat...
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-03 Chip Salzenberg[win32] merge problematic maintpatch to op.c
1998-03-03 Tkil[win32] merge another conflicting maintpatch to op.c
1998-02-09 Gurusamy Sarathy[win32] fix misapplied hunks in 5.004_58
1998-02-06 Malcolm BeattieFix up problem with gv.c from change 477.
1998-02-06 Malcolm BeattieFaster gv_fetchpv() for nested packages
1998-02-06 Chip SalzenbergSome Chip patches (some tweaked to match _5x source):
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-06 Malcolm BeattiePer-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm BeattiePer-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-SimmonsIntegrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Malcolm BeattieHalf way through moving per-thread magicals into per...
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-24 Malcolm BeattieImprove internal threading API. Introduce win32/win32th...
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-11 Malcolm BeattieAssorted changes for multi-threading (now works rather...
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
1997-08-06 Gisle Aasbless file handles as FileHandle if loaded else IO...
1997-07-01 Malcolm BeattieSupport for op in global register (still buggy)
1997-06-05 Malcolm BeattieMore fixups for thrperl integration.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-04-24 Perl 5 Porters[inseparable changes from match from perl-5.003_97h...
1997-04-22 Perl 5 Porters[inseparable changes from match from perl-5.003_97g...
1997-04-18 Chip SalzenbergSECURITY FIX: Buffer overflow in gv_fetchfile()
1997-04-09 Chip SalzenbergFix for incorrect overloaded assignment
1997-04-09 Ilya ZakharevichFix for incorrect overloaded assignment
1997-04-02 Chip SalzenbergFix AUTOLOAD, or kill me
1997-04-01 Perl 5 Porters[inseparable changes from match from perl-5.003_96...
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-25 Perl 5 Porters[inseperable changes from patch from perl-5.003_95...
1997-03-25 Gurusamy SarathyRe: embedded perl and top_env problem
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-25 Perl 5 Porters[inseparable changes from match from perl-5.003_90...
1997-02-25 Gurusamy SarathyFix perl_call_*() when !G_EVAL
1997-02-21 Ilya ZakharevichWhen overloading, don't throw away nomethod's value
1997-02-18 Perl 5 Porters[inseparable changes from patch from perl5.003_26 to...
1997-02-18 Roderick SchertlerMake format strings correspond exactly to parameters
1997-02-04 Perl 5 Porters[inseparable changes from patch from perl5.003_24 to... perl-5.003_25
1997-01-25 Perl 5 Porters[inseparable changes from patch from perl5.003_22 to... perl-5.003_23
1997-01-25 Ilya Zakharevichpatch for LWP 5.05 to make it play with both 5.003...
1997-01-15 Perl 5 Porters[inseparable changes from patch from perl5.003_20 to...
1997-01-15 Ilya ZakharevichFix overloading via inherited autoloaded functions
1997-01-04 Perl 5 Porters[inseparable changes from patch from perl5.003_18 to...
1996-12-31 Perl 5 Porters[inseparable changes from patch from perl5.003_17 to...
1996-12-24 Perl 5 Porters[inseparable changes from patch from perl5.003_15 to...
1996-12-24 Ilya ZakharevichTry again to improve method caching
1996-12-23 Chip Salzenberg[revert some function caching changes] perl-5.003_15
1996-12-23 Perl 5 Porters[inseparable changes from patch from perl5.003_13 to...
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1996-11-19 Tim BunceMake C<no FOO> fail if C<unimport FOO> fails
1996-10-10 Ilya Zakharevichperl 5.003_07: gv.c
1996-10-06 Perl 5 Portersperl 5.003_06: dump.c embed.h gv.c run.c
1996-06-18 Perl 5 Portersperl 5.003_01: gv.c
1996-03-11 Perl 5 PortersAdd $^E and $^O to special vars, and change run to...
1996-02-29 Andy Doughertyperl 5.002 perl-5.002
1996-02-07 Perl 5 PortersOld habits die hard :-)
1996-02-03 Perl 5 Portersperl5.002beta3
1996-01-12 Perl 5 PortersAvoid VMS sprintf bug with buffers >1024.
1996-09-01 Perl 5 Portersperl 5.003_04: dump.c gv.c op.c pp_ctl.c pp_sys.c proto...
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]
1995-12-08 Andy DoughertyThis is patch.2b1f to perl5.002beta1.
1995-11-20 Larry Wall5.002 beta 1
1995-05-30 Andy DoughertyThis is my patch patch.1i for perl5.001.
1995-03-13 Larry WallPerl 5.001 perl-5.001
1994-10-17 Larry Wallperl 5.000 perl-5.000
1994-05-04 Larry Wallperl 5.0 alpha 9 perl-5a9
1994-04-04 Andy Doughertyperl 5.0 alpha 8
1994-03-18 Larry Wallperl 5.0 alpha 6
1993-12-10 Larry Wallperl 5.0 alpha 5
1993-12-10 Larry Wallperl5a5:pat/inherit.pat
1993-11-10 Larry Wallperl 5.0 alpha 4
1993-10-10 Larry Wallperl 5.0 alpha 3
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2