This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Delay some initialization until needed
[perl5.git] / ext /
2012-02-29 Craig A. BerryDifferent differences for Pod::Html tests.
2012-02-27 Father ChrysostomosIncrease $attributes::VERSION to 0.18
2012-02-27 David Cantrelldoco improvement for attributes.pm
2012-02-25 Father Chrysostomosarybase.xs: Wrap PL_check safely
2012-02-25 Father ChrysostomosIncrease $arybase::VERSION to 0.05
2012-02-23 Ricardo Signeswork harder to get useful diagnostics on Win32
2012-02-22 David Goldenadd ext/Pod-Functions/.gitignore
2012-02-22 Ricardo Signesunixify paths a bit more systematicaly in Pod-Html
2012-02-22 Ricardo Signesdon't assume that filesys starts at / in Pod-Html
2012-02-22 Ricardo Signesunixify the --outfile arg to pod2html
2012-02-21 Marc GreenFix bug in pod2html crossreferencing
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-02-18 Nicholas ClarkAdd metadata to perlfunc.pod for which version or featu...
2012-02-18 Nicholas ClarkTest that Pod::Function's descriptions are stylisticall...
2012-02-18 Nicholas ClarkTest that functions in the groups in perlfunc.pod are...
2012-02-18 Nicholas ClarkTest that every function in perlfunc.pod has a summary...
2012-02-18 Nicholas ClarkAdd t/porting/perlfunc.t so that porting tests catch...
2012-02-18 Nicholas ClarkIn the generated Pod::Functions, store all function...
2012-02-18 Nicholas ClarkGenerate Pod::Functions from perlfunc.pod
2012-02-18 Nicholas ClarkAdd a dependency for ext/Pod-Functions/Functions_pm...
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
next