This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings.pl: Silence perl compiler warnings
[perl5.git] / ext / XS-APItest /
2010-07-25 Florian RagwitzMake the peep recurse via PL_peepp
2010-07-15 Ben MorrowRemove diagnostics from XS-APItest/t/blockhooks.
2010-07-13 Tony Cooknew is a reserved word in C++, don't use it as a variab...
2010-07-12 Ben MorrowSystematic tests for the block hooks.
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
2010-07-12 Ben MorrowMacroify the block_hooks structure.
2010-07-12 Ben MorrowInitial very basic tests for PL_blockhooks.
2010-05-20 Ricardo Signesbump version on modules changed since 5.13.0
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-04-30 Nicholas ClarkDon't use a C++ keyword as a variable name ("new").
2010-04-29 Nicholas ClarkRegression tests for the ptr_table_* API.
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-23 Zeframbring G_KEEPERR back to the realm of sanity
2010-04-19 Leon BrocardBump version due to d97c33b505dd45c052a8bf42014917701b4...
2010-04-11 David Mitchellcreate SV leak test infrastructure
2009-11-12 Craig A. Berry1 is a magic number to C's exit() and Perl_my_exit().
2009-11-08 Gerard GoossenMake my_exit behave the same as the Perl exit. And...
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-10-22 Nicholas ClarkPerl_utf16_to_utf8() should treat "\0" like any every...
2009-10-19 Nicholas ClarkAdd two (U8 *) casts to placate C++.
2009-10-18 Nicholas ClarkIn utf16_to_utf8(), fix off-by-one errors for the range...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak on encountering a bare...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak if the buffer ends without...
2009-10-18 Nicholas Clarkutf16_to_utf8_reversed() should croak early when passed...
2009-10-18 Nicholas ClarkExpose utf16_to_utf8{,reversed} via XS::APItest, and...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-02-09 Nicholas ClarkRename ext/XS/APItest to ext/XS-APItest