-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* numeric.c (num_div): don't use num_floor which is actually
flo_floor. * numeric.c (num_modulo): don't call '%'. * numeric.c (num_divmod): use num_modulo. * numeric.c: defined '%'. * rational.c (nurat_idiv,nurat_mod,nurat_divmod,nurat_rem): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
tadf
committed
Jun 20, 2009
1 parent
a05fd84
commit d82ed7e
Showing
4 changed files
with
64 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
Sat Jun 20 21:11:43 2009 Tadayoshi Funaba <[email protected]> | ||
|
||
* numeric.c (num_div): don't use num_floor which is actually | ||
flo_floor. | ||
|
||
* numeric.c (num_modulo): don't call '%'. | ||
|
||
* numeric.c (num_divmod): use num_modulo. | ||
|
||
* numeric.c: defined '%'. | ||
|
||
* rational.c (nurat_idiv,nurat_mod,nurat_divmod,nurat_rem): removed. | ||
|
||
Sat Jun 20 20:28:44 2009 Tadayoshi Funaba <[email protected]> | ||
|
||
* complex.c: edited rdoc. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters