summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* PATCH: [perl #78994]: optimizer loses foldingKarl Williamson2010-11-112-0/+9
* Correct comment in mro_isa_changed_inFather Chrysostomos2010-11-111-3/+2
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-1110-21/+142
* Add tests for cmp, eq, ne for UTF-8 vs octet representation.Nicholas Clark2010-11-111-2/+88
* Fix errors in the diagnostic output of t/op/cmp.tNicholas Clark2010-11-111-2/+2
* Adjust t/run/switchd-78586.t to work under t/TEST and t/harness.Nicholas Clark2010-11-111-1/+7
* Remove redundant conditional added by e530fb81dFather Chrysostomos2010-11-111-1/+1
* [perl #78964] Fix ext/XS-APItest/t/overload.tJerry D. Hedden2010-11-111-1/+1
* perldelta up to 8ff3250783Father Chrysostomos2010-11-111-4/+34
* Test for [perl #78586]Tim Bunce2010-11-112-0/+41
* make regen_perlyFather Chrysostomos2010-11-112-182/+181
* [perl #78586] Bleadperl eae48c89 breaks TIMB/Devel-NYTProf-4.05.tar.gzZefram2010-11-111-1/+0
* undef *glob should update isa(rev)Father Chrysostomos2010-11-112-7/+34
* Increase threads’ versionFather Chrysostomos2010-11-111-1/+1
* Correct note about dir handles in threads.pmFather Chrysostomos2010-11-111-2/+2
* Inline sv_cmp() and sv_cmp_locale() as macros wrapping their flags variants.Nicholas Clark2010-11-113-4/+4
* Convert the flags argument for Perl_sv_{eq,cmp,cmp_locale}_flags() to U32.Nicholas Clark2010-11-113-9/+13
* Fix memory leaks in mro_package_movedFather Chrysostomos2010-11-103-4/+5
* Rename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ.Craig A. Berry2010-11-102-3/+4
* Fix compilation with old xsubppsFlorian Ragwitz2010-11-101-3/+3
* RT ticket #43694: as_int/as_number lose precisionPeter John Acklam2010-11-106-5/+6
* 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