This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Define setlocale_i() on unsafe threaded builds
[perl5.git] / builtin.c
2023-10-25 Marco FontaniAdd builtin function load_module
2023-09-27 Tony Cookbuiltin bundles: validate end of string correctly.
2023-09-27 Tony Cookbuiltin: avoid the looseness of sscanf() parsing
2023-09-22 Paul "LeoNerd" EvansImplement `builtin` version bundles
2023-09-22 Paul "LeoNerd" Evansbuiltin.c: Don't store the 'builtin::' name prefix...
2023-09-08 Paul "LeoNerd" EvansImplement a builtin::unimport that removes imported...
2023-09-08 Paul "LeoNerd" EvansImplement builtin::stringify
2023-09-04 David Mitchellmake RC-stack-aware: unwrap builtin pp() fns
2023-08-17 Paul "LeoNerd" EvansRemove `experimental::builtin` warnings from most of...
2023-08-17 James RaspassSet builtin::indexed proto to "@"
2023-07-28 Paul "LeoNerd" EvansAvoid g++ warnings from last-element initialisers in...
2022-07-20 Paul "LeoNerd" EvansEnsure builtin::trim() has ($) prototype
2022-07-15 Paul "LeoNerd" EvansAdd builtin function `export_lexically()`
2022-07-15 Paul "LeoNerd" EvansExtract the code for performing lexical export out...
2022-07-05 James RaspassAdd builtin::is_tainted
2022-04-01 Paul "LeoNerd" EvansInitial implementation and unit-tests of created_as_...
2022-03-20 Karl WilliamsonAdd builtin::trim()
2022-03-14 Paul "LeoNerd" EvansAn initial implementation of builtin::indexed
2022-03-14 Paul "LeoNerd" EvansAdd missing builtin diagnostic to perldiag.pod; rename...
2022-03-07 Paul "LeoNerd" EvansRename is{bool,weak} to is_{bool,weak}
2022-02-02 Karl Williamsonbuiltin.c: Fix up 730f927
2022-02-02 Karl Williamsonbuiltin.c: Use correct 32bit printing format
2022-01-25 Dagfinn Ilmari Man... Warn about experimental builtins at runtime as well...
2022-01-25 Paul "LeoNerd" EvansEmit experimental::builtin warnings from the builtin...
2022-01-24 James RaspassAdd ceil & floor to builtin
2021-12-08 Paul "LeoNerd" EvansAdd builtin::blessed, refaddr and reftype
2021-12-04 Paul "LeoNerd" EvansAdd builtin:: funcs for handling weakrefs
2021-12-03 Paul "LeoNerd" EvansImprovements to OP_ISBOOL
2021-12-01 Paul "LeoNerd" EvansDirect optree implementations of builtin:: functions
2021-11-30 Dagfinn Ilmari Man... builtin.c: Fix C++ compilation errors
2021-11-29 Paul "LeoNerd" EvansAdd a builtin:: namespace, with true/false/isbool