summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the thrice-repeated "64bitint is buggy?" test from hints to Configure.Nicholas Clark2013-08-284-177/+53
* Only predeclare S_sv_or_pv_pos_u2b for -DPERL_CORE or -DPERL_EXTNicholas Clark2013-08-283-7/+13
* mg.h: Suppress compiler warningFather Chrysostomos2013-08-271-2/+2
* B::INVLIST isa B::PV (for now)Reini Urban2013-08-272-0/+6
* Module-Build wasn't listed as DEPRECATEDChris 'BinGOs' Williams2013-08-271-0/+1
* Update ExtUtils-MakerMaker to CPAN version 6.74Chris 'BinGOs' Williams2013-08-2732-52/+240
* perldelta - Start noting module upgrades and new test filesSteve Hay2013-08-271-5/+81
* perldelta - Add missing =item directiveSteve Hay2013-08-271-0/+2
* [perl #119311] Keep CvDEPTH and savestack in syncFather Chrysostomos2013-08-276-9/+253
* [perl #119351] the test note isn't a note but an object descriptionTony Cook2013-08-271-1/+1
* release schedule: Steve Hay will release in 2013-09Ricardo Signes2013-08-261-1/+1
* perldelta for 6ca940a96, ed51a345fTony Cook2013-08-261-1/+2
* [perl #85104] save platform specific error code across signal handlersTony Cook2013-08-263-6/+103
|\
| * [perl #85104] work harder to save error numbersTony Cook2013-08-262-7/+26
| * [perl #85104] TODO test for preserving $^E across signal handlersTony Cook2013-08-262-0/+78
|/
* perldelta for c8028aa68Tony Cook2013-08-261-1/+10
* fix a type in the find2perl perldelta entryTony Cook2013-08-261-1/+1
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-2620-136/+388
* [perl #119351] update the test note for the changed B::CV::GV testTony Cook2013-08-261-1/+1
* perldelta for f244b0855, d80ab086, 4883c539Tony Cook2013-08-261-0/+9
* [perl #119351] fix regression in B::CV::GVTony Cook2013-08-263-6/+3
|\
| * bump B to 1.46Tony Cook2013-08-261-1/+1
| * [perl #119351] fix B::CV::GV to return a B::SPECIAL on NULLTony Cook2013-08-262-5/+2
|/
* Increase $re::VERSION to 0.26Father Chrysostomos2013-08-251-1/+1
* Correct sub signature in re.xsFather Chrysostomos2013-08-251-1/+1
* Fix assert fail when fetching pos clobbers ref with undefFather Chrysostomos2013-08-252-2/+11
* Stop values from ‘sticking’ to @- and @+ elemsFather Chrysostomos2013-08-252-1/+11
* pp_hot.c: Show lengths in -Dr output for minlen optimisationFather Chrysostomos2013-08-251-1/+3
* [Merge] Regexp long string supportFather Chrysostomos2013-08-2510-160/+219
|\
| * Use SSize_t/STRLEN in more places in regexp codeFather Chrysostomos2013-08-256-114/+131
| * Stop substr re optimisation from rejecting long strsFather Chrysostomos2013-08-256-27/+32
| * Make @- and @+ return correct offsets beyond 2**31Father Chrysostomos2013-08-252-6/+8
| * Make $' work past the 2**31 thresholdFather Chrysostomos2013-08-253-3/+6
| * [perl #116907] Allow //g matching past 2**31 thresholdFather Chrysostomos2013-08-257-18/+27
| * Stop minlen regexp optimisation from rejecting long stringsFather Chrysostomos2013-08-253-1/+24
|/
* regexec.c:regexec_flags: Remove unused varFather Chrysostomos2013-08-251-2/+1
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-2516-38/+129
* Don’t push nulls on to the stack in pp_padavFather Chrysostomos2013-08-252-2/+10
* $Increase B::Concise::VERSION to 0.99Father Chrysostomos2013-08-251-1/+1
* Unbreak Concise glob outputFather Chrysostomos2013-08-252-2/+16
* toke.c:scan_str: Document args in one spotFather Chrysostomos2013-08-251-8/+10
* Make __DATA__ use the right pkgFather Chrysostomos2013-08-252-15/+15
* note Module::Build's core-deprecationZefram2013-08-251-0/+1
* pp_ctl.c:pp_flop: Avoid redundant SvNV callsFather Chrysostomos2013-08-251-2/+4
* Increase $mro::VERSION to 1.14Father Chrysostomos2013-08-251-1/+1
* Increase $Math::BigInt::FastCalc::VERSION to 0.31Father Chrysostomos2013-08-251-1/+1
* Increase $Data::Dumper::VERSION to 2.149Father Chrysostomos2013-08-251-2/+2
* Stifle diag.tFather Chrysostomos2013-08-251-0/+1
* Use SSize_t for arraysFather Chrysostomos2013-08-2526-148/+160
* Croak when range tries to extend stack too farFather Chrysostomos2013-08-252-0/+4