This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Corrected Perl5 example of Formatted output and significant digits
[perl5.git] / ext /
2010-10-22 Nicholas ClarkRemove cruft from B's Makefile.PL
2010-10-22 Nicholas ClarkMerge the implementation of B::CV::{ROOT,START}.
2010-10-22 Nicholas ClarkBetter diagnostics for XS::APItest::test_cv_getset_call...
2010-10-22 Father ChrysostomosBump re’s version
2010-10-21 Jerry D. HeddenFix ext/XS-APItest/t/multicall.t warning
2010-10-21 Nicholas ClarkMY_CXT_INIT happens to contain a variable declaration...
2010-10-21 Nicholas ClarkSys::Hostname::ghname should use newSVpv(s, 0), not...
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframfix and test PL_expect in recdescent parsing
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-21 Zeframhandle bracket stack better in recdescent parsing
2010-10-21 Zeframavoid side-effecting source held in scalar
2010-10-21 Nicholas ClarkSDBM_File::{error,clearerr} can be implemented as XS...
2010-10-21 Nicholas ClarkIn [GNO]DBM_File.xs, store the 4 filter functions as...
2010-10-21 Nicholas ClarkIn SDBM_File.xs, store the 4 filter functions as 1...
2010-10-21 Nicholas ClarkConvert [GNOS]DBM_File::TIEHASH to safecalloc() from...
2010-10-21 Nicholas ClarkMerge the XS code for Hash::Util::{hidden,legal}_ref_keys.
2010-10-21 Nicholas ClarkConvert Hash::Util's XS code to use typemaps for derefe...
2010-10-21 Nicholas ClarkStandardise Hash::Util::hv_store's error message.
2010-10-21 Nicholas ClarkConvert Hash::Util, XS::APItest and XS::Typemap to...
2010-10-21 Nicholas ClarkConvert GDBM_File to an XS AUTOLOAD.
2010-10-21 Nicholas ClarkUse inlineable proxy constant subs for GDBM_File.
2010-10-21 Nicholas ClarkConvert File::Glob::bsd_glob to XS.
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo and Socket...
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo, POSIX and...
2010-10-21 Nicholas Clark[GNO]DBM_File must free any filter CVs in DESTROY.
2010-10-20 Nicholas ClarkIn Fcntl.xs, correct the conditional compilation of...
2010-10-19 David MitchellRecursive MULTICALL prematurely freed CV
2010-10-19 David Mitchelladd skeleton testing for the MULTICALL macros
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 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 ClarkFix C++ build for Fcntl.xs.
2010-10-19 Tatsuhiko Miyagawabumped GDBM_File version per da4061d and added perldelt...
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 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-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-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
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-12 Ben MorrowAdd LINKLIST to the API.
2010-10-12 ZeframAPIify op list constructors
2010-10-12 Nicholas ClarkIn APItest.xs, augment croak("fail") with the file...
2010-10-11 Ben MorrowRemove some excess cleverness from the Bhk macros.
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-10 Florian RagwitzUpdate gitignore files for moved pod scripts
2010-10-08 Nicholas ClarkXS::APItest tests for XS_APIVERSION_BOOTCHECK.
2010-10-08 Nicholas Clarkxs_version_bootcheck() must use mortals, as {new,upg...
2010-10-07 Nicholas ClarkXS::APItest tests for XS_VERSION_BOOTCHECK.
2010-10-07 Nicholas ClarkImprove DynaLoader::bootstrap documentation.
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-10-05 Nicholas ClarkMove pod2html.PL into ext/Pod-Html
2010-10-05 Nicholas ClarkMove Pod::Html from lib/ to ext/
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-10-03 Paul GreenFix perl build problems on Stratus VOS
2010-10-03 David MitchellG_KEEPERR sometimes set $@
2010-10-03 David Mitchelleval_sv() and eval_pv() don't fail on syntax err
2010-10-01 Tony Cookrt 76474: Avoid the child perl reading from stdout
2010-09-27 Father ChrysostomosFix IPC::Open3’s fd.t to work on Windows
2010-09-27 Father ChrysostomosSkip ext/IPC-Open3/t/fd.t on stdio
2010-09-26 Father ChrysostomosVersion bump and perldelta for IPC::Open3 and [perl...
2010-09-26 Father Chrysostomostests for [perl #76474]
2010-09-26 Vernon Lyon[perl #76474]: IPC::Open3 doesn't handle file descripto...
2010-09-26 Zeframmerge XS-APItest-KeywordRPN into XS-APItest
2010-09-24 Nicholas ClarkAdd a warning to test.pl if quotes are used in one...
2010-09-23 Nicholas ClarkSome tests for Perl_grok_number().
2010-09-23 Tony CookMake dquote_static.c available to ext/re/
2010-09-23 Jerry D. HeddenRemove unneeded 'use' from ext/XS-APItest/t/peep.t...
2010-09-23 Karl Williamsonre.pm: Change comment to use new (?^...)
2010-09-23 Karl WilliamsonChange .t to use new (?^...)
2010-09-23 Karl WilliamsonChange comments, documentation for new (?^...)
2010-09-21 Nicholas ClarkRemove boilerplate and (un)conditional code from Makefi...
2010-09-21 Nicholas ClarkTweak XS::APItest to automatically add all functions...
2010-09-20 Tony CookAdd two (SV *) casts to placate C++.
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-19 Florian RagwitzRemove unnecessary XS-APItest test boilerplate
2010-09-19 Florian RagwitzAdd tests for PL_peepp/PL_rpeepp
2010-09-19 Steve HayBump VERSIONs in XS-APItest and XS-APItest-KeywordRPN
2010-09-19 Steve HayBump VERSION in PerlIO-scalar
2010-09-16 Chas. Owensreftype() used without checking for undef
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-13 Father Chrysostomos[perl #77684] Restore the 5.10/12 behaviour of open...
2010-09-11 Florian RagwitzBump $POSIX::VERSION
2010-09-11 Florian RagwitzAdd missing POSIX signal constants
2010-09-07 Ben MorrowTests for caller_cx, cop_hints_*.
next