| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the buffer size for the perlio layer a macro. | Craig A. Berry | 2010-11-09 | 2 | -1/+5 |
* | Move ExtUtils-Command from cpan/ to dist/ | Florian Ragwitz | 2010-11-09 | 8 | -24/+23 |
* | Move ExtUtils-Manifest from cpan/ to dist/ | Florian Ragwitz | 2010-11-09 | 7 | -38/+37 |
* | Corrected date of death for Randy Kobes | David Golden | 2010-11-09 | 1 | -1/+1 |
* | Remove an unused variable | Florian Ragwitz | 2010-11-09 | 1 | -1/+0 |
* | Disable bitwise operators | Florian Ragwitz | 2010-11-09 | 3 | -1/+27 |
* | In S_check_type_and_open() call PerlIO_openn() directly if possible. | Nicholas Clark | 2010-11-09 | 1 | -0/+4 |
* | Change S_doopen_pm() and S_check_type_and_open() to take an SV parameter. | Nicholas Clark | 2010-11-09 | 4 | -32/+23 |
* | perldelta: note passing of Randy Kobes | David Golden | 2010-11-09 | 1 | -0/+5 |
* | One more typo, reported by H.Merijn Brand | Abigail | 2010-11-09 | 1 | -1/+1 |
* | Some typo fixes reported by Tom Christiansen | Abigail | 2010-11-09 | 1 | -3/+3 |
* | Test that Opcode loads without warnings. | Nicholas Clark | 2010-11-09 | 1 | -3/+13 |
* | Tidy up ext/Opcode/t/Opcode.t. | Nicholas Clark | 2010-11-09 | 1 | -10/+10 |
* | Convert ext/Opcode/t/Opcode.t to Test::More. | Nicholas Clark | 2010-11-09 | 1 | -39/+39 |
* | Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67. | Nicholas Clark | 2010-11-09 | 3 | -23/+61 |
* | authorial perlipc edit | Tom Christiansen | 2010-11-08 | 1 | -555/+585 |
* | Delete paragraphs from mro.pm’s pod | Father Chrysostomos | 2010-11-08 | 1 | -16/+0 |
* | [perl #75176] Symbol::delete_package does not free certain memory associated ... | Father Chrysostomos | 2010-11-08 | 7 | -97/+360 |
* | Update CGI.pm to CPAN version 3.50 | Chris 'BinGOs' Williams | 2010-11-09 | 6 | -25/+68 |
* | Correct Math::BigInt::FastCalc version in perldelta | Florian Ragwitz | 2010-11-08 | 1 | -1/+1 |
* | Upgrade Math::BigInt to version 1.98 | Florian Ragwitz | 2010-11-08 | 5 | -5/+9 |
* | Add Fingle Nark to AUTHORS | Father Chrysostomos | 2010-11-08 | 1 | -0/+1 |
* | Excluding tests in sub-dirs | Jerry D. Hedden | 2010-11-08 | 1 | -1/+1 |
* | typos in comments/pod | Fingle Nark | 2010-11-08 | 2 | -31/+31 |
* | Avoid a declaration after statement, accidentally added by 6079961fee8cf49c. | Nicholas Clark | 2010-11-08 | 1 | -1/+2 |
* | In B.xs, remove the now unused first argument from make_sv_object(). | Nicholas Clark | 2010-11-08 | 1 | -35/+30 |
* | In B.xs, use PPCODE rather than a typemap for output of T_SV_OBJ | Nicholas Clark | 2010-11-08 | 2 | -56/+47 |
* | B::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864 | Nicholas Clark | 2010-11-08 | 1 | -1/+1 |
* | In B.xs refactor cc_opclassname() to make_op_object(). | Nicholas Clark | 2010-11-08 | 2 | -34/+25 |
* | Merge the implementation of B::COP::{io,warnings} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -14/+5 |
* | In B.xs, refactor make_warnings_object() to take a COP * instead of STRLEN *. | Nicholas Clark | 2010-11-08 | 1 | -2/+3 |
* | Merge the implementation of B::COP::{filegv,stash} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -7/+7 |
* | Merge the implementation of B::COP::{file,stashpv} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -6/+6 |
* | Merge the implementation of B::BM::TABLE with B::PV::{PV,PVX,PVBM} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -13/+7 |
* | Remove unneeded PREFIXes from B.xs. | Nicholas Clark | 2010-11-08 | 1 | -20/+20 |
* | Merge the implementation of B::PV::PVBM with PVX and PV, using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -12/+12 |
* | Merge the implementation of B::PV::{PVX,PV} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -5/+6 |
* | Refactor B::PV::PV to use newSVpvn_flags() for both arms of the if. | Nicholas Clark | 2010-11-08 | 1 | -4/+9 |
* | Merge the implementation of B::REGEXP::{REGEXP,precomp} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -11/+10 |
* | In B::REGEX::precomp, use newSVpvn_flags() instead of newSVpvn(). | Nicholas Clark | 2010-11-08 | 1 | -5/+3 |
* | In B.xs, move the version dependant regexp code to be adjacent. | Nicholas Clark | 2010-11-08 | 1 | -23/+21 |
* | Move the aliasing of B::IV::RV as B::PV::RV from XS to Perl code. | Nicholas Clark | 2010-11-08 | 2 | -12/+7 |
* | regexec.c: Don't give up on fold matching early | Karl Williamson | 2010-11-07 | 6 | -0/+60 |
* | regexec.c: change variable name to its purpose | Karl Williamson | 2010-11-07 | 1 | -4/+6 |
* | utf8.c: Add function to create inversion of swash | Karl Williamson | 2010-11-07 | 5 | -0/+141 |
* | utf8.c: extract code into separate subroutine | Karl Williamson | 2010-11-07 | 1 | -72/+102 |
* | utf8.c: Add comments | Karl Williamson | 2010-11-07 | 1 | -7/+17 |
* | Update File-Fetch to CPAN version 0.28 | Chris 'BinGOs' Williams | 2010-11-07 | 4 | -10/+72 |
* | refactor GRAMPROG grammar slightly | Zefram | 2010-11-07 | 4 | -1163/+1159 |
* | Fix an out of bounds write in Data-Dumper with malformed utf8 input | Niko Tyni | 2010-11-07 | 2 | -2/+18 |