[ID 20020708.001] makedepend problem (output of cppstdin garbled)
[p5sagit/p5-mst-13.2.git] / gv.c
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Abhijit Menon-Sen Make other nits nervous.
2002-04-04 Ilmari Karonen Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
2002-03-21 Dave Mitchell -DCRIPPLED_CC RIP
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi Surely a typo.
2002-03-16 Abhijit Menon-Sen Subject: [PATCH @15047] Use of inherited AUTOLOAD...
2002-03-11 Paul Marquess more warnings tidyup
2002-03-04 Paul Marquess taint + deprecated warnings
2002-03-01 Ilya Zakharevich autoloaded DESTROY bugfix
2002-02-27 Jarkko Hietaniemi Repatch 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-Suarez Re: [ID 20020213.001] "Unknown error" as a message...
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-11-14 Jarkko Hietaniemi Quieten pgcc 2.91.66 worries.
2001-11-07 Mark-Jason Dominus Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
2001-10-28 Jarkko Hietaniemi Add the encoding pragma to control the "upgrade"
2001-10-26 Jarkko Hietaniemi Integrate maintperl changes #12268 and #12669;
2001-10-09 Abhijit Menon-Sen #12370 forgot to modify is_gv_magical().
2001-10-08 Michael G. Schwern Re: [PATCH mg.c gv.c and others] ${^TAINT}
2001-09-27 Robin Barker make __ANON__ global
2001-09-04 Jeff Pinyan Re: [PATCH gv.c] @& sets PL_sawampersand
2001-09-04 Jeff Pinyan @& sets PL_sawampersand
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-07-17 Jeff Pinyan Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Abhijit Menon-Sen Re: [PATH] shared -> unique;
2001-07-02 Gurusamy Sarathy win32 fixes: fix various syntax errors ("no preprocesso...
2001-07-01 Nick Ing-Simmons Quick for for #ifdef mess
2001-06-30 Jarkko Hietaniemi Code cleanup based on turning off the -woffs in IRIX.
2001-06-30 Jarkko Hietaniemi Add support for $^N, the most-recently closed group.
2001-06-27 Jarkko Hietaniemi "lose the looses", from Abhijit Menon-Sen.
2001-06-25 Jarkko Hietaniemi Missed from #10925.
2001-06-12 Abhijit Menon-Sen anonymous stashes
2001-05-31 Nick Ing-Simmons Integrate mainline.
2001-05-31 Abhijit Menon-Sen -Wall cleanups: perl.c, gv.c, Storable.xs
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-25 Ilmari Karonen stash autovivification and method call error messages
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-04-26 Jarkko Hietaniemi The Time::Piece conspiracy unmasked!!!
2001-04-26 Benjamin Sugars Re: 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 Hietaniemi Smoke out dTHR, spotted by by Stephen P. Potter.
2001-03-28 Paul Marquess RE: 5.6.0 BUG: Lexical warnings aren't lexical
2001-03-27 Robin Houston Autoloading Errno.pm when %! is encountered
2001-02-23 Jarkko Hietaniemi Retract #8893, zero-initializing may be costly, maybe...
2001-02-22 Jarkko Hietaniemi (Retracted by #8915.)
2001-02-20 Jarkko Hietaniemi Integrate pureperl changes #8844,8845,8850 to mainline
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-17 Doug MacEachern [patch] -Wall
2001-02-10 Doug MacEachern [patch] GvSHARED
2001-02-08 Charles Bailey SYN SYN
2001-01-25 Ilya Zakharevich overload int()
2001-01-24 Charles Bailey SYN SYN
2001-01-17 Nick Ing-Simmons "Safe" signals - trial implementation.
2001-01-17 Jarkko Hietaniemi Define SIG_SIZE, the number of elements in the sig_name and
2001-01-16 Nick Ing-Simmons Provide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-08 Nick Ing-Simmons Fix "scalars leaked" bugs caused by overload magic
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-08 Doug MacEachern [patch] xsub AUTOLOAD fix/optimization
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-28 Daniel Chetlin Re: [PATCH blead] Fix segfault in gv_handler/mg_find
2000-12-15 Jarkko Hietaniemi Some compilers get huffy if you do not cast a const...
2000-12-15 Ilya Zakharevich speeding up object creation/destruction 4x times
2000-12-15 Ilya Zakharevich cosmetic change to overloading
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-27 Benjamin Holzman Re: [ID 20001122.006] weird behaviour of $|
2000-11-18 Nick Ing-Simmons Lexical use open ... support:
2000-10-20 Charles Bailey SYN SYN
2000-09-02 Nick Ing-Simmons More %{} and other deref special casing - do not pass...
2000-09-01 Mike Guy Part of the solution.
2000-08-26 Spider Boardman Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL...
2000-08-14 Mike Guy @+, @- readonly (was Re: @<punct> interpolating in "")
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Mark-Jason Dominus Allow "no Module;" even if there is no 'unimport'.
2000-08-02 Gurusamy Sarathy Remove the extraneous "main::" prefix from all the
2000-07-26 Jarkko Hietaniemi Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-06-27 Doug MacEachern avoid mg_ptr in '*' magic
2000-06-07 Jarkko Hietaniemi Mopup for #6207 and #6209.
2000-06-06 Dan Sugalski Threadsafe patches
2000-05-28 Gurusamy Sarathy change#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-16 Gurusamy Sarathy introduce illegal symbols into null package so that...
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-13 Gurusamy Sarathy make the is_utf8_*() safe for use on invalid utf8 ...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-29 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-29 Gurusamy Sarathy fix pods to reflect newer canonical names for call_sv...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy thinko in change#5029
2000-02-07 Gurusamy Sarathy change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
next