diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-04 11:29:51 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-04 11:29:51 +0000 |
| commit | 509d6baa2488aace938cfde21710bc581383f856 (patch) | |
| tree | bfff9ce9e4a5b87c4854f2d4a91b619488fbefb4 /ChangeLog | |
| parent | 92d6104022fb94e925480ece8a867f5a5b077400 (diff) | |
* numeric.c (Init_Numeric): do not share implementation among
Fixnum#/ and Fixnum#div. [ruby-core:05531]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Aug 4 20:03:18 2005 Tadashi Saito <shiba@mail2.accsnet.ne.jp> + + * numeric.c (Init_Numeric): do not share implementation among + Fixnum#/ and Fixnum#div. [ruby-core:05531] + Thu Aug 4 18:38:36 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2. |
