summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update the editor hints for spaces, not tabsRicardo Signes2012-05-2978-152/+152
* clarify that it must be a simple identifier in {}Ricardo Signes2012-05-291-2/+2
* related to [perl #113060] assert CopSTASH(cx->blk_oldcop)Reini Urban2012-05-291-0/+3
* [perl #113060] Save cop_stashlen threaded even with shared cop pvReini Urban2012-05-291-1/+2
* [perl #97478] Make ‘Can’t find opnumber’ UTF-8- and null-cleanFather Chrysostomos2012-05-292-2/+15
* [Merge] More coresubsFather Chrysostomos2012-05-2911-74/+236
|\
| * bproto.t: Test pos(1,$b)Father Chrysostomos2012-05-291-1/+2
| * Update CORE.pod to reflect the new coresubsFather Chrysostomos2012-05-291-4/+14
| * Make &CORE::undef(\*_) undefine it properlyFather Chrysostomos2012-05-292-1/+13
| * &CORE::undef should be an lvalue subFather Chrysostomos2012-05-292-4/+5
| * Add &CORE::undefFather Chrysostomos2012-05-294-18/+48
| * Add &CORE::studyFather Chrysostomos2012-05-293-3/+5
| * Add &CORE::splitFather Chrysostomos2012-05-293-4/+4
| * Add &CORE::scalarFather Chrysostomos2012-05-293-3/+8
| * Add &CORE::prototypeFather Chrysostomos2012-05-293-4/+9
| * Add &CORE::posFather Chrysostomos2012-05-295-12/+56
| * Make pos use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-292-3/+3
| * Make undef use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-293-5/+7
| * Add &CORE::globFather Chrysostomos2012-05-295-6/+20
| * pp.c:pp_coreargs: use PL_op_desc instead of OP_DESCFather Chrysostomos2012-05-291-1/+1
| * Add &CORE::existsFather Chrysostomos2012-05-293-5/+6
| * Add &CORE::deleteFather Chrysostomos2012-05-293-6/+8
| * Add &CORE::definedFather Chrysostomos2012-05-293-7/+5
| * coresubs.t: Explicitly skip all unsupported keywordsFather Chrysostomos2012-05-291-3/+9
| * coreamp.t: Explicitly skip all unsupported keywordsFather Chrysostomos2012-05-291-2/+9
| * gv.c: List all keywords with no coresubsFather Chrysostomos2012-05-291-7/+22
| * Update perlfunc/prototypeFather Chrysostomos2012-05-291-2/+2
| * Add protos for positive keywordsFather Chrysostomos2012-05-293-15/+22
|/
* Cast exception handler in dl_vms.xs.Craig A. Berry2012-05-281-1/+1
* Add test for [perl #113400]Father Chrysostomos2012-05-281-1/+2
* perlfunc: two missing wordsFather Chrysostomos2012-05-281-1/+1
* perldelta for 2b42d7ed8Tony Cook2012-05-281-2/+3
* [perl #112272] return EEXIST on link() to an existing fileTony Cook2012-05-282-2/+31
* [perl #112272] test link()'s error returns (TODO)Tony Cook2012-05-282-0/+42
* Revert "fix [perl #76546] regex engine slowdown bug"Yves Orton2012-05-281-11/+5
* Update checkAUTHORS.pl with missing authorSteve Hay2012-05-281-0/+1
* [perl #111798] ExtUtils-CBuilder looks for the manifest file in the wrong placeN/K2012-05-2813-15/+14
* [perl #111782] ExtUtils-CBuilder on Windows does not embed manifestsSteve Hay2012-05-2813-14/+15
* Synchronise Module-CoreList in Maintainers.pl for v5.17.0 releaseChris 'BinGOs' Williams2012-05-271-1/+1
* update release schedule; 5.17.3 is Steve HayRicardo Signes2012-05-271-1/+1
* fix [perl #76546] regex engine slowdown bugYves Orton2012-05-271-5/+11
* Add missing author for 5.11.2 epigraphBreno G. de Oliveira2012-05-261-1/+1
* Fix for [perl #9423] vec assignments generate 2 warningsBrian Fraser2012-05-262-3/+9
* sv.c: Make sv_pvn_force_flags guard against SV_UNDEF_RETURNS_NULL.Brian Fraser2012-05-261-0/+3
* CPAN's Term::ReadLine has been synchronisedFlorian Ragwitz2012-05-261-1/+1
* File::Spec::Unix: Fix pod linkFather Chrysostomos2012-05-261-1/+2
* Add Volker Schatz to AUTHORSFather Chrysostomos2012-05-261-0/+1
* Increase $File::Spec::Unix::VERSION to 3.39_03Father Chrysostomos2012-05-261-1/+1
* Tests for perl #111510Volker Schatz2012-05-261-0/+4
* [perl #111510] File::Spec::UNIX->abs2rel() gets it wrong with ".." componentsVolker Schatz2012-05-261-23/+50