summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add new release to perlhistv5.35.4Matthew Horsfall2021-09-201-0/+2
* Finalize perldeltaMatthew Horsfall2021-09-201-41/+1
* perldelta: Update modules listMatthew Horsfall2021-09-201-4/+92
* perldelta: Acknowledge thyselfMatthew Horsfall2021-09-201-3/+3
* Update Module::CoreList for 5.35.4Matthew Horsfall2021-09-203-2/+64
* Prepare perldelta for upcoming v5.35.4 releaseMatthew Horsfall2021-09-201-227/+73
* perldelta for 983d5bee62James E Keenan2021-09-201-0/+5
* Unicode-Collate: synch with CPAN version 1.31Tomoyuki Sadahiro2021-09-20237-2150/+1444
* Move all the code that deletes the hash entry into one placeNicholas Clark2021-09-181-28/+29
* Merge the two `d_flags & G_DISCARD` tests in hv_delete_common()Nicholas Clark2021-09-181-10/+13
* Call mro_method_changed_in() later in hv_delete_common()Nicholas Clark2021-09-181-8/+11
* Remove descriptions of deleted "Panics" from perldiag.podNicholas Clark2021-09-181-57/+0
* Prefix "unexpected constant lvalue entersub" with "panic: "Nicholas Clark2021-09-182-6/+6
* win32: regen config_H.(gc|vc)Tomasz Konojacki2021-09-182-32/+138
* Test that for's iterator aliases the iterated listNicholas Clark2021-09-161-0/+34
* Add strict and warnings to t/op/for.tNicholas Clark2021-09-161-3/+11
* ext/B/t/o.t shouldn't generate the same test module each run.Nicholas Clark2021-09-163-34/+16
* Remove all "configured without perlio" test SKIPs from ext/PerlIO-*Nicholas Clark2021-09-165-22/+3
* Remove former SKIP blocks in ext/B/t/concise.t and re-indentNicholas Clark2021-09-161-204/+200
* Remove all "configured without perlio" test SKIPs from ext/BNicholas Clark2021-09-1614-88/+6
* utf8.h: Rmv redundant assertsKarl Williamson2021-09-161-8/+4
* Merge branch 'smoke-me/jkeenan/g++10-build-time-warnings-20210913' into bleadJames E Keenan2021-09-161-2/+4
|\
| * Keep lines under 80 charactersJames E Keenan2021-09-161-2/+4
| * g++10 -Wparentheses build-time warningsJames E Keenan2021-09-161-2/+2
|/
* Avoid a use-after-free deleting 8-bit keys from stashesNicholas Clark2021-09-162-3/+22
* Simplify the code related to prime_env_iter().Nicholas Clark2021-09-152-7/+2
* Test that %ENV iteration with prime_env_iter() is consistentNicholas Clark2021-09-151-0/+13
* Test SvIsBOOL() using XS::APItestPaul "LeoNerd" Evans2021-09-154-0/+93
* mktables: Remove relics of removed legacy tablesKarl Williamson2021-09-155-13/+7
* t/re/fold_grind: Add a test caseKarl Williamson2021-09-151-0/+8
* Support Unicode 14.0Unicode Consortium2021-09-1565-15362/+30411
* regen/mk_invlists.pl: Add commentKarl Williamson2021-09-154-3/+5
* mktables: Split a Line Break equivalence classKarl Williamson2021-09-156-86/+418
* mktables: Reorder some comments, white-spaceKarl Williamson2021-09-155-13/+16
* mktables: Rename variable, and hoist calc from loopKarl Williamson2021-09-155-7/+8
* Second arg to force_list() is bool, so it should be written TRUE or FALSEPaul "LeoNerd" Evans2021-09-151-12/+12
* Fix OUTLIST handling for EU::ParseXS, and typemap fixesTony Cook2021-09-1316-27/+146
|\
| * ParseXS: rename $c to $outlist_countTony Cook2021-09-131-8/+8
| * test and fix using T_CVREF_REFCOUNT as an output parameterTony Cook2021-09-134-2/+17
| * test and fix using T_AVREF_REFCOUNT as an output parameterTony Cook2021-09-134-2/+17
| * test and fix using T_HVREF_REFCOUNT as an output parameterTony Cook2021-09-134-2/+17
| * test and fix using T_SVREF_REFCOUNT as an output parameterTony Cook2021-09-134-2/+16
| * bump $XS::Typemap::VERSIONTony Cook2021-09-131-1/+1
| * test and fix using T_SV as an OUTPUT parameterTony Cook2021-09-134-2/+14
| * bump $ExtUtils::ParseXS::VERSIONTony Cook2021-09-1310-10/+10
| * ParseXS: always XSprePUSH when producing an output listTony Cook2021-09-133-9/+57
|/
* Check for NULL locale in S_emulate_setlocaleHugo van der Sanden2021-09-121-2/+3
* On VMS, %ENV in scalar context must call prime_env_iter()Nicholas Clark2021-09-123-3/+34
* SvIsBOOL's return type of 'bool' must be lowercase in =apidoc linePaul "LeoNerd" Evans2021-09-111-1/+1
* installhtml: set default podpath to './lib'James E Keenan2021-09-111-3/+3