This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Resurrect the TODO items about Unicode filenames and Unicode %ENV
[perl5.git] / gv.c
2004-06-20 Dave Mitchellfix typo in gp_free
2004-04-21 Stas Bekman[patch] log the interpreter id in warnings
2004-03-29 Dave Mitchellbackout change 22606 (make gv_fullname() include a...
2004-03-28 Dave Mitchellmake gv_fullname() etc include a literal '^' for *...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-08-21 Adrian M. Enacheutf8 variable names scrambled in error messages
2003-07-29 Jarkko HietaniemiMost importantly, don't try HvNAME(gp->gp_hv)
2003-06-15 Rafael Garcia-SuarezRename again the warning about $* being no longer supported
2003-06-14 Rafael Garcia-SuarezRename the warning about $* being removed,
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2003-06-05 Robin BarkerRE: maint @ 19683
2003-05-31 Rafael Garcia-SuarezFix a case of segfault in gv_check(), by making
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-04-17 Abhijit Menon-Sen[#21962] Speculative fix: don't set GvNAMELEN to 1...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-14 Artur BergmanOok, run tests on correct build-dir next time.
2003-04-14 Artur BergmanFixes to bugs introduced by PL_stashcache
2003-04-10 Rafael Garcia-SuarezFix bug #21914, 3-arg open + local $fh + strict coredump.
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-15 Jarkko HietaniemiThe new(er) way of controlling Unicode I/O (and other...
2003-01-16 Jarkko HietaniemiMake the locale-induced UTF-8-ification of STD fhs
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-11-19 Gurusamy SarathyRe: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-09-29 Abhijit Menon-SenRemove package; (Heh heh.)
2002-08-12 Nicholas Clarkgv_fullname3 as call to gv_fullname4
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Abhijit Menon-Sen Make other nits nervous.
2002-04-04 Ilmari KaronenRe: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
2002-03-21 Dave Mitchell-DCRIPPLED_CC RIP
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiSurely a typo.
2002-03-16 Abhijit Menon-Sen Subject: [PATCH @15047] Use of inherited AUTOLOAD...
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-04 Paul Marquesstaint + deprecated warnings
2002-03-01 Ilya Zakharevichautoloaded DESTROY bugfix
2002-02-27 Jarkko HietaniemiRepatch from Robin Barker: anon subs in C<package;...
2002-02-18 Abhijit Menon-Sen s/load_module/Perl_load_module/
2002-02-18 Rafael Garcia-SuarezRe: [ID 20020213.001] "Unknown error" as a message...
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-11-14 Jarkko HietaniemiQuieten pgcc 2.91.66 worries.
2001-11-07 Mark-Jason DominusRe: [ID 20011106.083] $dbline[$i] == 0 generates warnings
2001-10-28 Jarkko HietaniemiAdd the encoding pragma to control the "upgrade"
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-09 Abhijit Menon-Sen#12370 forgot to modify is_gv_magical().
2001-10-08 Michael G. SchwernRe: [PATCH mg.c gv.c and others] ${^TAINT}
2001-09-27 Robin Barkermake __ANON__ global
2001-09-04 Jeff PinyanRe: [PATCH gv.c] @& sets PL_sawampersand
2001-09-04 Jeff Pinyan@& sets PL_sawampersand
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-07-17 Jeff PinyanRe: [PATCH gv.c] allow ${"1f"} to be non-regex var
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Abhijit Menon-SenRe: [PATH] shared -> unique;
2001-07-02 Gurusamy Sarathywin32 fixes: fix various syntax errors ("no preprocesso...
2001-07-01 Nick Ing-SimmonsQuick for for #ifdef mess
2001-06-30 Jarkko HietaniemiCode cleanup based on turning off the -woffs in IRIX.
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-06-27 Jarkko Hietaniemi"lose the looses", from Abhijit Menon-Sen.
2001-06-25 Jarkko HietaniemiMissed from #10925.
2001-06-12 Abhijit Menon-Senanonymous stashes
2001-05-31 Nick Ing-SimmonsIntegrate mainline.
2001-05-31 Abhijit Menon-Sen-Wall cleanups: perl.c, gv.c, Storable.xs
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-05-25 Ilmari Karonenstash autovivification and method call error messages
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-04-26 Jarkko HietaniemiThe Time::Piece conspiracy unmasked!!!
2001-04-26 Benjamin SugarsRe: Short test case for undef %stash:: crash
2001-04-17 Chris Nandor[MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for...
2001-04-08 Jarkko HietaniemiSmoke out dTHR, spotted by by Stephen P. Potter.
2001-03-28 Paul MarquessRE: 5.6.0 BUG: Lexical warnings aren't lexical
2001-03-27 Robin HoustonAutoloading Errno.pm when %! is encountered
2001-02-23 Jarkko HietaniemiRetract #8893, zero-initializing may be costly, maybe...
2001-02-22 Jarkko Hietaniemi(Retracted by #8915.)
2001-02-20 Jarkko HietaniemiIntegrate pureperl changes #8844,8845,8850 to mainline
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-10 Doug MacEachern[patch] GvSHARED
2001-02-08 Charles BaileySYN SYN
2001-01-25 Ilya Zakharevichoverload int()
2001-01-24 Charles BaileySYN SYN
2001-01-17 Nick Ing-Simmons"Safe" signals - trial implementation.
2001-01-17 Jarkko HietaniemiDefine SIG_SIZE, the number of elements in the sig_name and
2001-01-16 Nick Ing-SimmonsProvide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-08 Nick Ing-SimmonsFix "scalars leaked" bugs caused by overload magic
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-08 Doug MacEachern[patch] xsub AUTOLOAD fix/optimization
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-28 Daniel ChetlinRe: [PATCH blead] Fix segfault in gv_handler/mg_find
2000-12-15 Jarkko HietaniemiSome compilers get huffy if you do not cast a const...
2000-12-15 Ilya Zakharevichspeeding up object creation/destruction 4x times
2000-12-15 Ilya Zakharevichcosmetic change to overloading
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-27 Benjamin HolzmanRe: [ID 20001122.006] weird behaviour of $|
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
next