fix accidental C modulo semantics on integer-valued operations
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 23 Oct 1999 20:28:56 +0000 (20:28 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 23 Oct 1999 20:28:56 +0000 (20:28 +0000)
commit4bb9f687ed0930c988c412c4c28bd2a535612894
tree523f8d14abb622d7199b86effa1626929d0b38d9
parent6f9bb7fd34a6047f919bd09bd87e990f064e148c
fix accidental C modulo semantics on integer-valued operations
(e.g. caused C<length("abc") % -10> to return 3 rather than -7)

p4raw-id: //depot/perl@4428
op.c
t/op/int.t