summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Clean-up temporary directories in Module-Metadata testsSteve Hay2015-10-193-1/+5
* reimplement $^WIN32_SLOPPY_STAT as a magic varDaniel Dragan2015-10-196-6/+36
* Make IO::Poll->poll call _poll even with an empty fd arrayDagfinn Ilmari Mannsåker2015-10-192-3/+12
* Fix assertion when calling IO::Poll::_poll() with an empty fd arrayDagfinn Ilmari Mannsåker2015-10-192-2/+5
* remove extra stat() call from .pm opening+remove extra safepath checkDaniel Dragan2015-10-191-4/+8
* For IRIX the official symbol is __sgi, not __irix__.Jarkko Hietaniemi2015-10-181-2/+2
* some perldelta entriesDavid Mitchell2015-10-181-0/+36
* optimise save/restore of PL_delaymagic.David Mitchell2015-10-184-7/+33
* Delay @ISA magic while unshiftingDagfinn Ilmari Mannsåker2015-10-182-3/+31
* rt.perl.org #123977 - clear errno in IRIX PERLIO=stdioJarkko Hietaniemi2015-10-171-0/+6
* Book-keeping for the previous commit (which restored the VC6 build, btw)Steve Hay2015-10-173-3/+4
* Win32 inet_pton fallback misc fixesDaniel Dragan2015-10-171-9/+34
* Replace 2 strcat()s with strlen() and memcpy() in dl_dlopen.xs.Nicholas Clark2015-10-171-4/+5
* rt.perl.org perl #88814 was revived in openbsd by commit 23705063.Jarkko Hietaniemi2015-10-161-2/+3
* perl #126306: openbsd t/io/errno.t tests fail randomlyJarkko Hietaniemi2015-10-161-2/+4
* Add the OS X processor support.Jarkko Hietaniemi2015-10-161-0/+7
* OS X versioning dance.Jarkko Hietaniemi2015-10-161-7/+102
* rt.perl.org 126152 compile error after re-running Configure since AmigaOS mergeJarkko Hietaniemi2015-10-161-12/+14
* Note some files missing from blead in two upstream => blead distributionsSteve Hay2015-10-161-1/+7
* Try to avoid doubling the cppflags if rerun without removing config.shJarkko Hietaniemi2015-10-161-1/+6
* IRIX <sys/prctl.h> is not what Configure expects.Jarkko Hietaniemi2015-10-151-0/+3
* VMS-specific statbuf in Perl_find_script.Craig A. Berry2015-10-151-0/+1
* Revert "Missed one statbuf declaration in 45a23732c73."Craig A. Berry2015-10-151-1/+1
* Upgrade bignum from version 0.40 to 0.41Steve Hay2015-10-159-20/+203
* Move bignum from dist/ to cpan/Steve Hay2015-10-1531-33/+33
* Upgrade Math::BigInt::FastCalc from 0.31 to 0.34Steve Hay2015-10-153-10/+66
* Upgrade Math::BigInt from 1.999701 to 1.999704Steve Hay2015-10-1523-244/+1166
* ext/XS-APItest/t/hash.t: Fix for EBCDICKarl Williamson2015-10-152-13/+36
* DynaLoader.t: Skip test on z/OSKarl Williamson2015-10-151-1/+1
* Math-BigRat is (nearly) in sync with 0.260801Steve Hay2015-10-142-1/+6
* Math-BigInt-FastCalc has a slightly customized .pm fileSteve Hay2015-10-142-0/+5
* Math-BigInt is (nearly) in sync with 1.999701Steve Hay2015-10-142-1/+12
* Socket.pm is customized (for the ++$VERSION) as well as Socket.xsSteve Hay2015-10-142-1/+2
* Module-Metadata-1.000029-TRIAL is in bleadSteve Hay2015-10-141-1/+2
* Correct the paths in the Encode customizationsSteve Hay2015-10-141-3/+4
* Compress-Raw-Bzip2-2.069 has two more excluded files than were listedSteve Hay2015-10-141-0/+2
* Makefile: add TAGS target (etags, not ctags)Reini Urban2015-10-141-0/+3
* make -s: silent means silentReini Urban2015-10-141-1/+3
* [perl #126242] make the constant hash seeds unsigned char *Tony Cook2015-10-142-5/+5
* fix NO_HASH_SEED buildDaniel Dragan2015-10-142-1/+5
* PATCH: [perl #126180] /(?[\ &!])/ segfaultsKarl Williamson2015-10-133-2/+17
* qr/\p{pkg1::...foo}/ must be a user-defined propertyKarl Williamson2015-10-134-9/+52
* regcomp.c: Add macro to output diagnosticKarl Williamson2015-10-131-0/+8
* regcomp.c: White-space, comments onlyKarl Williamson2015-10-131-12/+16
* perldiag: Remove no-longer used message.Karl Williamson2015-10-131-7/+0
* podcheck.t: Regen db after recent new long verbatim lineKarl Williamson2015-10-131-1/+1
* porting/maintainers.t: Skip if -DPERL_EXTERNAL_GLOBKarl Williamson2015-10-131-6/+6
* Fix \p followed by a non-alphaKarl Williamson2015-10-134-20/+44
* regcomp.c: Make compile and run-time error msgs identicalKarl Williamson2015-10-133-21/+17
* regcomp.c: Find more errors at compile timeKarl Williamson2015-10-131-5/+11