This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Explain stdio/sfio future deprecation.
[perl5.git] / ext /
2012-05-08 Father ChrysostomosFix test failure
2012-05-08 Father Chrysostomos[perl #112780] Don’t set cloned in-memory handles to ""
2012-05-07 Father ChrysostomosIncrease $PerlIO::scalar::VERSION to 0.14
2012-05-04 Steve PetersAdd --libpods back as a non-functional option to pod2html.
2012-05-01 Karl Williamsonutf8n_to_uvuni(): Fix broken malformation interactions
2012-04-27 Ricardo Signesdisable codes_in_verbatim for Pod::Html
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2012-04-20 Craig A. BerrySet *.html permissions in installhtml.
2012-04-20 Ricardo Signesallow "." in directory name
2012-04-16 Ricardo Signesmake Pod-Html's _unixify normalize Win32 drive letters
2012-04-11 Father ChrysostomosIncrease $attributes::VERSION to 0.19
2012-04-11 Father ChrysostomosRevert "doco improvement for attributes.pm"
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-04-03 Father ChrysostomosIncrease $B::Concise::VERSION to 0.89
2012-04-03 Father ChrysostomosIncrease $OptreeCheck::VERSION to 0.07
2012-03-25 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.38
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-03-17 Nicholas ClarkIn perlfunc, don't have functions in "Misc" and a secon...
2012-03-17 Nicholas ClarkDe-emphasise switch-related keywords in perlfunc.
2012-03-12 Ricardo Signesmake the pod2html tests work with fs with vols
2012-03-12 Ricardo SignesSisyphus's fix for pod2html
2012-03-09 Reini Urbansdbm.c: fix off-by-one access to global ".dir"
2012-03-01 Father Chrysostomosattributes.pm: Consistent spaces after dots in pod
2012-03-01 Father Chrysostomosattributes.pm: Add caveat about lvalue subs
2012-03-01 Father Chrysostomos[perl #107366] Allow attributes to set :lvalue on defin...
2012-02-29 Craig A. BerryBump Pod::Html version.
2012-02-29 Craig A. BerryPortability tweaks to Pod::Html's cache.t.
2012-02-29 Craig A. BerryBetter cross-platform unixify for Pod::Html.
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
next