summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Math-BigRat from version 0.260801 to 0.260802Steve Hay2016-01-0517-827/+1088
* Upgrade Math-BigInt-FastCalc from version 0.38 to 0.40Steve Hay2016-01-052-2/+2
* Upgrade Math-BigInt from version 1.999710 to 1.999714Steve Hay2016-01-0569-6220/+7481
* perlgit: many small changesLukas Mai2016-01-051-26/+30
* clarify meaning of waitpid returning 0 [perl #127080]Lukas Mai2016-01-051-2/+3
* explain meaning of negative PIDs in waitpid [perl #127080]Lukas Mai2016-01-051-3/+11
* [perl #126922] avoid access to uninitialized memory in win32 crypt()Tony Cook2016-01-053-0/+56
* Add Configure support for fdclose() for [perl #126847].Andy Dougherty2016-01-0414-2/+33
* PATCH: Re: [perl #126847] fdclose(3) patchAndy Dougherty2016-01-041-1/+3
* Porting/bench.pl: add --compact optionDavid Mitchell2016-01-041-26/+128
* Porting/bench.pl: preserve test orderDavid Mitchell2016-01-041-11/+23
* Remove superfluous entry in checkAUTHORS.pl.James E Keenan2016-01-031-1/+0
* perldelta for 4732711e2548Tony Cook2016-01-041-1/+3
* Remove nm from libswantedAndreas Koenig2016-01-041-1/+1
* Provide additional email address for contributor Mattia Barbon.James E Keenan2016-01-031-0/+2
* Replace :: with __ in THIS like it's done for parameters/return valuesMattia Barbon2016-01-0310-11/+11
* perldelta: podlators upgrade to 4.04James E Keenan2016-01-031-0/+4
* update podlators to 4.04Karen Etheridge2016-01-0313-21/+150
* fix -DPERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2016-01-031-1/+3
* Remove unwarranted assertion in Perl_newATTRSUB_x()Aaron Crane2016-01-032-2/+8
* *glob{FILEHANDLE} is no longer deprecatedRicardo Signes2016-01-025-7/+14
* Update podlators to version 4.03Karen Etheridge2016-01-0170-1411/+4045
* podcheck.t: tell the author where the problems db is locatedKaren Etheridge2016-01-011-1/+1
* RMG: fix typo, clarify instructions a bitKaren Etheridge2016-01-011-2/+2
* [PATCH] Try more crypt algorithms in the tests, for OpenBSD.Andy Dougherty2015-12-312-5/+20
* release schedule: add release managers for 2016Q1Ricardo Signes2015-12-291-0/+3
* File::Find: update POD/commentsLukas Mai2015-12-282-28/+25
* perlpodspec: fix typoLukas Mai2015-12-281-1/+1
* regcomp.c: Add comment.Karl Williamson2015-12-261-0/+3
* regexec.c: Avoid a function callKarl Williamson2015-12-261-1/+1
* regcomp.h: Remove extraneous 'struct'sKarl Williamson2015-12-261-3/+3
* regcomp.h: Fix shift and maskKarl Williamson2015-12-261-1/+1
* regcomp.h: Use more basic macro in #definesKarl Williamson2015-12-261-2/+2
* regcomp.h: Free up bit in ANYOF FLAGS fieldKarl Williamson2015-12-263-81/+84
* regcomp.h: Shorten, clarify names of internal flagsKarl Williamson2015-12-263-32/+33
* APItest.xs: Silence compiler warning on 32-bit machinesKarl Williamson2015-12-262-2/+2
* mktables: Free up some memory after final useKarl Williamson2015-12-233-2/+4
* t/thread_it.pl: Increase stack size for AIXKarl Williamson2015-12-231-1/+3
* Update release manager's guideDavid Golden2015-12-221-6/+41
* PATCH: [perl #126261: Assertion failure on missing [ in qr//Karl Williamson2015-12-222-18/+98
* regcomp.c: update RExC_start when parsing outside inputKarl Williamson2015-12-221-2/+6
* regcomp.c: Add a stable pattern end pointer.Karl Williamson2015-12-221-5/+8
* t/lib/warnings/regcomp: Fix typo in commentKarl Williamson2015-12-221-1/+1
* regcomp.c: Use macro instead of recalculatingKarl Williamson2015-12-221-4/+1
* regcomp.c: Move calculations to common macroKarl Williamson2015-12-221-69/+74
* regcomp.h: reword some commentsKarl Williamson2015-12-221-33/+32
* regcomp.c: Make some params to a static fcn constKarl Williamson2015-12-223-7/+10
* regcomp.c: Add 2 basic assertionsKarl Williamson2015-12-221-0/+16
* pp_hot.c: Add assertionKarl Williamson2015-12-221-0/+1
* perlapi: Clarify 'string' vs. bufferKarl Williamson2015-12-222-22/+28