This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Strengthen weak refs when sorting in-place"
[perl5.git] / t / op / caller.t
2017-11-15 Zeframfix handling of registered warning categories
2017-09-20 John SJ AndersonRevert "test - Do not run test output at compilation... v5.27.4
2017-09-15 Nicolas Rtest - Do not run test output at compilation time
2016-11-12 Lukas Mait/op/caller.t: add a TODO test for RT #129239
2016-10-21 Dan Collinst/op/caller.t: tests for RT #7165
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-01-20 Tony Cook[perl #126991] treat cop_line as unsigned in caller...
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-29 Ævar Arnfjörð Bjar... t/op/caller.t: Remove hardcoded $warnings::BYTES in...
2014-11-04 Karl WilliamsonAdd 'locale' warning category
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-06-10 Tony Cookadd a warning for using the :win32 PerlIO layer
2014-04-13 Tony Cook[perl #120998] avoid caller() crashing on eval '' stack...
2013-09-01 Father Chrysostomos[perl #115768] improve (caller)[2] line numbers
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-05-21 Nicholas ClarkTest that caller does not SEGV when the current package...
2012-09-16 Father ChrysostomosAdd experimental warnings categ and :lexical_subs warn ID
2012-09-15 Father ChrysostomosMake (caller $n)[9] respect std warnings
2012-08-28 Father Chrysostomoscaller.t: Fix ‘Caller’ test
2012-08-28 Father ChrysostomosStop here-docs from gutting (caller $n)[6]
2012-08-28 Father ChrysostomosStop (caller $n)[6] from including final "\n;"
2012-06-05 Father Chrysostomos[perl #113486] pp_ctl.c: Don’t assume CopSTASH is a...
2011-12-29 Father ChrysostomosCroak when setting a tied @DB::args
2011-12-27 Father ChrysostomosFix crash when tying @DB::args
2011-08-25 Father Chrysostomos[perl #93320] localising @DB::args leads to coredump
2011-08-18 Father Chrysostomos[perl #97020] Carp (actually caller) leaking memory
2011-02-18 Karl WilliamsonSubclass utf8 warnings so can turn off individually
2011-02-18 Karl Williamsont/op/caller.t: Comment magic number
2010-12-11 Father Chrysostomos[perl #68712] caller() filenames broken by "use"
2010-08-02 Craig A. BerryClose the tempfile in caller.t
2010-07-21 Nicholas ClarkAdd Perl_init_dbargs(), to set up @DB::args without...
2010-07-14 David Mitchellprotect CvGV weakref with backref
2008-01-17 Nicholas ClarkGenerate the warnings masks programatically.
2007-06-15 Jerry D. HeddenShow warning bits on failure in t/op/caller.t
2007-06-15 Jerry D. HeddenWarning bit fixes to t/op/caller.t
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2006-07-12 Jarkko Hietaniemiz/OS: t/ - mostly EBCDIC fixes
2006-05-29 Nicholas ClarkComprehensive regression tests for Perl_refcounted_he_f...
2006-05-28 Nicholas ClarkPerl_refcounted_he_chain_2hv()'s code to skip duplicate...
2006-04-12 Nicholas ClarkAdd tests for all the other types that %^H serialisatio...
2006-04-12 Nicholas ClarkTest that we can do embedded 0 bytes in hints.
2006-04-01 Nicholas ClarkPropagate cop_hints inside string evals. For the unthre...
2006-03-31 Nicholas ClarkTest that entries in %^H are actually independant.
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2005-04-20 glasser@tang-eleve... [perl #35059] [PATCH] caller() skips frames (such as...
2005-04-08 Andy LesterRemoving Y2K warnings
2003-03-04 Rafael Garcia-SuarezPatch by Salvador Fandiño to read the warning mask
2002-05-17 Rafael Garcia-SuarezMore regression tests for caller() and fix one bug...
2002-05-17 Rafael Garcia-SuarezFix bug 20020517.003 : segfault with caller().