summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In makedef.pl, no longer any need to duplicate logic from perl.hsmoke-me/makedef0Nicholas Clark2011-08-222-28/+0
* boot_Win32CORE needs to be XS_EXTERNAL() following commit ab1478f7146843f7.Nicholas Clark2011-08-211-1/+1
* Add tests for defined(*builtin)Father Chrysostomos2011-08-211-15/+48
* Make rv2gv return autovivified magic GVsFather Chrysostomos2011-08-212-2/+6
* Make defined(${'$'}) return trueFather Chrysostomos2011-08-211-0/+1
* Remove obsolete paragraph from perlintern/is_gv_magical_svFather Chrysostomos2011-08-211-4/+0
* Add tests for unlinkFather Chrysostomos2011-08-212-0/+39
* Make unlink with implicit $_ work once moreFather Chrysostomos2011-08-211-1/+1
* Mention the 5.14 and 5.15 tracks.Abigail2011-08-211-2/+2
* Changelog/version bump for ExtUtils::ParseXSSteffen Mueller2011-08-212-3/+17
* Make sure to strip trailing semicolons from inputmapSteffen Mueller2011-08-214-4/+17
* Fix C++ build following commit ab1478f7146843f7.Nicholas Clark2011-08-211-1/+1
* Bump $ExtUtils::ParseXS::VERSION following commit 948e998797279292.Nicholas Clark2011-08-211-1/+1
* add the 5.15.2 epigraphRicardo Signes2011-08-211-0/+24
* Make the use of XS_EXTERNAL fall back to XSSteffen Mueller2011-08-211-0/+8
* Perldelta for static XSUBsSteffen Mueller2011-08-211-0/+9
* Make XSUBs static by defaultSteffen Mueller2011-08-211-22/+15
* Exlicitly enable exporting of some XSUB symbolsSteffen Mueller2011-08-214-4/+8
* New XS keyword: EXPORT_XSUB_SYMBOLSSteffen Mueller2011-08-213-3/+46
* Refactor unpack’s newDEFSVOP logic; correct prototypeFather Chrysostomos2011-08-216-32/+17
* Correct test in defins.tFather Chrysostomos2011-08-211-2/+1
* Test unpack with no argsFather Chrysostomos2011-08-201-1/+11
* [perl #96000] Apply standard copyright license statementDominic Hargreaves2011-08-202-31/+2
* update TOC for perl5153deltaRicardo Signes2011-08-2010-15/+22
* create perldelta.pod for 5.12.3Ricardo Signes2011-08-203-264/+659
* add new release to perlhistv5.15.2Ricardo Signes2011-08-201-0/+1
* remove boilerplate text from perldeltaRicardo Signes2011-08-201-243/+3
* update perldelta for release;Ricardo Signes2011-08-201-8/+47
* WIPRicardo Signes2011-08-201-0/+4
* Update Module::CoreList for 5.x.yRicardo Signes2011-08-202-9/+686
* bump version to 5.12.2 using Porting/bump-perl-versionRicardo Signes2011-08-2021-142/+142
* &CORE::fork()Father Chrysostomos2011-08-192-0/+3
* Add OPpASSIGN_CV_TO_GV to B::ConciseFather Chrysostomos2011-08-191-0/+1
* Add OPpDONT_INIT_GV to B::ConciseFather Chrysostomos2011-08-191-0/+1
* pp.c:pp_rv2gv: Skip amagic check when vivifying a globFather Chrysostomos2011-08-191-1/+1
* &CORE::pwent()Father Chrysostomos2011-08-192-2/+3
* Ignore ExtUtils::Manifest's release tests in the coreFlorian Ragwitz2011-08-191-0/+1
* Upgrade ExtUtils::Manifest from version 1.59 to 1.60Florian Ragwitz2011-08-193-2/+6
* Swap the release suckers for 5.15.3 and 5.15.4Florian Ragwitz2011-08-191-2/+2
* perldelta for perl #97010Father Chrysostomos2011-08-181-0/+6
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-184-4/+15
* Update perldiag/&CORE::%s cannot be called directlyFather Chrysostomos2011-08-181-1/+1
* Document &CORE::nullary() callsFather Chrysostomos2011-08-182-6/+10
* &CORE::wantarray()Father Chrysostomos2011-08-185-5/+36
* &CORE::foo() for nullary functionsFather Chrysostomos2011-08-185-11/+226
* Add coreargs opFather Chrysostomos2011-08-186-3/+20
* rafl has accepted the burden of a maint release.Jesse Vincent2011-08-181-1/+1
* Dave Cross has been volunteered for a blead releaseJesse Vincent2011-08-181-2/+2
* Correct spelling of KaňkovskýFather Chrysostomos2011-08-171-1/+1
* [perl #96126] Allocate CvFILE more simplyFather Chrysostomos2011-08-178-72/+59