summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change %grandfathers to %legacy in Config.tNicholas Clark2021-09-281-9/+10
* Remove grandfather as a verb in Tie::Handle, Tie::Hash and Tie::ScalarOlaf Alders2021-09-283-8/+8
* Bump versions from v5.35.4 to v5.35.5Matthew Horsfall2021-09-201-1/+1
* mktables: Remove relics of removed legacy tablesKarl Williamson2021-09-152-10/+4
* Support Unicode 14.0Unicode Consortium2021-09-1559-2525/+6804
* regen/mk_invlists.pl: Add commentKarl Williamson2021-09-151-1/+1
* mktables: Split a Line Break equivalence classKarl Williamson2021-09-152-2/+19
* mktables: Reorder some comments, white-spaceKarl Williamson2021-09-152-10/+13
* mktables: Rename variable, and hoist calc from loopKarl Williamson2021-09-152-4/+5
* test and fix using T_CVREF_REFCOUNT as an output parameterTony Cook2021-09-131-1/+1
* test and fix using T_AVREF_REFCOUNT as an output parameterTony Cook2021-09-131-1/+1
* test and fix using T_HVREF_REFCOUNT as an output parameterTony Cook2021-09-131-1/+1
* test and fix using T_SVREF_REFCOUNT as an output parameterTony Cook2021-09-131-1/+1