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:
3ffbbd1
)
Fix C< hex('80') * 0x1000000 >
author
Chip Salzenberg
<chip@perl.com>
Fri, 18 Apr 1997 14:42:33 +0000
(
02:42
+1200)
committer
Chip Salzenberg
<chip@atlantic.net>
Tue, 29 Apr 1997 12:00:00 +0000
(
00:00
+1200)
opcode.pl
patch
|
blob
|
blame
|
history
diff --git
a/opcode.pl
b/opcode.pl
index
6fed2f8
..
158b70e
100755
(executable)
--- a/
opcode.pl
+++ b/
opcode.pl
@@
-326,9
+326,11
@@
exp exp ck_fun fstu S?
log log ck_fun fstu S?
sqrt sqrt ck_fun fstu S?
+# Lowbrow math.
+
int int ck_fun fstu S?
-hex hex ck_fun
i
stu S?
-oct oct ck_fun
i
stu S?
+hex hex ck_fun
f
stu S?
+oct oct ck_fun
f
stu S?
abs abs ck_fun fstu S?
# String stuff.