summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Perlhist: Date of the 5.29.6 release.v5.29.6Abigail2018-12-181-0/+1
* Perlhist: Fix the release dates for 5.29.[345].Abigail2018-12-181-3/+3
* Perldelta: Don't put a reference to an RT ticket in its own paragraph.Abigail2018-12-181-1/+0
* Perldelta: Linkefy references to Perl RT tickets in the Modules section.Abigail2018-12-181-5/+9
* Errata in perldelta.Abigail2018-12-181-13/+19
* Perldelta: New/Updated Modules for 5.29.6Abigail2018-12-181-41/+9
* Perldelta: Acknowledgements for 5.29.6.Abigail2018-12-181-2/+26
* Update Module::CoreList for 5.29.6Abigail2018-12-183-7/+96
* perldelta notes for Storable, EU::PXS, and sort the modules.Tony Cook2018-12-171-3/+22
* perldelta for f75dfdbdb9d5Tony Cook2018-12-171-0/+5
* (perl #133673) disable the File::Find nlink optimization by defaultTony Cook2018-12-171-31/+9
* regcomp.c: Tighten embedded patterns in regex setsKarl Williamson2018-12-162-13/+10
* perlrecharclass: Clarify embedding in regex setsKarl Williamson2018-12-161-15/+15
* perlre: Italicize variable textKarl Williamson2018-12-161-1/+1
* Perldelta: Clarify when CVE-2018-18312 was fixed.Abigail2018-12-161-1/+2
* Correct previous perldelta entry, and add a testKarl Williamson2018-12-163-5/+24
* Add perldelta entry for pipe open fixesLeon Timmermans2018-12-161-0/+8
* Always mark pipe in list pipe-open as inherit-on-execLeon Timmermans2018-12-161-1/+3
* Get pod/perldelta in shape.Abigail2018-12-161-237/+10
* Perldelta entries for 5.29.6.Abigail2018-12-161-14/+101
* Always mark pipe in pipe-open as inherit-on-execLeon Timmermans2018-12-151-1/+3
* Avoid "Use of uninitialized value $res in numeric eq (==)" warningJames E Keenan2018-12-151-1/+1
* Correct spelling error in 'skip' messageJames E Keenan2018-12-151-1/+1
* t/io/eintr.t: Skip some tests on pre-16 Darwin.Abigail2018-12-151-55/+62
* Update Config::Perl::V to version 0.31H.Merijn Brand2018-12-1522-23/+30
* ext/GDBM_File/t/fatal.t: handle non-fatalityDavid Mitchell2018-12-141-9/+26
* S_uiv_2buf: faster integer stringification algorithmTomasz Konojacki2018-12-123-12/+71
* (perl #133667) documentation improvements for the POSIX moduleTony Cook2018-12-121-2/+5
* we don't need ext/POSIX/t/math.t +xTony Cook2018-12-121-0/+0
* (perl #133582) make C99 functions available for Win32 Mingw buildsTony Cook2018-12-126-110/+114
|\
| * math.t - support C99 math for mingwsisyphus2018-12-111-1/+6
| * config_sh.PL - support C99 math for mingwsisyphus2018-12-111-9/+8
| * config_H.gc - support C99 math for mingwsisyphus2018-12-111-49/+49
| * config.gc - support C99 math for mingwsisyphus2018-12-111-49/+49
| * POSIX.xs - support C99 math for mingwsisyphus2018-12-111-1/+1
| * perl.h - support C99 math for mingwsisyphus2018-12-111-1/+1
|/
* Call a hash %hash in the documentationE. Choroba2018-12-111-6/+6
* (perl #133708) remove build-time probing for stack limits for StorableTony Cook2018-12-1011-167/+36
* handy.h: Fix definition of isPOWER_OF_2()Karl Williamson2018-12-091-1/+1
* regcomp.h: Fix typo in commentKarl Williamson2018-12-091-1/+1
* regexec.c: Use mnemonics instead of "256"Karl Williamson2018-12-072-6/+6
* regcomp.c: Allow more EXACTFish nodes to be trieableKarl Williamson2018-12-075-140/+308
* regcomp.c: Make sure /di nodes begining in 's' are EXACTFKarl Williamson2018-12-071-4/+35
* regcomp.c: Make sure /di nodes ending in 's' are EXACTFKarl Williamson2018-12-071-8/+9
* regcomp.c: Simplify a bit of codeKarl Williamson2018-12-071-3/+3
* regcomp.c: Can join certain EXACTish node typesKarl Williamson2018-12-071-1/+17
* regcomp.c: Move clause of while() conditional into loopKarl Williamson2018-12-071-3/+7
* regcomp.c: Add assertionKarl Williamson2018-12-071-0/+3
* Remove one use of static functionKarl Williamson2018-12-071-15/+17
* No need to convert int to long to intH.Merijn Brand2018-12-071-1/+1