This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed33a4
)
Note that PERL_UINT_MIN is documented
author
Karl Williamson
<khw@cpan.org>
Sat, 18 Jul 2020 13:15:12 +0000
(07:15 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sun, 23 Aug 2020 02:42:41 +0000
(20:42 -0600)
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
33389d4
..
e678343
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-2611,6
+2611,7
@@
extern long double Perl_my_frexpl(long double x, int *e);
=for apidoc AmnUh||PERL_UCHAR_MAX
=for apidoc AmnUh||PERL_UCHAR_MIN
=for apidoc AmnUh||PERL_UINT_MAX
+=for apidoc AmnUh||PERL_UINT_MIN
=for apidoc AmnUh||PERL_ULONG_MAX
=for apidoc AmnUh||PERL_ULONG_MIN
=for apidoc AmnUh||PERL_UQUAD_MAX
@@
-2629,6
+2630,7
@@
C<PERL_SHORT_MIN>,
C<PERL_UCHAR_MAX>,
C<PERL_UCHAR_MIN>,
C<PERL_UINT_MAX>,
+C<PERL_UINT_MIN>,
C<PERL_ULONG_MAX>,
C<PERL_ULONG_MIN>,
C<PERL_UQUAD_MAX>,