This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlfunc: #109408
[perl5.git] / ext /
2012-02-18 Nicholas ClarkChange ext/Pod-Functions to generate Functions.pm from...
2012-02-18 Nicholas ClarkMove Pod::Functions from lib/ to ext/
2012-02-18 Dominic HargreavesRevert "Increase the fallback value of MAXPATHLEN"
2012-02-15 Ævar Arnfjörð Bjar... POSIX: bump version to 1.30
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-15 Ævar Arnfjörð Bjar... Revert "Use the strptime() probe in POSIX.xs & tests"
2012-02-15 Nicholas ClarkPod::Html's feature2.t needs to match path separators...
2012-02-14 H.Merijn Brandmixing declarations and assignments not allowed in C89
2012-02-13 Abhijit Menon-SenMake pp_study a no-op, as discussed on p5p
2012-02-12 Robin Barkeradd --quiet to silence noisy tests
2012-02-12 David LeadbeaterFix skip count for B using tests in PerlIO::Scalar
2012-02-12 Ævar Arnfjörð Bjar... Use the strptime() probe in POSIX.xs & tests
2012-02-12 Craig A. BerryCast around signedness warnings in POSIX's new strptime.
2012-02-11 Ævar Arnfjörð Bjar... Merge branch 'avar/POSIX-strptime' into blead
2012-02-11 Paul "LeoNerd" EvansMore obvious variable names and neater code in strptime()
2012-02-11 Paul "LeoNerd" Evansstr_offset ought to be a STRLEN, not an int
2012-02-11 Paul "LeoNerd" EvansIf strptime() is called with UTf-8 string but legacy...
2012-02-11 Paul "LeoNerd" EvansIf strptime() is called with legacy string but UTF...
2012-02-11 Paul "LeoNerd" EvansSmall refactor of string offset code in POSIX::strptime...
2012-02-11 Paul "LeoNerd" EvansWhen strptime() receives a reference, ensure it's a...
2012-02-11 Paul "LeoNerd" EvansYield -1 as undef from POSIX::strptime(); ensure that...
2012-02-11 Paul "LeoNerd" EvansActually implement @EXPORT_OK of strptime correctly...
2012-02-11 Paul "LeoNerd" EvansSolaris needs _STRPTIME_DONTZERO in order not to zero...
2012-02-11 Paul "LeoNerd" EvansFix ext/POSIX/t/time.t test 17's name to be a) unique...
2012-02-11 Paul "LeoNerd" EvansRemember to init_tm() the struct tm before strptime...
2012-02-11 Paul "LeoNerd" EvansDetect failure of mktime(), return error
2012-02-11 Paul "LeoNerd" EvansDon't use 1906 to test strptime/mktime because it yield...
2012-02-11 Paul "LeoNerd" EvansBump version number in POSIX.pm
2012-02-11 Paul "LeoNerd" EvansAdded some docs about new POSIX::strptime()
2012-02-11 Paul "LeoNerd" Evansmktime() before returning result from strptime(), to...
2012-02-11 Paul "LeoNerd" EvansAccept strptime \$str, "format" to use/set pos() magic...
2012-02-11 Paul "LeoNerd" EvansInitial hack at strptime(); just literal strings for now
2012-02-11 Paul "LeoNerd" EvansAmmend comment referring to init_tm() to point to its...
2012-02-11 Zeframadd wrap_op_checker() API function
2012-02-08 Nicholas ClarkMove lib/Pod/t/eol.t to ext/Pod-Html, as it's testing...
2012-02-07 Ricardo Signesavoid making a new top-level package for one helper
2012-02-07 Marc GreenFix portability issue with Pod::Html test case
2012-02-07 Marc GreenModernize the use of open() (copied from old code)
2012-02-07 Marc GreenRe-add cache feature
2012-02-04 Father ChrysostomosRemove ‘Useless use of "re" pragma’ warning
2012-02-04 Father ChrysostomosIncrease $re::VERSION to 0.19
2012-02-03 Eric BrineFor the sake or robustness, avoid reproducing Perl...
2012-02-03 Steffen MuellerXS::Typemap: Fix tests with -Dusemorebits
2012-02-03 Craig A. BerryResurrect PerlIO-related typemap tests.
2012-02-03 Craig A. BerryRevert "XS::Typemap: Disable PerlIO related typemap...
2012-02-02 Zeframmake Carp messages match die properly
2012-02-02 Steffen MuellerXS::Typemap: Silence pedantic compiler warnings
2012-02-02 Steffen MuellerXS::Typemap: Disable PerlIO related typemap tests
2012-02-01 Father ChrysostomosIncrease $arybase::VERSION to 0.04
2012-02-01 Father Chrysostomos[perl #109570] Fix off-by-1 error in arybase’s lslice
2012-02-01 Steffen MuellerXS::Typemap: Somewhat consistent indentation
2012-02-01 Steffen MuellerMove typemap documentation to its own file
2012-02-01 Steffen MuellerXS::Typemap: Fix typo in docs, fix version
2012-02-01 Steffen MuellerXS::Typemap: Tests for T_IN/T_OUT typemaps
2012-02-01 Steffen MuellerXS::Typemap: Tests for T_INOUT typemap
2012-02-01 Steffen MuellerXS::Typemap: Tests for the T_PACKEDARRAY typemap
2012-02-01 Steffen MuellerXS::Typemap: Tests for T_PACKED
2012-02-01 Steffen MuellerDocument T_PACKEDARRAY
2012-02-01 Steffen MuellerXS::Typemap: Document T_PACKED
2012-02-01 Steffen MuellerXS-Typemap: Document sharing mechanism for typemaps
2012-02-01 Steffen MuellerInline the XS-Typemap typemap file
2012-02-01 Steffen MuellerDocument the exact format of a typemap
2012-02-01 Steffen MuellerTypemaps: Start writing some general documentation
2012-02-01 Steffen MuellerFirst stab T_REFREF docs
2012-02-01 Steffen MuellerTypemap tests: T_SHORT, T_U_INT, T_INT, T_LONG
2012-02-01 Steffen MuellerCleanup: Condense tests and add a few
2012-02-01 Steffen MuellerMinor documentation fixes and annotations
2012-02-01 Father ChrysostomosStop SvPVutf8 from forcing the POK flag
2012-02-01 Father ChrysostomosXS::APItest: svpv_magic.t: Correct test name
2012-02-01 Father ChrysostomosMake SvPVbyte return bytes for non-PVs
2012-01-31 Father ChrysostomosTest that SvPVutf8 works with magic vars
2012-01-31 Father Chrysostomos[perl #108994] Stop SvPVutf8 from coercing SVs
2012-01-31 Father ChrysostomosXS::APItest: Move $VERSION further up
2012-01-31 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.35
2012-01-31 Father ChrysostomosB.pm: Document stashflags
2012-01-31 Father ChrysostomosIncrease $File::Glob::VERSION to 1.17
2012-01-31 Nicholas ClarkIn B.xs, use *pvf() functions to reduce the number...
2012-01-30 Dominic HargreavesIncrease the fallback value of MAXPATHLEN
2012-01-30 Leon TimmermansMoving :mmap out of core binary into a module
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2012-01-24 Eric BrineFix bad pointer size in has_trailing_nul
2012-01-24 Father ChrysostomosIncrease $B::VERSION to 1.34
2012-01-24 Reini UrbanB.xs add missing B::COP::stashflags
2012-01-24 Reini UrbanB.pm POD: revise 44f7f2d5b1 on IoFLAGS
2012-01-20 Father ChrysostomosPerlIO::scalar: tests for trailing null
2012-01-20 Eric Brine(PerlIO::)scalar.t: Add function for testing trailing...
2012-01-20 Bo Lindbergh[perl #108398] Make PerlIO::scalar add null terminator
2012-01-20 Father ChrysostomosB.pm: spaces after dots
2012-01-20 Father ChrysostomosB.pm: wording tweaks
2012-01-20 Father ChrysostomosMake B’s pod fit in 79 cols
2012-01-20 Father ChrysostomosDocument B::PV’s LEN and CUR methods
2012-01-20 Father ChrysostomosIncrease $B::VERSION to 1.32
2012-01-20 Reini UrbanB.pm: fix and add B::IO documentation
2012-01-18 Tony Cookavoid truncating time values when long is smaller than...
2012-01-17 Nicholas ClarkMake Pod::Html more robust against malformed L<> contents.
2012-01-17 Nicholas ClarkPurge references to --netscape and --libpods, no longer...
2012-01-06 Father ChrysostomosPerlIO::scalar: allow writing to SvIOK SVs
2012-01-06 Father ChrysostomosIn PerlIO::Scalar’s write, stringify refs
next