This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #71676] GDBM_File support on Win32
[perl5.git] / ext / XS-APItest /
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