summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade to threads::shared 1.59jdhedden2018-11-283-4/+9
* Add USE_THREAD_SAFE_LOCALE to non-bin-compat options listKarl Williamson2018-11-271-0/+3
* regcomp.c: White-space onlyKarl Williamson2018-11-271-4/+4
* Add regnode EXACTFU_ONLY8Karl Williamson2018-11-275-117/+177
* Add regnode EXACT_ONLY8Karl Williamson2018-11-275-136/+192
* regcomp.c: Use common code instead of duplicating itKarl Williamson2018-11-271-8/+1
* perlreref.pod: disambiguate "code"David Mitchell2018-11-271-1/+1
* handle /(?(?{code}))/ mixed compile-and runtimeDavid Mitchell2018-11-272-6/+35
* Rely on C89 "const"Aaron Crane2018-11-2724-153/+3
* regexec.c: Use ANYOF bitmap lookup in more casesKarl Williamson2018-11-261-3/+6
* regexec.c: Refactor expanded macro from prev. commitKarl Williamson2018-11-261-10/+13
* regexec.c: Expand out macro in only remaining useKarl Williamson2018-11-261-8/+3
* regcomp.c: Clarify commentKarl Williamson2018-11-261-1/+2
* regcomp.c: Initialize a variable more conservativelyKarl Williamson2018-11-261-2/+2
* regcomp.c: Use a weird value in a place where ignoredKarl Williamson2018-11-261-1/+2
* regexec.c: Add commentKarl Williamson2018-11-261-1/+1
* regexec.c: Rmv unused macrosKarl Williamson2018-11-261-16/+0
* regcomp.h: Clarify commentsKarl Williamson2018-11-261-3/+3
* regcomp.c: Consolidate duplicated code into 1 placeKarl Williamson2018-11-261-13/+7
* regcomp.c: Use better method for setting debug offsetsKarl Williamson2018-11-261-5/+2
* regcomp.c: Remove another sizing pass relictKarl Williamson2018-11-261-3/+0
* Move isPOWER_OF_2() macro to handy.hKarl Williamson2018-11-262-6/+8
* regen/mk_invlists.pl: Generate a new valueKarl Williamson2018-11-263-3/+33
* Rename local variable to prevent confusion with globalJames E Keenan2018-11-261-3/+3
* Rename global variable to prevent confusion with localJames E Keenan2018-11-261-3/+3
* perldelta for 404395d24bc8, 640e129d0fc4 and 85d2f7cacba4Tony Cook2018-11-261-1/+14
* (perl #133659) make an in-place edit successful if the exit status is zeroTony Cook2018-11-263-23/+28
* (perl #133659) tests for global destruction handling of inplace editingTony Cook2018-11-261-1/+27
* (perl #133659) move argvout cleanup to a new functionTony Cook2018-11-264-24/+43
* Remove 1 comparison whose result is always the same.James E Keenan2018-11-251-2/+1