summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perlbug: Ask confirmation if would overwrite existing fileKarl Williamson2018-04-151-0/+4
* PATCH: (perl #132227 CVE-2018-6797] heap-buffer-overflowKarl Williamson2018-04-151-5/+18
* utf8.c: Don't dump malformation past first NULKarl Williamson2018-04-151-2/+14
* PATCH: [perl #132055] Assertion failureKarl Williamson2018-04-151-0/+10
* fix -DNO_MATHOMS build, mathomed syms were not removed from perldll.defDaniel Dragan2018-04-155-89/+425
* Move utf8_to_uvchr out of mathoms.cKarl Williamson2018-04-152-30/+30
* Them bonesChris 'BinGOs' Williams2018-04-141-1/+1
* Tick off 5.24.4 and 5.26.2Steve Hay2018-04-141-2/+2
* 5.26.2 todaySteve Hay2018-04-141-0/+1
* 5.24.4 todaySteve Hay2018-04-141-0/+1
* Import perl5244delta.pod and perl5262delta.podSteve Hay2018-04-145-0/+387
* Update Module-CoreList with data for 5.24.4 and 5.26.2Steve Hay2018-04-143-0/+63
* Epigraphs for 5.24.4 and 5.26.2Steve Hay2018-04-141-0/+31
* Synch cpan/version/* and other files with CPAN version 0.9921.John Peacock2018-04-1215-52/+58
* fix win32 with Ming.org GCC 3.4.5 buildDaniel Dragan2018-04-123-14/+35
* Update Config::Perl::V with test on 5.27.11 (rsync version)H.Merijn Brand2018-04-122-1/+185
* perlvar: update the docs on "my $_" to note its removalRicardo Signes2018-04-101-13/+6
* S_regmatch(): improve debugging outputDavid Mitchell2018-04-091-20/+20
* fix parallel ALL_STATIC Win32 buildDaniel Dragan2018-04-094-21/+41
* prevent warnings from building Storable on x64 Win32 with gccTony Cook2018-04-091-3/+3
* PATCH: [perl #133074] 5.26.1: some coverity fixesMarc-Philip2018-04-082-4/+5
* Add Marc-Philip Werner to AUTHORSKarl Williamson2018-04-081-0/+1
* fix utf8.c overflowed VC6's preproc macro buffer and syntax erroredDaniel Dragan2018-04-081-4/+3
* PATCH: [perl #133037] new warning in inline.hKarl Williamson2018-04-081-1/+3
* Spelling correction for consistency with pod/perldebguts.pod.James E Keenan2018-04-081-1/+1
* Spelling correction for consistency with pod/perldebguts.pod.James E Keenan2018-04-081-1/+1
* One more spelling correction from Ville Skyttä.James E Keenan2018-04-081-1/+1
* Provide additional email address for author.James E Keenan2018-04-081-0/+1
* Spelling corrections from Ville Skytt.James E Keenan2018-04-0817-22/+22
* Revert "inline.h: Silence compiler warning"Karl Williamson2018-04-041-2/+1
* bytes.pm: remove 'use utf8' from exampleDavid Mitchell2018-04-041-3/+1
* (perl #127743) don't use a freed contextTony Cook2018-04-041-9/+9
* Use unsigned to avoid compiler warningKarl Williamson2018-04-037-688/+689
* POSIX.pm: resolve ambiguous #IfDavid Mitchell2018-04-031-2/+3
* inline.h: Silence compiler warningKarl Williamson2018-04-021-1/+2
* PATCH: [perl #132167] Parse error in regex_setsKarl Williamson2018-04-022-1/+12
* RT #133039 dont build a Storable.so/.dll with a static perl buildDaniel Dragan2018-04-032-2/+4
* regexec.c: Use macro intended for the purposeKarl Williamson2018-04-021-1/+1
* (perl #132876) define API macros on if the NEED_ macro is definedTony Cook2018-04-021-2/+2
* (perl #132876) only define croak_xs_usage()'s assert macro if cxu requestedTony Cook2018-04-021-2/+3
* (perl #133009) *nix builds need Cwd.pm tooTony Cook2018-04-021-0/+4
* Storable: the Limit.pm should depend on the code generating itTony Cook2018-04-021-1/+1
* (perl #133009) handle the XP fallback after we're ready to writeTony Cook2018-04-023-15/+31
* PATCH: [perl #133405] POSIX.xs: Silence compiler warningKarl Williamson2018-04-012-2/+2
* regexec.c: Silence a compiler warningKarl Williamson2018-03-311-1/+2
* regcomp.c: Simplify a functionKarl Williamson2018-03-311-32/+44
* utf8.c: Add missing const in formal parameterKarl Williamson2018-03-311-1/+1
* utf8.c: Remove unused thread context for core-only fcnKarl Williamson2018-03-314-6/+4
* regexec.c: Simplify a littleKarl Williamson2018-03-311-15/+9
* regexec.c: White-space onlyKarl Williamson2018-03-311-25/+24