summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump Devel::PPPort to 3.44 for CPAN releasev5.29.8Nicolas R2019-02-207-6/+26
* Add 5.29.8 release to pod/perlhistNicolas R2019-02-201-0/+1
* Add XS::APItest to unclaimedModules in corelist-perldelta.plNicolas R2019-02-201-1/+8
* Update Module::CoreList for 5.19.8Nicolas R2019-02-201-0/+87
* Perldelta final massage for 5.29.8 releaseNicolas R2019-02-201-68/+51
* Add more Travis CI flavors to the matrixNicolas R2019-02-201-1/+5
* Add note for BLEAD point release to release_managers_guide.podNicolas R2019-02-201-3/+9
* Time-HiRes 1.9760 - bump Module::CoreList & coNicolas R2019-02-202-2/+2
* Devel::PPPort: Fix D_PPP_FIX_UTF8_ERRSV macroPali2019-02-201-2/+2
* perldelta for 125ddee8ebdb, 2e51033c15c9Tony Cook2019-02-201-2/+3
* test for error set on socket() failureTony Cook2019-02-201-0/+12
* win32/win32sck.c: better socket() error handlingTomasz Konojacki2019-02-201-1/+5
* [MERGE] fix PERL_GLOBAL_STRUCT buildsDavid Mitchell2019-02-1928-102/+283
|\
| * merge two versions of Perl_my_cxt_initDavid Mitchell2019-02-191-56/+31
| * Perl_my_cxt_init: remove unnecessary codeDavid Mitchell2019-02-191-5/+0
| * harmonise two versions of Perl_my_cxt_initDavid Mitchell2019-02-193-11/+21
| * perlvars.h: remove #ifdef DEBUGGINGDavid Mitchell2019-02-192-3/+0
| * PERL_GLOBAL_STRUCT: remove static var from sv.cDavid Mitchell2019-02-191-2/+2
| * get MakeMaker to play under PERL_GLOBAL_STRUCTDavid Mitchell2019-02-192-3/+13
| * fix thread issue with PERL_GLOBAL_STRUCTDavid Mitchell2019-02-197-15/+47
| * Perl_my_cxt_init: fix potential race conditionDavid Mitchell2019-02-191-4/+13
| * PL_InBitmap: fix with -DPERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-02-191-1/+1
| * foo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-02-195-10/+90
| * PERL_GLOBAL_STRUCT_PRIVATE: fix some const stringsDavid Mitchell2019-02-194-10/+8
| * regcomp.c: don't include INTERN.hDavid Mitchell2019-02-192-4/+7
| * ext/SDBM_File/sdbm.c: don't include INTERN.hDavid Mitchell2019-02-191-1/+0
| * vutil.c: build under PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-02-191-0/+5
| * add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2019-02-1911-0/+68
|/
* re/user_prop_race_thr.t: reduce timeoutDavid Mitchell2019-02-191-1/+1
* Update Time-HiRes Changes for 1.9760Nicolas R2019-02-181-0/+57
* Update releaser managersSawyer X2019-02-181-2/+2
* deprecate: bump $VERSION to 0.04Aristotle Pagaltzis2019-02-181-1/+1
* deprecate: expand the documentationAristotle Pagaltzis2019-02-181-10/+45
* prepare next patchAristotle Pagaltzis2019-02-181-1/+0
* deprecate: fix POD heading levelAristotle Pagaltzis2019-02-181-1/+2
* mktables: Omit unnecessary duplicatesKarl Williamson2019-02-164-4/+4
* perldelta: perldelta for previous commitKarl Williamson2019-02-161-1/+4
* malloc.c: Limit malloc size to PTRDIFF_MAXKarl Williamson2019-02-161-0/+12
* regcomp.c: Don't interate a loop needlesslyKarl Williamson2019-02-161-2/+3
* perldelta for previous commiKarl Williamson2019-02-161-0/+5
* PATCH: [perl #133770] null pointer dereference in S_regclass()Karl Williamson2019-02-161-3/+5
* PATCH: [perl #133767] Assertion failureKarl Williamson2019-02-163-2/+13
* Jakub Wilk is now a Perl author.James E Keenan2019-02-151-0/+1
* perlthrtut: Fix POD formattingJakub Wilk2019-02-151-3/+3
* Use STATIC_ASSERT_STMT for checking compile-time invariantsDagfinn Ilmari Mannsåker2019-02-151-3/+2
* Merge branch 'incore' into bleadKarl Williamson2019-02-1423-1137/+1495
|\
| * Remove relics of regex swash useKarl Williamson2019-02-148-739/+63
| * Use mnemonics for array indicesKarl Williamson2019-02-141-15/+26
| * regcomp.c: Arrays no longer need PL_sv_undef placeholdersKarl Williamson2019-02-141-29/+22
| * regcomp.c: Simplify args passing for ANYOF nodesKarl Williamson2019-02-142-94/+47