This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-01-21 Karl Williamsonlocale.t: Don't use hard-coded test numbers
2012-01-21 Karl Williamsonlocalet.t: Change variable name
2012-01-21 Karl Williamsonlocale.t: croak isn't loaded
2012-01-21 Karl Williamsonlocale.t: Revise tests
2012-01-21 Karl Williamsonlocale.t: Comments, white-space only
2012-01-21 Karl Williamsonlocale.t: Remove unset variables.
2012-01-21 Karl Williamsonlocale.t: Calculate locale values AFTER setting the...
2012-01-21 Karl Williamsonlocale.t: Don't test a locale twice
2012-01-21 Karl Williamsonlocale.t: Remove hard-coded test number
2012-01-21 Karl Williamsonlocale.t: Move test plan to end
2012-01-21 Karl Williamsonlocale.t: Remove test numbers from calls
2012-01-21 Karl Williamsonlocale.t: Start removing hard-coded test numbers
2012-01-21 Craig A. BerryRestore triple-dot directory spec tests in vms/ext...
2012-01-21 Craig A. BerryStart rationalizing Unix-to-VMS file spec conversion...
2012-01-21 Craig A. BerryVMS-specific symlink tweak for stat.t
2012-01-20 Father Chrysostomos[perl #82772] utf8::decode: Don’t read past SvCUR
2012-01-20 Father ChrysostomosWarn for stat(*unopened) after statting file
2012-01-20 Father Chrysostomospp_sys.c:pp_stat: Change scope of havefp var
2012-01-20 Father Chrysostomos[perl #71002] stat() on unopened fh _
2012-01-20 Karl WilliamsonSafe.pm: Make sure SWASHNEW is properly loaded
2012-01-20 Chris 'BinGOs... Create a perldelta for 5.15.8
2012-01-20 Ricardo Signesbegin filling the 5.16.0 delta from 5.15.2
2012-01-20 Ricardo Signesbegin filling the 5.16.0 delta from 5.15.1
2012-01-20 Ricardo Signesbegin filling the 5.16.0 delta from 5.15.0
2012-01-20 Chris 'BinGOs... Add v5.15.7 epigraph to the epigraphs file
2012-01-20 Chris 'BinGOs... Merge branch 'bingos/release-5.15.7' into blead
2012-01-20 Steffen MuellerCopyright update for ExtUtils::{ParseXS,Typemaps}
2012-01-20 Steffen MuellerFix parse problem with embedded typemaps
2012-01-20 Nicholas Clark5.14.0 has been released, so update the versions used...
2012-01-20 Chris 'BinGOs... Update perlhist (also removing some annoying trailing... v5.15.7
2012-01-20 Chris 'BinGOs... Finalise perldelta
2012-01-20 Chris 'BinGOs... Update Module::CoreList for v5.15.7
2012-01-20 Chris 'BinGOs... Bump the perl version in various places for v5.15.7
2012-01-20 Chris 'BinGOs... Removed more boilerplating from perldelta
2012-01-20 Chris 'BinGOs... Update Acknowledgements in perldelta
2012-01-20 Steffen MuellerBetter typemap error reporting
2012-01-20 Steffen MuellerEU::Typemaps: Make oneliner in docs more portable
2012-01-20 Steffen MuellerBump ExtUtils::ParseXS version for doc references
2012-01-20 Father Chrysostomosperldelta: Expand entry
2012-01-20 Father Chrysostomosperldelta: another bug number
2012-01-20 Father Chrysostomosperldelta: typo
2012-01-20 Father Chrysostomosperldelta for PerlIO::scalar and nulls
2012-01-20 Father ChrysostomosAdd Bo Lindbergh to perldelta acknowledgements
2012-01-20 Father ChrysostomoscheckAUTHORS.pl: Another address for Bo Lindbergh
2012-01-20 Father Chrysostomospp_sys.c: compiler warning
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 Karl Williamsonperlunicode: Clarifications
2012-01-20 Father ChrysostomosB.pm: spaces after dots
2012-01-20 Father ChrysostomosB.pm: wording tweaks
2012-01-20 Father ChrysostomosAdd Reini Urban to perldelta acknowledgements
2012-01-20 Father Chrysostomosregen pod issues
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-19 Karl Williamsonperldelta: Add ticket number to bug fix
2012-01-19 Chris 'BinGOs... Update perlfaq to CPAN version 5.0150038
2012-01-19 Nicholas ClarkIgnore and clean the byproducts of make install.html
2012-01-19 Karl Williamsonperldelta: For bb91448 and associated commits
2012-01-19 Chris 'BinGOs... Acknowledgements section in perldelta
2012-01-19 Karl Williamsonregcomp.c: Comment changes
2012-01-19 Karl Williamsonregcomp.c: Change variable meaning and hence name
2012-01-19 Karl Williamsonmktables: Add non-final fold cp table
2012-01-19 Karl Williamsonregcomp.c: Remove no-longer used #defines
2012-01-19 Karl Williamsonre/reg_fold.t: Add and revise comments
2012-01-19 Karl Williamsonreg_fold.t: Test bracketed character classes
2012-01-19 Karl Williamsonre/reg_fold.t: Test more code points
2012-01-19 Karl Williamsonre/reg_fold.t: Remove fixed TODOs
2012-01-19 Karl Williamsonre/reg_fold.t: Use /u rules for Unicode tests
2012-01-19 Karl Williamsonregcomp.c: Refactor join_exact() to eliminate extra...
2012-01-19 Karl Williamsonregcomp.c: Modify some comments
2012-01-19 Karl Williamsonregex: Remove FOLDCHAR regnode type
2012-01-19 Karl Williamsonregex: Fix some tricky fold problems
2012-01-19 Karl Williamsonregcomp.c: Rework join_exact()
2012-01-19 Karl Williamsonregex: Add new node type EXACTFU_NO_TRIE
2012-01-19 Karl Williamsonregex: Add new node type EXACTFU_SS
2012-01-19 Karl Williamsonregcomp.c: Need to account for delta sizes
2012-01-19 Karl Williamsonregcomp.c: Change param to join_exact()
2012-01-19 Karl Williamsonregcomp.c: regex start class for sharp s
2012-01-19 Karl Williamsonregcomp.c: white-space only and comments only
2012-01-19 Karl Williamsonregcomp.c: Save computed value in variable for later use
2012-01-19 Karl Williamsonregcomp.c: Make sure trie can handle node passed to it
2012-01-19 Karl Williamsonregexec.c: white space only
2012-01-19 Karl Williamsonregexec.c: EXACTF nodes can never be UTF
2012-01-19 Karl Williamsonregexp_noamp.t: Add comment
2012-01-19 Karl Williamsont/re/re_tests: Add some tests
2012-01-19 Karl Williamsont/re/re_tests: revise test
2012-01-19 Karl Williamsont/re/re_tests: Update comment
2012-01-19 Karl Williamsonutil.c: Add comment
2012-01-19 Karl Williamsonregcomp.c: Don't print incorrect debug info
2012-01-19 Karl Williamsonregcomp.sym: Change comments
2012-01-19 Shlomi Fishperl5db.t: add the DebugWrap class
2012-01-19 Steffen SchwigonBump several file copyright dates
2012-01-19 Steffen MuellerEU::Typemaps: Helper module for easy typemap inclusion...
2012-01-19 Chris 'BinGOs... Removed more unused boilerplate from perldelta
2012-01-19 Steffen SchwigonBump the visible perl -V copyright to 2012
2012-01-19 Nicholas ClarkAdd Steffen Schwigon to AUTHORS.
2012-01-19 Steffen MuellerEU::Typemaps: Implement embedded-typemap dumping
next