summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* In Fcntl.xs, correct the conditional compilation of S_ISENFMT.Nicholas Clark2010-10-201-1/+1
* Recursive MULTICALL prematurely freed CVDavid Mitchell2010-10-191-1/+26
* add skeleton testing for the MULTICALL macrosDavid Mitchell2010-10-192-0/+63
* Convert I18N::Langinfo to XSLoader from DynaLoader.Nicholas Clark2010-10-191-4/+4
* Use inlineable proxy constant subs for I18N::LanginfoNicholas Clark2010-10-193-886/+14
* Make Fcntl::AUTOLOAD's error messages consistent with croak() using modules.Nicholas Clark2010-10-192-1/+33
* Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally.Nicholas Clark2010-10-193-3/+3
* Fix C++ build for Fcntl.xs.Nicholas Clark2010-10-191-3/+2
* bumped GDBM_File version per da4061d and added perldelta for itTatsuhiko Miyagawa2010-10-191-1/+1
* Express @Fcntl::EXPORT_OK in terms of %Fcntl::EXPORT_TAGS.Nicholas Clark2010-10-181-49/+22
* Convert Fcntl::S_IFMT to XS.Nicholas Clark2010-10-183-12/+18
* Convert Fcntl::S_IMODE to XS.Nicholas Clark2010-10-183-5/+21
* Convert Fcntl::S_IS{LNK,SOCK,BLK,CHR,FIFO,WHT,ENFMT} to XS.Nicholas Clark2010-10-182-26/+65
* Convert Fcntl::{S_ISREG,S_ISDIR} to XS.Nicholas Clark2010-10-183-5/+34
* Fix Fcntl::S_ISENFMT(), which could never have worked before.Nicholas Clark2010-10-182-6/+66
* Convert File::Glob::import to $Exporter::ExportLevel and grep.Nicholas Clark2010-10-181-10/+7
* Convert File::Glob::import to use given/when.Nicholas Clark2010-10-181-7/+10
* Remove MacOS classic support from File::Glob's tests.Nicholas Clark2010-10-184-89/+29
* Implement File::Glob::GLOB_CSH in XS instead of perl.Nicholas Clark2010-10-152-9/+5
* Use inlineable proxy constant subs for File::GlobNicholas Clark2010-10-151-0/+1
* Express @File::Glob::EXPORT_OK in terms of %File::Glob::EXPORT_TAGS.Nicholas Clark2010-10-151-22/+2
* File::Glob::GLOB_ERROR is a real subroutine, not a constant().Nicholas Clark2010-10-153-6/+10
* Nothing autoloaded in Sys::Hostname or I18N::Langinfo, so don't use AutoLoader;Nicholas Clark2010-10-152-4/+2
* Remove erroneous references to AutoLoader from File::Glob.Nicholas Clark2010-10-151-6/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-1420-52/+52
* Move remaining Tie::Hash::NamedCapture XS code to NamedCapture.xsNicholas Clark2010-10-141-0/+56
* Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xsNicholas Clark2010-10-141-0/+27
* Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/Nicholas Clark2010-10-142-0/+76
* Add LINKLIST to the API.Ben Morrow2010-10-122-2/+118
* APIify op list constructorsZefram2010-10-122-2/+158
* In APItest.xs, augment croak("fail") with the file name and line number.Nicholas Clark2010-10-121-82/+84
* Remove some excess cleverness from the Bhk macros.Ben Morrow2010-10-101-6/+6
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-105-0/+450
* Update gitignore files for moved pod scriptsFlorian Ragwitz2010-10-101-0/+1
* XS::APItest tests for XS_APIVERSION_BOOTCHECK.Nicholas Clark2010-10-083-0/+22
* xs_version_bootcheck() must use mortals, as {new,upg}_version() can croak.Nicholas Clark2010-10-084-1/+47
* XS::APItest tests for XS_VERSION_BOOTCHECK.Nicholas Clark2010-10-074-1/+124
* Improve DynaLoader::bootstrap documentation.Nicholas Clark2010-10-071-1/+8
* Remove MEMBER_TO_FPTR.Ben Morrow2010-10-061-3/+2
* Move pod2html.PL into ext/Pod-HtmlNicholas Clark2010-10-051-0/+183
* Move Pod::Html from lib/ to ext/Nicholas Clark2010-10-058-0/+2933
* [PATCH] function to parse Perl statement sequenceZefram2010-10-043-2/+105
* Fix perl build problems on Stratus VOSPaul Green2010-10-031-12/+37
* G_KEEPERR sometimes set $@David Mitchell2010-10-031-4/+6
* eval_sv() and eval_pv() don't fail on syntax errDavid Mitchell2010-10-031-1/+89
* rt 76474: Avoid the child perl reading from stdoutTony Cook2010-10-011-1/+1
* Fix IPC::Open3’s fd.t to work on WindowsFather Chrysostomos2010-09-271-2/+6
* Skip ext/IPC-Open3/t/fd.t on stdioFather Chrysostomos2010-09-271-1/+7
* Version bump and perldelta for IPC::Open3 and [perl #76474]Father Chrysostomos2010-09-261-1/+1
* tests for [perl #76474]Father Chrysostomos2010-09-261-0/+15