summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* No need to include 'values.h'.James E Keenan2018-12-071-1/+0
* Eliminate 4 build-time warnings in timecheck.c.James E Keenan2018-12-071-3/+4
* Use more plausible argument for 'cd' in example.James E Keenan2018-12-071-1/+1
* regen/mk_invlists.pl: Add new tableKarl Williamson2018-12-077-5/+303
* regen/mk_invlists.pl: Rmv no longer used arrayKarl Williamson2018-12-073-4/+2
* t/harness: Catch incorrect serial directory specificationKarl Williamson2018-12-071-0/+6
* t/harness: Actually run IO::Zlib tests sequentiallyKarl Williamson2018-12-071-1/+1
* Make ext/B/t/strict.t test alike to other ones.Petr Písař2018-12-071-1/+1
* Correct error message in t/taint.t.James E Keenan2018-12-071-1/+1
* regcomp.c: Use simpler variable name as long as possibleKarl Williamson2018-12-061-7/+8
* regcomp.c: Prefer one of similarly named varsKarl Williamson2018-12-061-3/+5
* t/re/anyof.t: Remove duplicate test caseKarl Williamson2018-12-061-1/+0
* Use consistent spelling in qr// dumpingKarl Williamson2018-12-062-185/+185
* regcomp.c: Clarify commentKarl Williamson2018-12-061-2/+4
* Fix t/porting/manifest.t failures when run in a foreign git checkoutNiko Tyni2018-12-061-4/+3
* regcomp.sym: Clarify descriptions of EXACTish regnodesKarl Williamson2018-12-063-42/+44
* inline.h: Clarify commentKarl Williamson2018-12-051-4/+4
* bump $ExtUtils::ExtUtils::VERSION to 3.40Tony Cook2018-12-055-5/+5
* (perl #133654) don't include OUTLIST parameters in the prototypeTony Cook2018-12-052-3/+6
* (perl #133706) remove exploit code from StorableTony Cook2018-12-053-275/+12
* Add header-guards to 2 additional filesJames E Keenan2018-12-042-0/+9
* Provide header guards to prevent re-inclusionJames E Keenan2018-12-044-0/+21
* Revert "regcomp.c: Use a weird value in a place where ignored"Karl Williamson2018-12-021-2/+1
* Sync Test::Simple with CPAN version 1.302141James E Keenan2018-12-0166-66/+71
* Add instruction to configure to SYNOPSISJames E Keenan2018-12-011-1/+2
* Correct typoJames E Keenan2018-11-291-1/+1
* Drop sentence which is no longer valid as of 5.28James E Keenan2018-11-291-4/+3
* Tick off 5.26.3 and 5.28.1Steve Hay2018-11-291-0/+2
* perlhist for 5.26.3 and 5.28.1Steve Hay2018-11-291-0/+4
* Import perl5263delta.pod and perl5281delta.podSteve Hay2018-11-295-0/+354
* Update Module-CoreList with data for 5.26.3 and 5.28.1Steve Hay2018-11-293-0/+60
* Epigraphs for 5.26.3 and 5.28.1Steve Hay2018-11-291-0/+38
* PATCH: [perl #133423]Karl Williamson2018-11-292-1/+3
* locale.c: Failure to build if not allowing LC_COLLATEKarl Williamson2018-11-291-1/+1
* locale.c: Don't use numeric unless LC_NUMERICKarl Williamson2018-11-291-0/+4
* locale.c: Fix wrong scope of #if'sKarl Williamson2018-11-291-2/+5
* More removals of $a,$b in perldata for [#perl #133700]Eugen Konkov2018-11-291-3/+3
* PATCH: [perl #133700] avoid use of $a and $b in perldataEugen Konkov2018-11-291-2/+2
* make boot_Win32CORE extern "C" for C++ buildsTony Cook2018-11-291-0/+3
* stdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCETony Cook2018-11-292-1/+8
* Pass a UV to a format expecting a UVTony Cook2018-11-291-1/+1