summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* handy.h: Add FITS_IN_8_BITS() macroKarl Williamson2010-09-131-0/+14
* [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copyFather Chrysostomos2010-09-133-2/+19
* Test %main::OVERLOAD, which was almost broken by a proposed fix forFather Chrysostomos2010-09-131-1/+10
* Reverse uudmap.h and bitcount.h dependencies.Craig A. Berry2010-09-121-2/+2
* Install op_reg_common.h on VMS.Craig A. Berry2010-09-121-8/+12
* rename &warnings::register to avoid ambiguityRicardo Signes2010-09-123-6/+6
* fix a couple of -Dmad compiler warningsDavid Mitchell2010-09-122-5/+8
* fix hv.c API doc nits.David Mitchell2010-09-121-3/+3
* list cxt hash assign with dups gives garbageDavid Mitchell2010-09-112-10/+31
* Upgrade EUMM from version 6.57_01 to 6.57_05Florian Ragwitz2010-09-1142-47/+1155
* Remove obsolete test boilerplate from Math::BigInt::FastCalc.Nicholas Clark2010-09-112-22/+6
* Convert Math::BigInt::FastCalc tests from Test to Test::More.Nicholas Clark2010-09-112-203/+187
* Shorten external symbol name for VMSFlorian Ragwitz2010-09-117-10/+10
* perldelta up to 38ef960Florian Ragwitz2010-09-111-1/+11
* Bump $POSIX::VERSIONFlorian Ragwitz2010-09-111-1/+1
* Add missing POSIX signal constantsFlorian Ragwitz2010-09-112-2/+4
* B-Debug 1.14Reini Urban2010-09-113-33/+57
* segfault on &Internals::* due to missing SvROK()Ævar Arnfjörð Bjarmason2010-09-114-3/+53
* fix MAD breakage caused by qw patchZefram2010-09-111-0/+1
* documentation on hooking the peephole optimiserZefram2010-09-102-5/+79
* Mention the warnings changes in "updated modules"Florian Ragwitz2010-09-101-4/+11
* Bump $warnings{,::register}::VERSIONFlorian Ragwitz2010-09-103-3/+3
* Update warnings.pl with the ::register changesFlorian Ragwitz2010-09-102-3/+34
* perldelta for warnings updatesRicardo Signes2010-09-101-1/+3
* improve registration of warning categoriesRicardo Signes2010-09-104-10/+68
* Convert Math::BigInt tests from Test to Test::More.Nicholas Clark2010-09-1035-1155/+945
* 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