summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add 'isa' to 'use feature :5.35'Paul "LeoNerd" Evans2022-02-151-4/+5
* No longer print experimental::isa warning (closes #18754)Paul "LeoNerd" Evans2022-02-152-9/+10
* fix looking up letters by their name only so that we search scriptsDavid Cantrell2022-02-131-7/+23
* add tests that when we import more than one script, we look forDavid Cantrell2022-02-131-2/+14
* bump $VERSIONDavid Cantrell2022-02-132-2/+2
* detect and warn when the user asks for short names for multipleDavid Cantrell2022-02-131-2/+19
* tests to detect when the user asks for short names for multipleDavid Cantrell2022-02-131-0/+24
* Print a deprecation warning if downgrading to a use VERSION below v5.11Paul "LeoNerd" Evans2022-02-131-3/+10
* Augment overload::Method docsHugo van der Sanden2022-02-031-0/+3
* Add a new 'experimental::snail_in_signatures' warning categoryPaul "LeoNerd" Evans2022-01-311-13/+18
* Fix bundled .pm files for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-252-2/+4
* Fix lib/unicore/mktables for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-252-44/+2
* Fix unit tests for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-254-0/+4
* Add experimental::builtin warningPaul "LeoNerd" Evans2022-01-252-161/+166
* Remove remaining uses of @_ in signatured subs in lib/unicore/mktablesPaul "LeoNerd" Evans2022-01-242-3/+3
* Add ceil & floor to builtinJames Raspass2022-01-245-5/+53
* Bump B::OP_private versionNicolas R2022-01-201-1/+1
* Implement correct deparse logic for try/catch/finallyPaul "LeoNerd" Evans2022-01-202-5/+35
* Ensure that forbidden control flow messages about finally blocks say "finally...Paul "LeoNerd" Evans2022-01-201-1/+4
* Define 'finally' keywordPaul "LeoNerd" Evans2022-01-202-1/+3
* make a sort with zero args a compile-time errDavid Mitchell2022-01-191-1/+1
* Stop setting console to "con" on non-MSWin systemsE. Choroba2022-01-191-3/+3
* Add missing aliases for \p{Present_In}Karl Williamson2022-01-052-524/+532
* mktables: Add variable for clarityKarl Williamson2022-01-051-2/+3
* Tie::SubstrHash: rewrite tests to use Test::MoreMichiel Beijen2021-12-281-65/+35
* charnames.pm: Avoid pack UKarl Williamson2021-12-282-4/+6
* Replace 'slave' with 'client'James E Keenan2021-12-241-33/+34
* use is_deeply instead of eq_ Test::More functionsMichiel Beijen2021-12-242-6/+6
* Bump the perl version in various places for 5.35.8Neil Bowers2021-12-211-1/+1
* Document that all of builtin is currently experimentalPaul "LeoNerd" Evans2021-12-181-0/+3
* Modernise File::Compare a littleJames Raspass2021-12-161-15/+7
* 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
* mktables: Use builtin::refaddrKarl Williamson2021-12-132-126/+97
* mktables: Don't calculate some unused valuesKarl Williamson2021-12-132-11/+1
* Use builtin::reftype/refaddr in .t filesPaul "LeoNerd" Evans2021-12-081-1/+1
* Use builtin::weaken() in .t files in lib/ + ext/Paul "LeoNerd" Evans2021-12-082-4/+3
* Give blessed() the same TRUEBOOL optimisation that ref() has in boolean contextsPaul "LeoNerd" Evans2021-12-083-7/+13
* Add builtin::blessed, refaddr and reftypePaul "LeoNerd" Evans2021-12-085-3/+54
* Test equivalence of 'true' and 'false' to negated statementsJames E Keenan2021-12-071-0/+12
* mktables: Use mnemonic variable namesKarl Williamson2021-12-072-3/+3
* Fix unicore/mktables to avoid any @_ accesses in signatured subsPaul "LeoNerd" Evans2021-12-072-5/+5
* Merge branch 'do-not-count-tests-if-possible' into bleadJames E Keenan2021-12-0742-62/+106
|\
| * do not count tests, instead use done_testing()Michiel Beijen2021-12-0442-62/+106
* | builtin.pm: Fix pod spelling, slight rewordingKarl Williamson2021-12-051-3/+3
* | Add builtin:: funcs for handling weakrefsPaul "LeoNerd" Evans2021-12-045-5/+60
* | Improvements to OP_ISBOOLPaul "LeoNerd" Evans2021-12-032-2/+19
|/
* Direct optree implementations of builtin:: functionsPaul "LeoNerd" Evans2021-12-013-1/+15
* Add a builtin:: namespace, with true/false/isboolPaul "LeoNerd" Evans2021-11-292-0/+180