summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added 5.35.7 to perlhistv5.35.7Neil Bowers2021-12-201-0/+1
* Updated perldelta with changes to core modulesNeil Bowers2021-12-201-23/+47
* Update Module::CoreList for 5.35.7Neil Bowers2021-12-201-0/+63
* added some entries to perldelta after trawling the git logNeil Bowers2021-12-201-296/+34
* Updated dual-life modules for 5.35.7Neil Bowers2021-12-2026-160/+2060
* perldelta entry for the fix for unbounded memory consumption for hashesNicholas Clark2021-12-201-0/+4
* Mention builtin in perldeltaPaul "LeoNerd" Evans2021-12-181-0/+21
* Document that all of builtin is currently experimentalPaul "LeoNerd" Evans2021-12-181-0/+3
* dist/IO/IO.xs: Rmv defns that ppport.h suppliesKarl Williamson2021-12-182-35/+1
* No need to Renew() HvARRAY() to the same size in S_hv_auxinit()Nicholas Clark2021-12-181-6/+3
* Return the "hv with aux" PVHV bodies to the correct arenaNicholas Clark2021-12-181-18/+22
* Don't clear the flag bit SVf_OOK in hv_undef_flags()Nicholas Clark2021-12-181-38/+61
* Document the HV aux struct free/release logic in hv_undef_flags()Nicholas Clark2021-12-181-1/+42
* utf8.c: Rmv duplicate #define.Karl Williamson2021-12-181-4/+0
* Update ExtUtils-MakeMaker to CPAN version 7.64Chris 'BinGOs' Williams2021-12-1837-53/+345
* fix struct ioinfo definition for MingwTomasz Konojacki2021-12-171-13/+0
* Mark keywords.{c,h} as linguist-generated in .gitattributesPaul "LeoNerd" Evans2021-12-161-0/+2
* perlapio: binmode() and apply_layers() require pTHXKarl Williamson2021-12-161-6/+6
* _MSC_VER is now always >= 1800 (i.e. Visual C++ 2013, aka Visual C++ 12.0)Steve Hay2021-12-164-51/+4
* Minor RMG tweaksRichard Leach2021-12-161-7/+25
* Minor output tweaks to sync-with-cpanRichard Leach2021-12-161-3/+8
* Also fix paren-less calls of subs where a filehandle could beDagfinn Ilmari Mannsåker2021-12-162-1/+4
* Fix function calls being misinterpreted as bareword filehandlesDagfinn Ilmari Mannsåker2021-12-162-0/+10
* Modernise File::Compare a littleJames Raspass2021-12-161-15/+7
* perltie: Fix variable name in TIEHASH exampleJakub Wilk2021-12-161-2/+2
* Merge branch 'builtin-in-core-libs' into bleadPaul "LeoNerd" Evans2021-12-145-21/+16
|\
| * t/op/switch.t no longer needs to avoid overload.pm on miniperlPaul "LeoNerd" Evans2021-12-141-3/+2
| * Fix indirect call of ->importPaul "LeoNerd" Evans2021-12-141-2/+2
| * No need for avoiding overload in File::CopyPaul "LeoNerd" Evans2021-12-141-8/+5
| * Use builtin::blessed() in overload.pm rather than using Scalar::UtilPaul "LeoNerd" Evans2021-12-141-4/+3
| * Use builtin::reftype in ext/Paul "LeoNerd" Evans2021-12-142-4/+4
|/
* Porting/makerel: Don't reinvent a functionKarl Williamson2021-12-141-88/+10
* Porting/makrel: White space onlyKarl Williamson2021-12-141-1/+2
* Porting/makerel: Add xlation of UTF-16 filesKarl Williamson2021-12-141-4/+43
* Porting/makerel: Avoid hardcoding UTF-EBCDICSKarl Williamson2021-12-141-39/+32
* Porting/makerel: White-space/comment onlyKarl Williamson2021-12-141-69/+73
* Porting/makerel: Add use strict/warningsKarl Williamson2021-12-141-9/+12
* Porting/makerel Make EBCDIC files writableKarl Williamson2021-12-141-1/+1
* t/TEST: white space onlyKarl Williamson2021-12-141-2/+1
* t/TEST: print Skip msg for EBCDIC skipped testsKarl Williamson2021-12-141-2/+8
* mktables: Use builtin::refaddrKarl Williamson2021-12-135-129/+100
* mktables: Don't calculate some unused valuesKarl Williamson2021-12-135-14/+4
* Update compile and bind options for z/OS (os390)Mike Fulton2021-12-082-75/+67
* Mike Fulton is now a Perl authorKarl Williamson2021-12-081-0/+1
* Simplify IV abs operation in pp_abs.TAKAI Kousuke2021-12-091-7/+6
* Unify SETu() calls in pp_abs.TAKAI Kousuke2021-12-091-5/+9
* Replace SvUV_nomg(sv) with SvUVX(sv) in pp_abs.TAKAI Kousuke2021-12-091-1/+1
* Remove unnecessary braces in t/op/array.tPaul "LeoNerd" Evans2021-12-081-8/+6
* Use builtin::reftype/refaddr in .t filesPaul "LeoNerd" Evans2021-12-084-44/+39
* Use builtin::weaken() in .t files in lib/ + ext/Paul "LeoNerd" Evans2021-12-085-7/+5