summaryrefslogtreecommitdiff
path: root/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure builtin::trim() has ($) prototypePaul "LeoNerd" Evans2022-07-201-1/+1
* Add builtin function `export_lexically()`Paul "LeoNerd" Evans2022-07-151-0/+74
* Extract the code for performing lexical export out of builtin::import into he...Paul "LeoNerd" Evans2022-07-151-12/+36
* Add builtin::is_taintedJames Raspass2022-07-051-10/+15
* Initial implementation and unit-tests of created_as_{string,number}Paul "LeoNerd" Evans2022-04-011-2/+37
* Add builtin::trim()Karl Williamson2022-03-191-0/+95
* An initial implementation of builtin::indexedPaul "LeoNerd" Evans2022-03-141-0/+52
* Add missing builtin diagnostic to perldiag.pod; rename 'compiletime' to 'comp...Paul "LeoNerd" Evans2022-03-141-1/+1
* Rename is{bool,weak} to is_{bool,weak}Paul "LeoNerd" Evans2022-03-071-6/+6
* builtin.c: Fix up 730f927Karl Williamson2022-02-011-2/+3
* builtin.c: Use correct 32bit printing formatKarl Williamson2022-02-011-2/+4
* Warn about experimental builtins at runtime as well as compile timeDagfinn Ilmari Mannsåker2022-01-251-6/+17
* Emit experimental::builtin warnings from the builtin function callcheckerPaul "LeoNerd" Evans2022-01-251-0/+8
* Add ceil & floor to builtinJames Raspass2022-01-241-0/+10
* Add builtin::blessed, refaddr and reftypePaul "LeoNerd" Evans2021-12-081-0/+15
* Add builtin:: funcs for handling weakrefsPaul "LeoNerd" Evans2021-12-041-15/+38
* Improvements to OP_ISBOOLPaul "LeoNerd" Evans2021-12-031-2/+2
* Direct optree implementations of builtin:: functionsPaul "LeoNerd" Evans2021-12-011-11/+122
* builtin.c: Fix C++ compilation errorsDagfinn Ilmari Mannsåker2021-11-301-7/+6
* Add a builtin:: namespace, with true/false/isboolPaul "LeoNerd" Evans2021-11-291-0/+103