| Commit message (Expand) | Author | Age | Files | Lines |
* | In Fcntl.xs, correct the conditional compilation of S_ISENFMT. | Nicholas Clark | 2010-10-20 | 1 | -1/+1 |
* | Recursive MULTICALL prematurely freed CV | David Mitchell | 2010-10-19 | 1 | -1/+26 |
* | add skeleton testing for the MULTICALL macros | David Mitchell | 2010-10-19 | 2 | -0/+63 |
* | Convert I18N::Langinfo to XSLoader from DynaLoader. | Nicholas Clark | 2010-10-19 | 1 | -4/+4 |
* | Use inlineable proxy constant subs for I18N::Langinfo | Nicholas Clark | 2010-10-19 | 3 | -886/+14 |
* | Make Fcntl::AUTOLOAD's error messages consistent with croak() using modules. | Nicholas Clark | 2010-10-19 | 2 | -1/+33 |
* | Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally. | Nicholas Clark | 2010-10-19 | 3 | -3/+3 |
* | Fix C++ build for Fcntl.xs. | Nicholas Clark | 2010-10-19 | 1 | -3/+2 |
* | bumped GDBM_File version per da4061d and added perldelta for it | Tatsuhiko Miyagawa | 2010-10-19 | 1 | -1/+1 |
* | Express @Fcntl::EXPORT_OK in terms of %Fcntl::EXPORT_TAGS. | Nicholas Clark | 2010-10-18 | 1 | -49/+22 |
* | Convert Fcntl::S_IFMT to XS. | Nicholas Clark | 2010-10-18 | 3 | -12/+18 |
* | Convert Fcntl::S_IMODE to XS. | Nicholas Clark | 2010-10-18 | 3 | -5/+21 |
* | Convert Fcntl::S_IS{LNK,SOCK,BLK,CHR,FIFO,WHT,ENFMT} to XS. | Nicholas Clark | 2010-10-18 | 2 | -26/+65 |
* | Convert Fcntl::{S_ISREG,S_ISDIR} to XS. | Nicholas Clark | 2010-10-18 | 3 | -5/+34 |
* | Fix Fcntl::S_ISENFMT(), which could never have worked before. | Nicholas Clark | 2010-10-18 | 2 | -6/+66 |
* | Convert File::Glob::import to $Exporter::ExportLevel and grep. | Nicholas Clark | 2010-10-18 | 1 | -10/+7 |
* | Convert File::Glob::import to use given/when. | Nicholas Clark | 2010-10-18 | 1 | -7/+10 |
* | Remove MacOS classic support from File::Glob's tests. | Nicholas Clark | 2010-10-18 | 4 | -89/+29 |
* | Implement File::Glob::GLOB_CSH in XS instead of perl. | Nicholas Clark | 2010-10-15 | 2 | -9/+5 |
* | Use inlineable proxy constant subs for File::Glob | Nicholas Clark | 2010-10-15 | 1 | -0/+1 |
* | Express @File::Glob::EXPORT_OK in terms of %File::Glob::EXPORT_TAGS. | Nicholas Clark | 2010-10-15 | 1 | -22/+2 |
* | File::Glob::GLOB_ERROR is a real subroutine, not a constant(). | Nicholas Clark | 2010-10-15 | 3 | -6/+10 |
* | Nothing autoloaded in Sys::Hostname or I18N::Langinfo, so don't use AutoLoader; | Nicholas Clark | 2010-10-15 | 2 | -4/+2 |
* | Remove erroneous references to AutoLoader from File::Glob. | Nicholas Clark | 2010-10-15 | 1 | -6/+1 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 20 | -52/+52 |
* | Move remaining Tie::Hash::NamedCapture XS code to NamedCapture.xs | Nicholas Clark | 2010-10-14 | 1 | -0/+56 |
* | Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xs | Nicholas Clark | 2010-10-14 | 1 | -0/+27 |
* | Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/ | Nicholas Clark | 2010-10-14 | 2 | -0/+76 |
* | Add LINKLIST to the API. | Ben Morrow | 2010-10-12 | 2 | -2/+118 |
* | APIify op list constructors | Zefram | 2010-10-12 | 2 | -2/+158 |
* | In APItest.xs, augment croak("fail") with the file name and line number. | Nicholas Clark | 2010-10-12 | 1 | -82/+84 |
* | Remove some excess cleverness from the Bhk macros. | Ben Morrow | 2010-10-10 | 1 | -6/+6 |
* | plugin mechanism to rewrite calls to a subroutine | Zefram | 2010-10-10 | 5 | -0/+450 |
* | Update gitignore files for moved pod scripts | Florian Ragwitz | 2010-10-10 | 1 | -0/+1 |
* | XS::APItest tests for XS_APIVERSION_BOOTCHECK. | Nicholas Clark | 2010-10-08 | 3 | -0/+22 |
* | xs_version_bootcheck() must use mortals, as {new,upg}_version() can croak. | Nicholas Clark | 2010-10-08 | 4 | -1/+47 |
* | XS::APItest tests for XS_VERSION_BOOTCHECK. | Nicholas Clark | 2010-10-07 | 4 | -1/+124 |
* | Improve DynaLoader::bootstrap documentation. | Nicholas Clark | 2010-10-07 | 1 | -1/+8 |
* | Remove MEMBER_TO_FPTR. | Ben Morrow | 2010-10-06 | 1 | -3/+2 |
* | Move pod2html.PL into ext/Pod-Html | Nicholas Clark | 2010-10-05 | 1 | -0/+183 |
* | Move Pod::Html from lib/ to ext/ | Nicholas Clark | 2010-10-05 | 8 | -0/+2933 |
* | [PATCH] function to parse Perl statement sequence | Zefram | 2010-10-04 | 3 | -2/+105 |
* | Fix perl build problems on Stratus VOS | Paul Green | 2010-10-03 | 1 | -12/+37 |
* | G_KEEPERR sometimes set $@ | David Mitchell | 2010-10-03 | 1 | -4/+6 |
* | eval_sv() and eval_pv() don't fail on syntax err | David Mitchell | 2010-10-03 | 1 | -1/+89 |
* | rt 76474: Avoid the child perl reading from stdout | Tony Cook | 2010-10-01 | 1 | -1/+1 |
* | Fix IPC::Open3’s fd.t to work on Windows | Father Chrysostomos | 2010-09-27 | 1 | -2/+6 |
* | Skip ext/IPC-Open3/t/fd.t on stdio | Father Chrysostomos | 2010-09-27 | 1 | -1/+7 |
* | Version bump and perldelta for IPC::Open3 and [perl #76474] | Father Chrysostomos | 2010-09-26 | 1 | -1/+1 |
* | tests for [perl #76474] | Father Chrysostomos | 2010-09-26 | 1 | -0/+15 |