This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-10-20 Tatsuhiko Miyagawalint perldelta links
2010-10-20 Tatsuhiko MiyagawaUpdated perldelta to fill in acknowledgements
2010-10-20 Tatsuhiko Miyagawabumped perl versions in Changes
2010-10-20 Tatsuhiko MiyagawaBump version to 5.13.6
2010-10-20 Florian RagwitzMention the PL_* accessor removal in perldelta
2010-10-20 Tatsuhiko Miyagawaclean up perldelta templates
2010-10-20 Tatsuhiko MiyagawaFix the heading for the perldelta commit a7e93501
2010-10-20 Nicholas ClarkIn Fcntl.xs, correct the conditional compilation of...
2010-10-20 Chris 'BinGOs... Fix version for Locale-Maketext in Porting/Maintainers.pl
2010-10-20 Father Chrysostomosperldelta up to c3b19b5c6
2010-10-19 David Mitchellremove DISABLE_DESTRUCTOR_KLUDGE
2010-10-19 David MitchellRecursive MULTICALL prematurely freed CV
2010-10-19 David Mitchelladd skeleton testing for the MULTICALL macros
2010-10-19 Dave Mitchellperldelta updates
2010-10-19 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.64
2010-10-19 Nicholas ClarkConvert I18N::Langinfo to XSLoader from DynaLoader.
2010-10-19 Nicholas ClarkUse inlineable proxy constant subs for I18N::Langinfo
2010-10-19 David Goldenfix indentation for prototype switch statements
2010-10-19 Nicholas ClarkRemove unused variable len from code generated by ExtUt...
2010-10-19 Nicholas ClarkStop 'use v5.8' leaking memory. Fixes #78436.
2010-10-19 Nicholas ClarkMake Fcntl::AUTOLOAD's error messages consistent with...
2010-10-19 Nicholas ClarkFcntl, POSIX and Socket can all use Proxy Constant...
2010-10-19 Nicholas ClarkImprove the generated C code for $xs_subname for Proxy...
2010-10-19 Nicholas ClarkFix file permissions after CPAN upgrade to 1.94_61
2010-10-19 Tatsuhiko MiyagawaFixed typo (double "with the") in release_managers_guid...
2010-10-19 Nicholas ClarkFix C++ build for Fcntl.xs.
2010-10-19 Chris 'BinGOs... Update CPAN to CPAN version 1.94_61
2010-10-19 Tatsuhiko Miyagawabumped GDBM_File version per da4061d and added perldelt...
2010-10-19 Tatsuhiko MiyagawaBumped B::Deparse version and added perldelta entry...
2010-10-19 Jesse VincentUpdate miyagawa's email address
2010-10-19 Tatsuhiko MiyagawaFix typo in how_to_write_a_perldelta.pod
2010-10-18 Chris 'BinGOs... Fix issues with the podlators update
2010-10-18 Father ChrysostomosSet Data::Dumper’s release date to that of perl 5.13.6
2010-10-18 Zsbán AmbrusAdd keys(@a) and values(@a) to perldelta
2010-10-18 Jan DuboisDon't use "dllimport" for code in perl5xx.dll
2010-10-18 Zsbán Ambrus[perl #78334] keys(@x) should be in perl5120delta.pod
2010-10-18 Nicholas ClarkExpress @Fcntl::EXPORT_OK in terms of %Fcntl::EXPORT_TAGS.
2010-10-18 Nicholas ClarkConvert Fcntl::S_IFMT to XS.
2010-10-18 Nicholas ClarkConvert Fcntl::S_IMODE to XS.
2010-10-18 Nicholas ClarkConvert Fcntl::S_IS{LNK,SOCK,BLK,CHR,FIFO,WHT,ENFMT...
2010-10-18 Nicholas ClarkConvert Fcntl::{S_ISREG,S_ISDIR} to XS.
2010-10-18 Nicholas ClarkTweak t/porting/dual-life.t for the file renames in...
2010-10-18 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.031
2010-10-18 Chris 'BinGOs... Update podlators to CPAN version 2.4.0
2010-10-18 Nicholas ClarkFix Fcntl::S_ISENFMT(), which could never have worked...
2010-10-18 Nicholas ClarkConvert File::Glob::import to $Exporter::ExportLevel...
2010-10-18 Nicholas ClarkConvert File::Glob::import to use given/when.
2010-10-18 Nicholas ClarkRemove MacOS classic support from File::Glob's tests.
2010-10-18 Craig A. BerryMention symbol shortening on VMS in perldelta.
2010-10-17 Ævar Arnfjörð... perldelta entries
2010-10-17 Father ChrysostomosRemove mention of cb525dbe88 from the perldelta comment
2010-10-17 Craig A. BerryParentheses in compiler flags are legal on VMS.
2010-10-17 Craig A. BerryClean up the name mangler database on VMS.
2010-10-17 brian d foy* perlfaq4: perlreftut is no longer upcoming, it's...
2010-10-16 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.63
2010-10-16 Father ChrysostomosAdd Mike Kelly to AUTHORS
2010-10-16 Mike Kellydist/IO: fix a few typos
2010-10-16 Father ChrysostomosAdd Ali Polatel to AUTHORS
2010-10-16 Ali Polateldist/IO: Always bind to localhost in tests.
2010-10-15 Jan DuboisUse __declspec(dllimport) for XS code on Windows
2010-10-15 Craig A. BerryUpdate regen targets on VMS.
2010-10-15 Craig A. BerryBand-aid to handle long API symbol on VMS.
2010-10-15 Florian RagwitzMake splice invoke set magic
2010-10-15 Karl WilliamsonSubject: [perl #58182] partial: Add uni \s,\w matching
2010-10-15 Karl Williamsonperlre.pod: slight rewording
2010-10-15 Karl WilliamsonSubject: unicode_strings.t: Imprv test output
2010-10-15 Karl WilliamsonSubject: unicode_strings.t: rmv trail blanks
2010-10-15 Karl WilliamsonSubject: regcomp.h: Add macro to get regnode flags
2010-10-15 Karl WilliamsonSubject: [PATCH] regexec.c: make macros fit 80 cols
2010-10-15 Karl WilliamsonSubject: [PATCH] regexec.c: add and refactor macros
2010-10-15 Karl Williamsonregcomp.c: Fix white space, cuddled else
2010-10-15 Karl Williamsonperlrebackslash: Fix poor grammar
2010-10-15 Jesse Vincentremove some broken markup from release_schedule
2010-10-15 Jesse VincentAdd another victim, get a 2011 heading
2010-10-15 Jesse VincentUpdate our victim list through spring
2010-10-15 Jesse Vincentsign myself up for a blead release and the 5.14 RC0
2010-10-15 Nicholas ClarkImplement File::Glob::GLOB_CSH in XS instead of perl.
2010-10-15 Nicholas ClarkUse inlineable proxy constant subs for File::Glob
2010-10-15 Nicholas ClarkExpress @File::Glob::EXPORT_OK in terms of %File::Glob...
2010-10-15 Nicholas ClarkFile::Glob::GLOB_ERROR is a real subroutine, not a...
2010-10-15 Nicholas ClarkNothing autoloaded in Sys::Hostname or I18N::Langinfo...
2010-10-15 Nicholas ClarkRemove erroneous references to AutoLoader from File...
2010-10-15 Chip SalzenbergDocument that av_delete and hv_delete make their return...
2010-10-14 Father ChrysostomosMake cpan/CGI/t/http.t (hopefully) compatible with VMS
2010-10-14 Father Chrysostomosperldelta: Missing a C from C<>
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-10-14 Nicholas ClarkXSLoader::load() with no arguments can use caller to...
2010-10-14 Father Chrysostomosperldelta: delete $+{...} was in the wrong section
2010-10-14 Father Chrysostomosperldelta up to 97a3247
2010-10-14 Father ChrysostomosCorrect threads version
2010-10-14 Florian RagwitzUpdate .gitignore for the Tie::Hash::NamedCapture move
2010-10-14 Father ChrysostomosChange the perl version mentioned in threads.pm concern...
2010-10-14 Nicholas ClarkRemove the code for file exclusions from Maintainers...
2010-10-14 Nicholas ClarkSince c440907b, Maintainers.pl doesn't need exclusions...
2010-10-14 Nicholas ClarkMove remaining Tie::Hash::NamedCapture XS code to Named...
2010-10-14 Nicholas ClarkMove Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedC...
2010-10-14 Nicholas ClarkConvert lib/Tie/Hash/NamedCapture.pm to an XS module...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_{FIRSTK,NEXTK} into...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_STORE into S_named_captu...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_CLEAR into S_named_captu...
next