This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make tr/a/b/ croak on read-only null COWs
[perl5.git] / ext /
2013-08-11 Father ChrysostomosFix up Peek.t for alternate COW configurations
2013-08-11 Father Chrysostomosuniversal.c: Ignore SvIsCOW in XS_Internals_SvREADONLY
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-10 Father Chrysostomosdump.c: Dump contents of regexps’ mother_re field
2013-08-09 Tony Cook[perl #117793] remove dangerous functions and improve...
2013-08-07 Nicholas ClarkIn B::OP::next, flag special cases with a type, instead...
2013-08-07 Nicholas ClarkRe-indent a switch statement in B::OP::next
2013-08-07 Nicholas ClarkChange all B's unsigned constants from IVs to UVs.
2013-08-07 Nicholas ClarkIn B.xs use I16 to avoid an "initializer will be sign...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-30 Tony Cook[perl #118525] make it work on threaded builds
2013-07-29 Tony CookCvGV is no longer a simple struct member access
2013-07-29 James E KeenanDocument $DynaLoader::dl_dlext, per sisyphus++.
2013-07-29 Tony CookPhilip Boulain is now a perl AUTHOR, and bump a version
2013-07-29 Philip BoulainReap child in case where exception has been thrown
2013-07-29 Colin KuskieRefactor ext/Pod-Functions/Functions_pm.PL to use Test...
2013-07-26 Father ChrysostomosVersion number tweaks in tests and other cleanup
2013-07-26 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.55
2013-07-26 Father ChrysostomosTweak optree_constants.t for inlined list consts
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomos[perl #78194] Make sub calls copy pad tmps
2013-07-26 Father ChrysostomosIncrease $OptreeCheck::VERSION to 0.10
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2013-07-19 Reini Urbanmore op_folded support: B, dump
2013-07-19 Tony Cookpod2html output concerns
2013-07-16 Karl WilliamsonReinstate "Create SVt_INVLIST"
2013-07-13 Nicholas ClarkGenerate Errno and Pod::Functions with deterministic...
2013-07-13 Father ChrysostomosRevert "[perl #118525] Return B::HEK for B::CV::GV...
2013-07-13 Reini Urban[perl #118525] Return B::HEK for B::CV::GV of lexical...
2013-07-12 Nicholas ClarkFor -DPERL_GLOBAL_STRUCT, eliminate local variable...
2013-07-12 Nicholas ClarkFix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PR...
2013-07-12 Nicholas ClarkSpecify the versions of ExtUtils::MiniPerl and ExtUtils...
2013-07-10 Karl Williamsonlocale documentation: Grammaar and appearance nits
2013-07-10 Karl WilliamsonBetter document setlocale, "use locale" interactions
2013-07-09 Nicholas ClarkExtUtils::Miniperl::writemain()'s first argument can...
2013-07-09 Nicholas ClarkRefactor ExtUtils::Miniperl to use ExtUtils::Embed.
2013-07-08 Karl WilliamsonPATCH: [perl #115808]: POSIX::setlocale returns bizarre...
2013-07-07 Karl WilliamsonExtUtils::Miniperl: Remove pod repeated phrase
2013-07-07 Nicholas ClarkMove the "editor block" from miniperlmain.c to ExtUtils...
2013-07-07 Nicholas ClarkClean up ExtUtils::Miniperl
2013-07-07 Nicholas ClarkInvert the build logic for miniperlmain.c and ExtUtils...
2013-07-07 Nicholas ClarkMove generation of ExtUtils::Miniperl to ext/ExtUtils...
2013-07-05 Father Chrysostomos[perl #117727] Document B::PADLIST
2013-07-05 Nicholas ClarkMove File::Find from lib/ to ext/
2013-07-05 Karl WilliamsonRevert "Create SVt_INVLIST"
2013-07-04 Craig A. BerryFix ext/VMS-Filespec/t/filespec.t after move in 2d11a7e...
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-07-02 Nicholas ClarkMove VMS::Filespec from vms/ext to ext/
2013-07-01 Tony Cook[perl #71680] hints to use gdbm compat for [NO]DBM_File...
2013-06-27 Aristotle Pagaltzis[perl #117751] prevent POSIX::AUTOLOAD recursing if...
2013-06-26 Father ChrysostomosFix up f_sort.t for changes in the prev commit
2013-06-24 Nicholas ClarkUpdate B's size/offset for CvFLAGS to U32, following...
2013-06-24 Tony Cook[perl #113926] fix a hash randomization bug
2013-06-24 James E Keenan[perl #113926] add tests for Pod::Html::anchorify()
2013-06-24 Dagfinn Ilmari Man... Quote and indent %B::Concise::priv initialisation consi...
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-23 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.54
2013-06-23 Father ChrysostomosIncrease $I18N::Langinfo::VERSION to 0.11
2013-06-23 Father ChrysostomosIncrease $Hash::Util::FieldHash::VERSION to 1.12
2013-06-23 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.12
2013-06-23 Father ChrysostomosIncrease $B::Concise::VERSION to 0.97
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-06-23 James E KeenanDocumentation corrections from Wallace Reis++.
2013-06-21 Father ChrysostomosIncrease $B::VERSION to 1.44
2013-06-21 Father ChrysostomosRemove BmRARE and BmPREVIOUS
2013-06-21 Father Chrysostomosoptree_constants.t: Correct line number in comment
2013-06-18 Steve HayFix ext\B\t\concise.t when building with ALL_STATIC...
2013-06-09 Petr PísařSynchronize pod2html usage output and its POD text
2013-06-07 Steve HayInclude the Win32 extension in the ALL_STATIC build...
2013-06-04 Paul Greenchange svpeek.t to append the VOS executable suffix...
2013-06-04 Paul Greenchange DynaLoader.t to know VOS has no libc library
2013-06-03 Tony Cookeliminate an unused variable
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-05-27 Father ChrysostomosPOSIX.pod: wrap/shorten long lines
2013-05-25 James E KeenanBump $VERSION.
2013-05-25 David Steinbrunnertypo fix for XS::APItest
2013-05-25 David Steinbrunnermaking the BSD in bsdish stand out for Sys::Hostname
2013-05-25 David Steinbrunnertypo fix for re
2013-05-25 David Steinbrunnertypo fix for mro
2013-05-25 David Steinbrunnertypo fix for IPC::Open3
2013-05-25 David Steinbrunnertypo fix for Hash::Util::FieldHash
2013-05-25 David Steinbrunnertypo fixes for File::DosGlob
2013-05-25 David SteinbrunnerTypo fixes for B modules.
2013-05-24 David Goldenfix various Pod line length warnings
2013-05-22 Karl WilliamsonMake Unicode::UCD::search_invlist() available
2013-05-20 Karl WilliamsonAdd tests for case-change macros API
2013-05-20 Karl WilliamsonUse new case changing macros
2013-05-08 Steffen MuellerQuick fixes to Yves' hash randomization documentation
2013-05-07 Yves Ortonhoping this works finally. gcc is too permissive with...
2013-05-07 Yves Ortondocument Hash::Util::hash_traversal_mask()
2013-05-07 Yves Ortonfix build issue with picky compilers
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-04-24 Zeframmove Perl_ck_warner() before unwind [perl #113794]
2013-04-10 James E KeenanProvide proper link to original Dylan paper.
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-27 Brian FraserFile::Glob: Drop dependency on given/when
2013-03-24 Yves Ortonimprove how Devel::Peek::Dump handles iterator information
next