diff options
| author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-05 14:25:40 +0000 |
|---|---|---|
| committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-05 14:25:40 +0000 |
| commit | a9af0550b7439ba8506734109d879f45be4e5766 (patch) | |
| tree | ae0ca032557e77eb17c4f62f73ccf91dbff37498 /ChangeLog | |
| parent | 4a5a3f5afb42e39e228349d3d377cbc7dfea4da8 (diff) | |
| download | ruby-a9af0550b7439ba8506734109d879f45be4e5766.tar.gz ruby-a9af0550b7439ba8506734109d879f45be4e5766.tar.xz ruby-a9af0550b7439ba8506734109d879f45be4e5766.zip | |
* lib/cmath.rb: new.
* lib/complex.rb: depends lib/cmath.rb.
* lib/rational.rb: added rdiv.
* complex.c: removed some math functions.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sat Apr 5 23:17:20 2008 Tadayoshi Funaba <tadf@dotrb.org> + + * lib/cmath.rb: new. + + * lib/complex.rb: depends lib/cmath.rb. + + * lib/rational.rb: added rdiv. + + * complex.c: removed some math functions. + Sat Apr 5 05:50:57 2008 Eric Hodel <drbrain@segment7.net> * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings. |
