This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a builtin:: namespace, with true/false/isbool
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>
Sat, 20 Nov 2021 16:40:59 +0000 (16:40 +0000)
committerPaul Evans <leonerd@leonerd.org.uk>
Mon, 29 Nov 2021 10:35:46 +0000 (10:35 +0000)
commit6a2e756f8693f753bad68e1827d8eee014636c86
treedc1908e352075eaf47d2e34f8babff880ec18dd6
parent2a98b8cbbc6f75b5aaefb10acc4da4427359fcea
Add a builtin:: namespace, with true/false/isbool

This finishes the perl-visible API required for RFC 0008
  https://github.com/Perl/RFCs/blob/master/rfcs/rfc0008.md

It also begins the "builtin::" namespace of RFC 0009
  https://github.com/Perl/RFCs/blob/master/rfcs/rfc0009.md
15 files changed:
MANIFEST
Makefile.SH
Porting/Maintainers.pl
builtin.c [new file with mode: 0644]
embed.fnc
embed.h
lib/builtin.pm [new file with mode: 0644]
lib/builtin.t [new file with mode: 0644]
pad.c
perl.c
pod/perldiag.pod
proto.h
vms/descrip_mms.template
win32/GNUmakefile
win32/Makefile