summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the buffer size for the perlio layer a macro.Craig A. Berry2010-11-092-1/+5
* Move ExtUtils-Command from cpan/ to dist/Florian Ragwitz2010-11-098-24/+23
* Move ExtUtils-Manifest from cpan/ to dist/Florian Ragwitz2010-11-097-38/+37
* Corrected date of death for Randy KobesDavid Golden2010-11-091-1/+1
* Remove an unused variableFlorian Ragwitz2010-11-091-1/+0
* Disable bitwise operatorsFlorian Ragwitz2010-11-093-1/+27
* In S_check_type_and_open() call PerlIO_openn() directly if possible.Nicholas Clark2010-11-091-0/+4
* Change S_doopen_pm() and S_check_type_and_open() to take an SV parameter.Nicholas Clark2010-11-094-32/+23
* perldelta: note passing of Randy KobesDavid Golden2010-11-091-0/+5
* One more typo, reported by H.Merijn BrandAbigail2010-11-091-1/+1
* Some typo fixes reported by Tom ChristiansenAbigail2010-11-091-3/+3
* Test that Opcode loads without warnings.Nicholas Clark2010-11-091-3/+13
* Tidy up ext/Opcode/t/Opcode.t.Nicholas Clark2010-11-091-10/+10
* Convert ext/Opcode/t/Opcode.t to Test::More.Nicholas Clark2010-11-091-39/+39
* Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67.Nicholas Clark2010-11-093-23/+61
* authorial perlipc editTom Christiansen2010-11-081-555/+585
* Delete paragraphs from mro.pm’s podFather Chrysostomos2010-11-081-16/+0
* [perl #75176] Symbol::delete_package does not free certain memory associated ...Father Chrysostomos2010-11-087-97/+360
* Update CGI.pm to CPAN version 3.50Chris 'BinGOs' Williams2010-11-096-25/+68
* Correct Math::BigInt::FastCalc version in perldeltaFlorian Ragwitz2010-11-081-1/+1
* Upgrade Math::BigInt to version 1.98Florian Ragwitz2010-11-085-5/+9
* Add Fingle Nark to AUTHORSFather Chrysostomos2010-11-081-0/+1
* Excluding tests in sub-dirsJerry D. Hedden2010-11-081-1/+1
* typos in comments/podFingle Nark2010-11-082-31/+31
* Avoid a declaration after statement, accidentally added by 6079961fee8cf49c.Nicholas Clark2010-11-081-1/+2
* In B.xs, remove the now unused first argument from make_sv_object().Nicholas Clark2010-11-081-35/+30
* In B.xs, use PPCODE rather than a typemap for output of T_SV_OBJNicholas Clark2010-11-082-56/+47
* B::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864Nicholas Clark2010-11-081-1/+1
* In B.xs refactor cc_opclassname() to make_op_object().Nicholas Clark2010-11-082-34/+25
* Merge the implementation of B::COP::{io,warnings} using ALIAS.Nicholas Clark2010-11-081-14/+5
* In B.xs, refactor make_warnings_object() to take a COP * instead of STRLEN *.Nicholas Clark2010-11-081-2/+3
* Merge the implementation of B::COP::{filegv,stash} using ALIAS.Nicholas Clark2010-11-081-7/+7
* Merge the implementation of B::COP::{file,stashpv} using ALIAS.Nicholas Clark2010-11-081-6/+6
* Merge the implementation of B::BM::TABLE with B::PV::{PV,PVX,PVBM} using ALIAS.Nicholas Clark2010-11-081-13/+7
* Remove unneeded PREFIXes from B.xs.Nicholas Clark2010-11-081-20/+20
* Merge the implementation of B::PV::PVBM with PVX and PV, using ALIAS.Nicholas Clark2010-11-081-12/+12
* Merge the implementation of B::PV::{PVX,PV} using ALIAS.Nicholas Clark2010-11-081-5/+6
* Refactor B::PV::PV to use newSVpvn_flags() for both arms of the if.Nicholas Clark2010-11-081-4/+9
* Merge the implementation of B::REGEXP::{REGEXP,precomp} using ALIAS.Nicholas Clark2010-11-081-11/+10
* In B::REGEX::precomp, use newSVpvn_flags() instead of newSVpvn().Nicholas Clark2010-11-081-5/+3
* In B.xs, move the version dependant regexp code to be adjacent.Nicholas Clark2010-11-081-23/+21
* Move the aliasing of B::IV::RV as B::PV::RV from XS to Perl code.Nicholas Clark2010-11-082-12/+7
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-076-0/+60
* regexec.c: change variable name to its purposeKarl Williamson2010-11-071-4/+6
* utf8.c: Add function to create inversion of swashKarl Williamson2010-11-075-0/+141
* utf8.c: extract code into separate subroutineKarl Williamson2010-11-071-72/+102
* utf8.c: Add commentsKarl Williamson2010-11-071-7/+17
* Update File-Fetch to CPAN version 0.28Chris 'BinGOs' Williams2010-11-074-10/+72
* refactor GRAMPROG grammar slightlyZefram2010-11-074-1163/+1159
* Fix an out of bounds write in Data-Dumper with malformed utf8 inputNiko Tyni2010-11-072-2/+18