summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add new release to perlhistv5.29.2Chris 'BinGOs' Williams2018-08-201-0/+1
* Update Module-CoreList for v5.29.2Chris 'BinGOs' Williams2018-08-201-0/+76
* Finalise perldeltaChris 'BinGOs' Williams2018-08-201-325/+36
* Make sv_setsv_flags accept an inversion list srcKarl Williamson2018-08-204-6/+13
* Allow invlist_clone to accept a destination SVKarl Williamson2018-08-201-7/+13
* Make static function non-staticKarl Williamson2018-08-204-11/+9
* regcomp.c: Add second parameter to static functionKarl Williamson2018-08-204-21/+23
* regcomp.c: Extract code into separate functionKarl Williamson2018-08-204-9/+27
* regcomp.c: Replace code with fcn that does the same thingKarl Williamson2018-08-201-1/+1
* utf8.h: Update outmoded commentKarl Williamson2018-08-201-1/+1
* utf8.c: Rename macro and move to utf8.h, and use it in regcomp.cKarl Williamson2018-08-203-9/+10
* invlist_inline.h: Two symbols no longer needed in utf8.cKarl Williamson2018-08-201-1/+1
* Add inline function to hide implementation detailsKarl Williamson2018-08-205-14/+31
* t/re/regexp_unicode_prop.t: Add tests for run-timeKarl Williamson2018-08-201-18/+48
* t/re/regexp_unicode_prop.t: Reorder a few testsKarl Williamson2018-08-201-4/+6
* t/re/regexp_unicode_prop.t: Avoid a TEST crash if failureKarl Williamson2018-08-201-4/+6
* t/re/regexp_unicode_prop.t: Add check no warnings generatedKarl Williamson2018-08-201-0/+8
* t/re/regexp_unicode_prop.t: Extract code into a functionKarl Williamson2018-08-201-14/+22
* t/re/regexp_unicode_prop.t: White-space onlyKarl Williamson2018-08-201-39/+39
* regcomp.c: Use isFOO_A instead of isFOOKarl Williamson2018-08-201-9/+9
* regcomp.c: Change parameter nameKarl Williamson2018-08-203-23/+26
* inline.h: Use 'do {} while' instead of 'while {}'Karl Williamson2018-08-201-2/+2
* t/re/regexp_unicode_prop.t: Make sure returns trueKarl Williamson2018-08-201-0/+2
* Handle 3 digit exponents in \p{nv=%e}Karl Williamson2018-08-201-0/+27
* mktables: Handle platforms with 3 digit exponentsKarl Williamson2018-08-204-3/+8
* Update Time-Piece to CPAN version 1.33Chris 'BinGOs' Williams2018-08-204-18/+41
* perldelta for 56191551147fe888e34f15ef84f08013f4fbb5aaJames E Keenan2018-08-171-0/+4
* Synch with CPAN Test-Simple 1.302140.Chad Granum2018-08-1767-66/+96
* perlre: Add some clarifying script run documentationKarl Williamson2018-08-161-4/+54
* perlre, perlrecharclass: Add examplesKarl Williamson2018-08-162-7/+15
* Fix script run bug '1' followed by Thai digitKarl Williamson2018-08-162-15/+36
* regexec.c: Use a macro for clarityKarl Williamson2018-08-161-5/+7
* regexec.c: Fix UNLIKELY() scopeKarl Williamson2018-08-161-1/+1
* Releaser for 5.29.2Sawyer X2018-08-111-1/+1
* PATCH: [perl #41202] text->float gives wrong answersisyphus2018-08-094-24/+8
* perl.h - mingw-w64 builds use __mingw_strtold instead of strtoldsisyphus2018-08-091-1/+11
* lib/locale.t - no longer special case quadmath buildssisyphus2018-08-091-36/+11
* numeric.c: Move some code aroundKarl Williamson2018-08-091-4/+4
* numeric.c: White-space onlyKarl Williamson2018-08-091-10/+11
* numeric.c: Quadmath now honors LC_numericKarl Williamson2018-08-091-9/+12
* (perl #133422) handle Off_t smaller than size_tTony Cook2018-08-092-2/+11
* time::HiRes: don't truncate nanosec utimeDavid Mitchell2018-08-082-3/+22
* Upgrade HTTP::Tiny from version 0.070 to 0.076Steve Hay2018-08-082-8/+50
* Upgrade Filter::Util::Call from version 1.58 to 1.59Steve Hay2018-08-085-9/+18
* PA-RISC is obsoltedH.Merijn Brand2018-08-081-24/+24
* Update HP-UX readmeH.Merijn Brand2018-08-081-13/+13
* Time-HiRes/t/itimer.t: avoid race condition.David Mitchell2018-08-071-1/+3
* dump.c: Fix space before tabsKarl Williamson2018-08-061-3/+3
* Use sv_catpvs where appropriate vs sv_catpvKarl Williamson2018-08-067-70/+70
* perlapi: Fix up pod for utf8n_to_uvchr_error()Karl Williamson2018-08-051-1/+30