summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete core test directory boilerplate from Math::BigInt.Nicholas Clark2010-09-1047-777/+56
* Convert bignum tests from Test to Test::More.Nicholas Clark2010-09-109-223/+146
* Remove redundant lexicals from 3 bignum tests that require t/infnan.inc.Nicholas Clark2010-09-103-6/+0
* Remove obsolete core test directory boilerplate from bignum.Nicholas Clark2010-09-1021-149/+15
* Fill in new Data::Dumper version in perldeltaSteffen Mueller2010-09-101-1/+1
* Upgrade Data::Dumper to 2.128Steffen Mueller2010-09-103-4/+18
* perldelta up to 95544aaFlorian Ragwitz2010-09-101-4/+54
* Math-BigInt 1.92Florian Ragwitz2010-09-102-2/+2
* Math-BigInt 1.91Florian Ragwitz2010-09-103-3/+3
* Fix copy/paste documentation errorFlorian Ragwitz2010-09-101-1/+1
* bacmp() ignores its argument's signFlorian Ragwitz2010-09-101-1/+1
* Lowest common multiple, not multiplicatorFlorian Ragwitz2010-09-101-9/+9
* Fix a couple of Math-BigInt POD nitsFlorian Ragwitz2010-09-102-7/+7
* Remove qw(...) as parentheses deprecated warningsPaul Johnson2010-09-101-1/+1
* is_pos means > 0, not >= 0Florian Ragwitz2010-09-101-5/+5
* Math-BigInt runs fine under PERL_CORE nowFlorian Ragwitz2010-09-101-1/+0
* add support for SAVEt_GVSV to Perl_ss_dupDavid Mitchell2010-09-091-0/+1
* Make t/porting/authors.t pass under LC_ALL=en_GB.UTF-8 PERL_UNICODE=""Nicholas Clark2010-09-091-0/+1
* Define CxPADLOOP unconditionally, as post f83b46a0 it is always used.Nicholas Clark2010-09-091-3/+1
* Teach t/TEST about Math-BigInt in dist/Florian Ragwitz2010-09-091-1/+1
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-085-11/+35
* move some comments back to the lines they refer toDavid Mitchell2010-09-081-6/+5
* swap round a confusing #ifndef ... #else ...David Mitchell2010-09-081-3/+3
* create itervar_u union in struct block_loopDavid Mitchell2010-09-083-37/+25
* eliminate targoffset from struct block_loopDavid Mitchell2010-09-081-6/+4
* eliminate next_op from struct block_loopDavid Mitchell2010-09-083-17/+2
* Perl releases are tagged v5.XX.YY since v5.11.0. Updated the exampleAbigail2010-09-081-1/+1
* Reorder interpreter struct to remove alignment hole created by 9a87bd09eea1d037Nicholas Clark2010-09-081-5/+1
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-0810-82/+7
* make qw(...) first-class syntaxZefram2010-09-0815-1176/+1518
* Stop corelist.pl from updating DESCRIPTIONFlorian Ragwitz2010-09-081-4/+4
* This is a function, not a methodFlorian Ragwitz2010-09-081-1/+1
* Move test for #76540 to op/gv.tFlorian Ragwitz2010-09-082-15/+20
* Fix build for threaded perlsFlorian Ragwitz2010-09-081-2/+2
* Move magicalize_{isa,overload} out into functionsFlorian Ragwitz2010-09-084-28/+61
* perlfunc: list each/keys/values as ARRAY functionsDavid Golden2010-09-071-1/+1
* More tests for when(slice)Rafael Garcia-Suarez2010-09-071-1/+39
* Fix RT #77468: Smart matching on slicesDavid Leadbeater2010-09-072-1/+37
* Tests for caller_cx, cop_hints_*.Ben Morrow2010-09-073-1/+110
* make regen.Ben Morrow2010-09-073-0/+33
* API functions for accessing the runtime hinthash.Ben Morrow2010-09-074-17/+116
* Update Module::CoreList Changes and entry in Maintainers.pl for the CPAN releaseChris 'BinGOs' Williams2010-09-072-1/+4
* These files are no moreFlorian Ragwitz2010-09-071-2/+0
* Fix a pod/buildtoc warningFlorian Ragwitz2010-09-071-4/+2
* Fix some more typos and bad wordingFlorian Ragwitz2010-09-071-6/+6
* Fix typo spotted by ilmari++Florian Ragwitz2010-09-061-1/+1
* Try to encourage sending perldelta entriesFlorian Ragwitz2010-09-061-0/+45
* Regenerate headers after last patchRafael Garcia-Suarez2010-09-066-1293/+1349
* function interface to parse Perl statementZefram2010-09-0611-33/+312
* Upgrade to Test-Simple-0.97_01Karl Williamson2010-09-0612-27/+60