Branch: refs/heads/master
Home: http://github.com/perl6/specs
Commit: 3b9260b2e176c02b4f5c86fef3573ebe70233c58
http://github.com/perl6/specs/commit/3b9260b2e176c02b4f5c86fef3573ebe70233c58
Author: TimToady <[email protected]>
Date: 2010-09-11 (Sat, 11 Sep 2010)
Changed paths:
M S03-operators.pod
Log Message:
-----------
[S03] Rat**UInt also tries to stay in Rat-space
Make it clear that a Rat raised to a positive integral power also should
try to preserve exactitude as long as Rat can support it. (Currently
Rat is specced to be Int/uint64, though rakudo does not yet do that.)
Commit: 6f847e0ab2dbd8051ffc76f53c9d36f9d73c19b1
http://github.com/perl6/specs/commit/6f847e0ab2dbd8051ffc76f53c9d36f9d73c19b1
Author: TimToady <[email protected]>
Date: 2010-09-11 (Sat, 11 Sep 2010)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
Merge branch 'master' of github.com:perl6/specs