summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make space for /xx flagKarl Williamson2014-09-299-27/+32
* op_reg_common.h: #define in terms of more basic oneKarl Williamson2014-09-291-1/+1
* Up regex flags limit for (??{})Karl Williamson2014-09-296-11/+20
* regcomp.c: Add assertionsKarl Williamson2014-09-291-2/+8
* regcomp.c: Add a function and use itKarl Williamson2014-09-295-6/+39
* regcomp.sym: ANYOF nodes have an argumentKarl Williamson2014-09-293-3/+3
* regcomp.h: Add commentKarl Williamson2014-09-291-1/+1
* regcomp.c: Outdent line to align with neighborsKarl Williamson2014-09-291-1/+1
* regcomp.h: Remove obsolete #definesKarl Williamson2014-09-291-5/+0
* regcomp.h: Use existing macro instead of reinventingKarl Williamson2014-09-291-2/+2
* regcomp.c: Extract duplicated code to fcnKarl Williamson2014-09-294-57/+46
* regcomp.c: Move some statementsKarl Williamson2014-09-291-4/+4
* op.h: Move flag bits; comment shared-bit schemeKarl Williamson2014-09-291-18/+50
* regexp.h: Comment shared-pool free bits schemeKarl Williamson2014-09-291-3/+39
* regexp.h: Make tentative division of free-bit spaceKarl Williamson2014-09-291-20/+18
* regexp.h: Define flag bit directly, not indirectlyKarl Williamson2014-09-291-8/+5
* regexp.h Remove unused bit placeholdersKarl Williamson2014-09-292-13/+8
* regexp.h: Move regex flag bit positions.Karl Williamson2014-09-292-11/+12
* Forward port of the backport of mentioning -fstack-protector-strong.Jarkko Hietaniemi2014-09-291-3/+6
* Retroactive mention of -fstack-protector-strong.Jarkko Hietaniemi2014-09-291-0/+8
* Regen Makefile.SH for CPAN-Meta updateChris 'BinGOs' Williams2014-09-291-5/+6
* Regen META files following update of CPAN-MetaChris 'BinGOs' Williams2014-09-292-2/+2
* Update CPAN-Meta to CPAN version 2.142690Chris 'BinGOs' Williams2014-09-2917-40/+2569
* Update HTTP-Tiny to CPAN version 0.050Chris 'BinGOs' Williams2014-09-292-9/+14
* Update experimental to CPAN version 0.011Chris 'BinGOs' Williams2014-09-292-3/+23
* Sync version for ExtUtils-CBuilderChris 'BinGOs' Williams2014-09-291-1/+1
* Remarks specialness of [A-Z] and [a-z].Abigail2014-09-291-0/+5
* Mention that freeware gdbm might be obsolete.Jarkko Hietaniemi2014-09-291-0/+4
* Irix: the explicit <fcntl.h> is neededJarkko Hietaniemi2014-09-291-0/+5
* IRIX 6.5 (cc 7.4) needs -c99 to compile without whining.Jarkko Hietaniemi2014-09-291-1/+10
* Fix start-of-string error in tovmsspec.Craig A. Berry2014-09-282-1/+3
* perldelta: Move an entry to the right sectionFather Chrysostomos2014-09-281-8/+4
* sv.c: Suppress compiler warningFather Chrysostomos2014-09-281-2/+2
* for storage of NVs, use "IV in sv_u in head no-body trick" where possibleDaniel Dragan2014-09-283-12/+51
* sv.c: Remove redundant assignmentsFather Chrysostomos2014-09-281-3/+0
* Adds a missing 'use Config' on android.pm file.Alberto Simões2014-09-2815-14/+21
* Add tests for a51d618a fix of RT #122283Yves Orton2014-09-285-9/+89
* Properly set the phase for END blocks run at the end of a pseudo-forkVincent Pit2014-09-282-1/+13
* Fix FETCH count for sprintf "...", $tiedFather Chrysostomos2014-09-272-6/+21
* Fix double FETCH with pack "w"Father Chrysostomos2014-09-272-3/+8
* perlexperiment: add signatures to experimental featuresRicardo Signes2014-09-271-0/+10
* pp_pack.c: Actually fix threaded buildsFather Chrysostomos2014-09-271-1/+1
* pp_pack.c: S_sv_check_inf =~ /$/nan/Father Chrysostomos2014-09-271-4/+4
* Oops. Fix threaded builds.Father Chrysostomos2014-09-272-2/+2
* [perl #12285] Fix str vs num inf/nan treatmentFather Chrysostomos2014-09-278-44/+130
* Update IO-Compress to CPAN version 2.066Chris 'BinGOs' Williams2014-09-2729-127/+151
* Update Compress-Raw-Zlib to CPAN version 2.066Chris 'BinGOs' Williams2014-09-273-5/+5
* Update Compress-Raw-Bzip2 to CPAN version 2.066Chris 'BinGOs' Williams2014-09-273-3/+3
* cpan/IO-Socket-IP: Skip a test that almost always fails on Win32.George Greer2014-09-263-0/+6
* Make DB_File compile under clang++.Craig A. Berry2014-09-262-2/+6