This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In t/op/mydef.t, add missing C<eval> to a test.
[perl5.git] / ext /
2011-03-09 Tony Cookfix C++ build error introducted in f8088870
2011-03-08 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to NamedCapture.xs
2011-03-08 Nicholas ClarkTweak Tie::Hash::NamedCapture's BOOT code - get the...
2011-03-08 Nicholas ClarkIn Tie::Hash::NamedCapture move the tie of %+ and ...
2011-03-08 Nicholas ClarkConvert Tie::Hash::NamedCapture::TIEHASH to XS.
2011-03-08 Nicholas ClarkAdd tests for documented behaviour of Tie::Hash::NamedC...
2011-03-07 Nicholas ClarkEnsure that the C<exists &Errno::EFOO> idiom continues...
2011-03-06 Nicholas ClarkMove t/re/re.t to ext/re/t/re_funcs_u.t, so that it...
2011-03-06 Nicholas ClarkA clearer layout for the fall-through logic of Socket...
2011-03-06 Nicholas ClarkIn inet_aton(), use newSVpvn_flags() instead of sv_newm...
2011-02-19 Nicholas ClarkIn Errno, use typeglob aliasing instead of subref to...
2011-02-19 Craig A. BerryDispatch dl_expandspec at build time, not run time.
2011-02-18 Florian RagwitzDual-life Devel::DProf
2011-02-18 Florian RagwitzAdd a deprecation notice to the Devel::DProf docs
2011-02-18 Florian RagwitzAllow Devel::DProf's tests to run without text.pl
2011-02-18 Florian RagwitzDon't call the new __loaded_from_core on old perls
2011-02-18 Nicholas ClarkRemove Devel::DProf from the core distribution. Get...
2011-02-18 David LeadbeaterAvoid segfault in re::regmust with pluggable RE engines
2011-02-18 David MitchellDynaLoader.t: AUTOLOAD TODO tests passing
2011-02-18 Father ChrysostomosIncrease DynaLoader’s version
2011-02-18 Leon Timmermans[perl #84358] Removing AutoLoader from DynaLoader
2011-02-17 Florian RagwitzMove dprofpp from utils/ to ext/Devel-DProf/bin
2011-02-16 Nicholas ClarkDelete subroutines Socket::fake_get{addr,name}info...
2011-02-16 Tom ChristiansenMore POD corrections
2011-02-14 Charles BaileyFix symbol table associations in VMS::DCLsym
2011-02-14 Father ChrysostomosDecrease (unbump?) re.pm’s version
2011-02-14 Karl Williamsonre.pm: Add /aa support
2011-02-14 Karl Williamsonre.pm: Forbid things like /dd, /uu
2011-02-12 Father ChrysostomosBump re.pm’s version
2011-02-12 Father Chrysostomosperldebug: capitalise titles
2011-02-08 Paul LeoNerd EvansMinor bugfixes to Socket::getaddrinfo
2011-02-06 Nicholas ClarkIn IPC::Open3's fd.t, open STDIN explicitly in the...
2011-02-06 Nicholas ClarkIn IPC::Open3's fd.t, correct the code added in 1f563db...
2011-02-05 Nicholas ClarkConvert XS::APItest's svpv_magic.t to Test::More.
2011-02-04 Nicholas ClarkRemove MacOS Classic references from B's tests.
2011-02-04 Nicholas ClarkRefactor B's o.t to use 'prog' and 'switches' with...
2011-02-04 Nicholas ClarkActually generate full failure diagnostics in checkErrs...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, always report inconsistent errors...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, implement proper qr// matching...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, inline diag_or_fail() into its...
2011-02-04 Nicholas ClarkIn B's tests, fix calls to like() which weren't being...
2011-02-04 Nicholas ClarkRemove non-working and hence unused features from B...
2011-02-04 Nicholas ClarkConvert Pod::Html to lexical file handles.
2011-02-03 Nicholas ClarkConvert B's "no perlio" skips to "skip all" in the...
2011-02-03 Nicholas ClarkRemove commented out 'require test.pl' lines in B's...
2011-02-03 Nicholas ClarkCorrect the "no perlio" skipping in optree_misc.t.
2011-02-01 Jesse VincentBump versions of modules changed since the last blead...
2011-01-30 David MitchellPerl_do_sv_dump: dump REGEXP body
2011-01-29 Paul "LeoNerd" EvansReindent recent IPv6/getaddrinfo code consistently...
2011-01-29 Larwan BerkeMove IN6ADDR_ANY and IN6ADDR_LOOPBACK to @EXPORT_OK...
2011-01-27 Leon TimmermansMade binmode $fh, ':scalar' DWIM
2011-01-24 Michael Stevens[perl #82712] Pod link fixes to use correct markup.
2011-01-21 David MitchellXS-APItest/t/caller.t: mark two passing tests
2011-01-20 Jesse VincentVersion bumps for re non-dual-life modules identified by
2011-01-20 Jesse VincentVersion bumps for Sys::Hostname non-dual-life modules...
2011-01-20 Jesse VincentVersion bumps for Socket non-dual-life modules identifi...
2011-01-20 Jesse VincentVersion bumps for POSIX non-dual-life modules identified by
2011-01-20 Jesse VincentVersion bumps for IPC::Open3 non-dual-life modules...
2011-01-20 Jesse VincentVersion bumps for Hash::Util non-dual-life modules...
2011-01-20 Jesse VincentVersion bumps for Devel-Peek non-dual-life modules...
2011-01-20 Jesse VincentVersion bumps for ext/B non-dual-life modules identified by
2011-01-19 Nicholas ClarkRemove Mac OS classic code from the Errno.pm generation...
2011-01-18 Leon TimmermansClarify limitation in safe signals.
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-16 Karl WilliamsonUse multi-bit field for regex character set
2011-01-16 Karl WilliamsonSubject: [PATCH] re.pm: Correct pod statement
2011-01-16 Karl Williamson.pm: rename variables to reflect expanded usage
2011-01-16 Karl Williamsonre.pm: correct typo
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2011-01-06 Craig A. BerryUpdate K&R-style function declarations in dl_vms.xs.
2011-01-05 David MitchellDevel-Peek/Peek.pm: update example outputs in pod
2011-01-05 Paul "LeoNerd" EvansSupport emulation of AI_NUMERICSERV even though it...
2011-01-04 Paul "LeoNerd" EvansUse Zero() rather than rely on C99 struct initialiser...
2011-01-04 Jan DuboisDon't install Cygwin code into other platforms
2011-01-03 Jesse VincentActuall excise 'Apollo DomainOS' support. We officially...
2011-01-03 Reini UrbanCYG14 Dynaloader without USEIMPORTLIB, and search cyg...
2011-01-03 Father ChrysostomosRevert "[perl #68654] next::method doesn't see UNIVERSAL"
2011-01-03 Father ChrysostomosRevert "[perl #80098] Bleadperl breaks Attribute::Lexical"
2011-01-03 Paul "LeoNerd" EvansGive a warning if pack_sockaddr_in6 is asked to pack...
2011-01-03 Paul "LeoNerd" EvansUse HAS_SIN6_SCOPE_ID rather than glibc version testing
2011-01-03 Paul "LeoNerd" EvansBugfix to Socket.pm 's GAI fallback constants - use...
2011-01-03 Paul "LeoNerd" EvansMake Socket.pm 'use strict' clean
2011-01-03 Paul "LeoNerd" EvansProvide fallback implementation of getaddrinfo and...
2011-01-03 Paul "LeoNerd" EvansInitial documentation of getaddrinfo and getnameinfo...
2011-01-03 Paul "LeoNerd" EvansUnit tests for Socket::getaddrinfo() and Socket::getnam...
2011-01-03 Paul "LeoNerd" EvansImplement Socket::getaddrinfo() and Socket::getnameinfo...
2011-01-03 Paul "LeoNerd" EvansConditionally set sa_len-type fields when packing socka...
2011-01-02 Florian RagwitzCPAN is upstream for Time::Local again
2011-01-02 Florian RagwitzMake Time::Local run on perls older than 5.12 again
2010-12-20 Nicholas ClarkTweak IPC-Open3.t to cope with \r\n line endings on...
2010-12-19 Zeframfix -tree test for non-threaded perl v5.13.8
2010-12-19 Zeframbump version of many modules
2010-12-19 Father ChrysostomosTest B::Concise’s -tree mode
2010-12-17 Nicholas ClarkConvert ext/PerlIO-encoding/t/encoding.t to Test::More.
2010-12-17 Nicholas ClarkConvert ext/Opcode/t/ops.t to Test::More
2010-12-17 Nicholas ClarkConvert ext/IPC-Open3/t/IPC-Open3.t to Test::More
2010-12-17 Father ChrysostomosIncrease B::Concise’s version
2010-12-17 Reini UrbanFix [perl #80632] -MO=Concise,-tree format
2010-12-17 David Leadbeater[perl #80674] Fix compilation with very old versions...
2010-12-16 Nicholas ClarkVersion bumps for modules changed by a6d37805ca8a9ba8...
next