summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump the perl version in various places for 5.35.7Richard Leach2021-11-211-1/+1
* POD breakage in lib/warnings.pmPete Houston2021-11-181-2/+2
* remove cop addressed from saved lines when the cop is freedTony Cook2021-11-151-0/+43
* document the DebugWrap class used internally to perl5db.tTony Cook2021-11-151-0/+144
* allow DebugWrap to take the test code as an argumentTony Cook2021-11-151-1/+21
* feature.pm: remove bareword_filehandles from :5.36Ricardo Signes2021-11-021-6/+8
* feature: remove indirect and multidimensional in v5.36Ricardo Signes2021-11-021-5/+4
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-026-18/+8
* lib/diagnostics.pm remove obscure wording in PODRobert Rothenberg2021-10-231-2/+2
* Bump version to 5.35.6Leon Timmermans2021-10-211-1/+1
* n-at-a-time for loops now warn by default (as 'experimental::for_list').Nicholas Clark2021-10-151-0/+2
* Add a new warning experimental::for_list.Nicholas Clark2021-10-151-5/+10
* B::Deparse now handles n-at-a-time for.Nicholas Clark2021-10-152-2/+23
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-086-14/+6
* add OPpUSEINT op_private flag bitDavid Mitchell2021-10-071-13/+4
* Remove the last traces of the no longer existing cmd_l commandE. Choroba2021-10-071-4/+4