summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* APItest/t/locale.t: Add missing SKIP: labelKarl Williamson2021-04-031-0/+1
* perlport.pod: mention Win32::IsSymlinkCreationAllowed()Tomasz Konojacki2021-04-011-4/+8
* Silence one build-time warningJames E Keenan2021-03-311-1/+1
* perldelta for 3472c1f6c5fTony Cook2021-03-301-1/+23
* quadmath: handle long doubles supplied via va_args in sv_vcatpvfn_flags()Tony Cook2021-03-304-22/+34
* Fix broken left shift of IV_MIN under 'use integer'Karl Williamson2021-03-292-4/+8
* re/pat.t: Skip locale tests if no locales availableKarl Williamson2021-03-291-4/+8
* pp.c: Fix commentKarl Williamson2021-03-291-1/+1
* Bump $VERSION throughout dist/ExtUtils-ParseXS/libJames E Keenan2021-03-249-9/+9
* Bump $VERSION to keep porting tests happyJames E Keenan2021-03-241-1/+1
* ExtUtils::ParseXS fix error-message bugEd J2021-03-244-2/+41
* use PERL_VERSION_LE not 5.33+ PERL_VERSION_LTEd J2021-03-241-2/+2
* locale.c: Use %z modifier instead of castKarl Williamson2021-03-201-2/+2
* v5.33.8 advertised on p5p mailing listNicolas R2021-03-201-0/+2
* Prepare Module::CoreList for 5.033009Nicolas R2021-03-203-2/+32
* Bump version in B::Op_privateNicolas R2021-03-201-1/+1
* Bump the Perl version to 5.33.9Nicolas R2021-03-2020-130/+130
* new perldelta for 5.33.9Nicolas R2021-03-2010-78/+527
* Tick v5.33.8 on 2021-03-20Nicolas R2021-03-201-1/+1
* perldelta for DEBUG_PRE_STMTS, DEBUG_POST_STMTSKarl Williamson2021-03-201-0/+11
* Add a 5.33.8 to pod/perlhist.podv5.33.8Nicolas R2021-03-201-0/+1
* epigraph for v5.33.8Nicolas R2021-03-201-0/+4
* Edit perldelta for v5.33.8 releaseNicolas R2021-03-201-287/+51
* Update Module::CoreList for 5.33.8Nicolas R2021-03-201-0/+31
* Revert "perldelta for DEBUG_PRE_STMTS, DEBUG_POST_STMTS"Nicolas R2021-03-201-11/+0
* perldelta for DEBUG_PRE_STMTS, DEBUG_POST_STMTSKarl Williamson2021-03-201-0/+11
* Tag Win32 as using 0.57Nicolas R2021-03-201-1/+1
* Update IO-Compress to release 2.102Nicolas R2021-03-2034-180/+459
* Synchronize Compress-Raw-Zlib with CPAN 2.101Nicolas R2021-03-202-2/+2
* Synchronize Compress-Raw-Bzip2 with CPAN 2.101Nicolas R2021-03-203-3/+3
* switch to using the test.pl test functions for op/arith2.tTony Cook2021-03-191-30/+25
* reindent to standard perl indentTony Cook2021-03-191-30/+31
* we no longer need to setup @INCTony Cook2021-03-191-10/+0
* Split Config-dependent tests in t/opbasic/arith.t to t/op/arith2.tTony Cook2021-03-193-56/+74
* Merge branch 'leonerd/caller-no-try' into bleadPaul "LeoNerd" Evans2021-03-193-0/+28
|\
| * Document that caller() does not see try{} blocksPaul "LeoNerd" Evans2021-03-192-0/+12
| * Unit-test that try{} blocks are invisible to caller()Paul "LeoNerd" Evans2021-03-191-0/+16
|/
* Merge branch 'khw/pr6' into bleadJames E Keenan2021-03-181-1/+1
|\
| * mg.c: Silence compiler warningKarl Williamson2021-03-181-1/+1
|/
* Correct version information for older perl*delta.podKeith Thompson2021-03-184-6/+6
* Add ability to easily add info to DEBUG outputKarl Williamson2021-03-171-2/+33
* loc_tools.pl: Fix valid_categories calculationKarl Williamson2021-03-171-3/+11
* Identify the algorithm which 'sort' uses: mergesortJames E Keenan2021-03-171-0/+3
* Add cop_hints_exists_*Leon Timmermans2021-03-152-1/+62
* Add cophh_exists_* functionsLeon Timmermans2021-03-151-0/+53
* Make REFCOUNTED_HE_EXISTS available outside of coreLeon Timmermans2021-03-151-3/+1
* document how to create a remote-tracking branche for every PRTony Cook2021-03-151-0/+29
* document how to get a PR as a local branchTony Cook2021-03-152-1/+26
* Merge branch 'pod-html-duplicate-assignment-20210312' into bleadJames E Keenan2021-03-141-2/+1
|\
| * Eliminate double assignment from @_James E Keenan2021-03-121-3/+2