[perl #38202] [TODO] divide by zero exceptions for PMCs

2006-04-23 Thread Jonathan Worthington via RT
> [guest - Sat Apr 22 18:25:09 2006]: > > The attached patch implements and tests divide by zero exceptions for > BigInt and Complex PMCs. > > It also tests divide by zero exceptions for float PMCs. float and > integer PMCs are already properly handling divide by zer

[perl #38202] [TODO] divide by zero exceptions for PMCs

2006-01-10 Thread via RT
[EMAIL PROTECTED]> Date: Jan 10, 2006 3:57 PM Subject: divide by zero exceptions To: Perl 6 Internals The integer and floatval opcodes div, fdiv, and cmod now all throw a E_ZeroDivisionError exception with the text "Divide by zero". JIT/i386 and JIT/ppc are also adapted accordingly.

divide by zero exceptions

2006-01-10 Thread Leopold Toetsch
The integer and floatval opcodes div, fdiv, and cmod now all throw a E_ZeroDivisionError exception with the text "Divide by zero". JIT/i386 and JIT/ppc are also adapted accordingly. Updates for Integer, Float, Complex, BigInt PMCs are welcome. leo