This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document UTF8_SKIP()
[perl5.git] / dist / Carp /
2018-03-30 Zeframdelete unreliable test of Carp crash avoidance
2018-03-12 Father ChrysostomosCarp: Use ${^LAST_FH} if available
2018-03-08 Craig A. BerryDon't run stack_after_err.t on VMS.
2018-02-28 Yves Ortonrework Carp/t/stack_after_err.t to not use perl -e
2018-02-27 Father ChrysostomosCarp: Speed up longmess some more
2018-02-27 Father ChrysostomosCarp: Avoid run-time mods; StrVal workarounds
2018-02-26 Father Chrysostomos[perl #132910] Carp: Avoid ->can
2018-02-25 Yves OrtonCarp: add test for overloads without overload.pm
2018-02-25 Yves OrtonCarp: overloads can be enabled with via ::() as well...
2018-02-24 Yves OrtonCarp: add comment explaining the fix for perl #131046
2018-02-24 Yves OrtonFix perl #132902 - Carp: avoid infinite loops when...
2018-02-24 Yves OrtonRevert "Revert "Carp: Avoid string eval""
2018-02-24 Yves OrtonRevert "Carp: Avoid string eval"
2018-02-24 Father ChrysostomosCarp: Avoid string eval
2018-02-24 Zeframbetter comments about Carp overload logic
2018-02-24 Zeframremove spurious _ part of Carp version number
2018-02-23 Yves Ortonfix Perl #132828 - dont use overload to bypass overloads
2018-02-23 PaliFix RT #52610: Carp: Do not crash when reading @DB...
2018-02-15 Zeframavoid vivifying UNIVERSAL::isa:: in Carp
2017-11-21 Nicolas RBump Carp to version 1.45
2017-11-21 J. Nick KostonCarp: optimize format_arg when arguments contain many...
2017-11-04 ZeframRevert "Speed up Carp.pm when backtrace arguments are...
2017-11-03 Nicolas RSpeed up Carp.pm when backtrace arguments are references
2017-11-01 Father ChrysostomosIncrease $Carp::Heavy::VERSION to 1.44
2017-11-01 Father ChrysostomosIncrease $Carp::VERSION to 1.44
2017-11-01 Father ChrysostomosCarp: Don’t choke on ISA constant
2017-07-20 Zeframfix problems from Carp's partial EBCDIC support
2016-10-27 David MitchellCarp/t/arg_string.t: fixup to previous fixup
2016-10-27 David MitchellCarp/t/arg_string.t: be liberal in f/p formats
2016-10-22 Jarkko Hietaniemivax-netbsd: do not tempt fp overflow, which will SIGFPE
2016-08-11 David MitchellCarp: say what cluck() does
2016-05-15 Aaron Crane[cpan#100183] Add missing "<FH> chunk #" phrase to...
2016-03-18 Karl WilliamsonCarp: Fix .t failure to compile in v5.6
2016-03-17 Shlomi FishAdd contributing info to Carp.
2016-03-07 Shlomi FishDocument the previous commit in Carp's Changes.
2016-03-07 Shlomi FishFix RTCPAN#107225 : longmess returns 1 on ref.
2015-11-06 Ricardo SignesCarp: stable CPAN release
2015-10-30 Ricardo SignesCarp: CPAN release 1.37_02
2015-10-29 Ricardo SignesCarp: remove prereq on parent.pm
2015-10-26 Ricardo SignesCarp: prepare for a new CPAN release
2015-10-21 Peter RabbitsonCarp: fix test not working on older toolchain
2015-10-21 Peter RabbitsonCarp: fix test incorrectly assuming a recent-enough...
2015-09-09 darksujiMake behavior of $Carp::MaxArgNums match docs
2015-07-28 Ricardo SignesCarp requires parent 0.217 for -norequire
2015-03-19 Ricardo SignesCarp: remove unneeded VERSION eval, bump version
2015-03-19 Ricardo SignesCarp: avoid hardcoded lines and filenames in test
2015-03-15 Ricardo SignesCarp: skip some tests of "$qr" on older perls
2015-03-15 Ricardo SignesCarp: correct precedence of ord and == in tests
2015-02-06 Karl WilliamsonGeneralize Carp for non-ASCII platforms
2015-02-06 Karl WilliamsonCarp: Fix off-by-one error for early Perl versions
2015-02-06 Karl WilliamsonIncrement Carp version to 0.35
2014-08-20 Peter MartiniRevert Test::Builder changes in prep for 5.21.3
2014-08-16 Chad GranumUpdate to include latest Test::Builder alpha
2014-05-28 Karen EtheridgeIgnore mismatched versions between Carp and Carp::Heavy...
2014-04-07 Chris 'BinGOs' Wil... Synchronise Carp with CPAN version 1.3301
2014-03-03 Chris 'BinGOs' Wil... Bump Carp to version 1.33
2013-11-02 Karen Etheridgeremove unneeded dependency on Test::More 0.98 (RT#88531)
2013-08-29 Zeframpreserve $! and $^E in Carp
2013-08-25 Zeframinstall useful Regexp::CARP_TRACE from Carp
2013-08-25 Zeframremove stray debugging print statements
2013-08-25 Zeframmore tests for $Carp::MaxArgLen
2013-08-24 Zeframupdate copyright years for Carp dual-life release
2013-08-24 Zeframconsistently escape args in Carp stack trace
2013-08-24 Zeframavoid package name "B" in Carp tests
2013-08-24 Zeframregularise test for Carp vivifying B stash
2013-08-23 Father ChrysostomosCarp: paranoid sub lookup
2013-08-22 Zeframdetect Carp/Carp::Heavy version mismatch
2013-08-22 Zeframavoid more vivification in Carp
2013-08-21 Zeframconsistent POD itemisation markup
2013-08-21 Zeframavoid Unicode warnings in Carp
2013-08-19 Father ChrysostomosCarp.pm: Restore defined &overload::StrVal check
2013-08-19 Tony Cook[perl #92446] don't use overloaded string values in...
2013-08-18 Zeframavoid eval misinterpretation on old perls
2013-08-18 Zeframbetter check for overload::StrVal
2013-08-18 Zeframavoid "uninitialized value" warnings in Carp
2013-08-15 Tony Cook[perl #92446] fix recursion introduced in original...
2013-08-09 Darin McBrideCarp now handles objects with string overloads.
2013-06-09 James E KeenanBump version in Carp::Heavy.
2013-06-09 Brian FraserCarp: Don't autovivify the CARP_NOT or ISA array
2013-06-09 Brian FraserCarp: Stop polluting the caller's namespace if they...
2013-05-02 Ricardo SignesCarp: add a test for top-of-stack longmess
2013-05-02 Ricardo SignesCarp: distinguish deleted stash from top of stack
2012-11-08 Jesse Luehrslimit number of args before formatting
2012-11-08 Jesse Luehrsfix Carp stacktraces after deleting a stash
2012-09-28 Steve HayBump $Carp::Heavy::VERSION too to avoid test failure...
2012-09-28 Tony Cookbump Carp version to 1.27
2012-09-28 jkeenanDocument exportable subroutines longmess() and shortmess().
2012-05-09 Craig A. BerrySkip Carp tests on VMS.
2012-04-20 Father Chrysostomos[perl #107636] Make Carp::longmess work inside die...
2012-04-20 Father ChrysostomosIncrease $Carp::Heavy::VERSION to 1.26
2012-04-20 Father ChrysostomosIncrease $Carp::VERSION to 1.26
2012-02-17 Zeframin Carp, cope with "_" in $warnings::VERSION
2012-02-07 Zeframin Carp, fix circular dep on Perl 5.6
2012-02-03 Zeframupdate copyright years in Carp
2012-02-03 Zeframin Carp, avoid vivifying utf8 stash on Perl 5.6
2012-02-02 Zeframsynch Carp::Heavy version number to Carp
2012-02-02 Zeframmake Carp messages match die properly
2011-12-16 Father ChrysostomosCarp.pm localise $SIG{__DIE__} before eval
2011-12-16 Father ChrysostomosIncrease $Carp::VERSION to 1.24
2011-12-16 Father ChrysostomosCarp.t: Add tests for PL_last_in_gv
next