summaryrefslogtreecommitdiff
path: root/t/op/caller.t
Commit message (Expand)AuthorAgeFilesLines
* Add 'locale' warning categoryKarl Williamson2014-11-041-2/+2
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-151-2/+2
* add a warning for using the :win32 PerlIO layerTony Cook2014-06-101-2/+2
* [perl #120998] avoid caller() crashing on eval '' stack framesTony Cook2014-04-141-1/+13
* [perl #115768] improve (caller)[2] line numbersFather Chrysostomos2013-09-011-1/+14
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-2/+2
* Test that caller does not SEGV when the current package is undefined.Nicholas Clark2013-05-211-1/+9
* Add experimental warnings categ and :lexical_subs warn IDFather Chrysostomos2012-09-151-2/+2
* Make (caller $n)[9] respect std warningsFather Chrysostomos2012-09-141-1/+18
* caller.t: Fix ‘Caller’ testFather Chrysostomos2012-08-281-1/+1
* Stop here-docs from gutting (caller $n)[6]Father Chrysostomos2012-08-271-1/+8
* Stop (caller $n)[6] from including final "\n;"Father Chrysostomos2012-08-271-1/+8
* [perl #113486] pp_ctl.c: Don’t assume CopSTASH is a hashFather Chrysostomos2012-06-041-1/+17
* Croak when setting a tied @DB::argsFather Chrysostomos2011-12-281-3/+5
* Fix crash when tying @DB::argsFather Chrysostomos2011-12-271-1/+15
* [perl #93320] localising @DB::args leads to coredumpFather Chrysostomos2011-08-251-1/+10
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-181-1/+12
* Subclass utf8 warnings so can turn off individuallyKarl Williamson2011-02-171-2/+2
* t/op/caller.t: Comment magic numberKarl Williamson2011-02-171-0/+3
* [perl #68712] caller() filenames broken by "use"Father Chrysostomos2010-12-101-2/+8
* Close the tempfile in caller.tCraig A. Berry2010-08-021-0/+1
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-1/+42
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-4/+4
* Generate the warnings masks programatically.Nicholas Clark2008-01-171-6/+17
* Show warning bits on failure in t/op/caller.tJerry D. Hedden2007-06-151-8/+28
* Warning bit fixes to t/op/caller.tJerry D. Hedden2007-06-151-5/+5
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-081-1/+1
* z/OS: t/ - mostly EBCDIC fixesJarkko Hietaniemi2006-07-121-5/+5
* Comprehensive regression tests for Perl_refcounted_he_fetch().Nicholas Clark2006-05-291-165/+9
* Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was farNicholas Clark2006-05-281-1/+25
* Add tests for all the other types that %^H serialisation is supposedNicholas Clark2006-04-121-1/+36
* Test that we can do embedded 0 bytes in hints.Nicholas Clark2006-04-121-1/+8
* Propagate cop_hints inside string evals. For the unthreaded case thisNicholas Clark2006-04-011-1/+25
* Test that entries in %^H are actually independant.Nicholas Clark2006-03-311-5/+23
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-3/+70
* [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set glasser@tang-eleven-seventy-nine.mit.edu2005-04-201-1/+30
* Removing Y2K warningsAndy Lester2005-04-081-7/+9
* Patch by Salvador Fandiño to read the warning maskRafael Garcia-Suarez2003-03-041-2/+24
* More regression tests for caller() and fix one bug of #16658.Rafael Garcia-Suarez2002-05-171-9/+28
* Fix bug 20020517.003 : segfault with caller().Rafael Garcia-Suarez2002-05-171-0/+46