diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-31 08:42:44 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-31 08:42:44 +0000 |
commit | 7f190bdd307c5e54fd2c6bd84a97514b3139c06f (patch) | |
tree | 2c833c1b565733ed271fd9071f68150d40142923 /ChangeLog | |
parent | 384cf926298283edaeb7554ea5a71964fb30a484 (diff) | |
download | ruby-7f190bdd307c5e54fd2c6bd84a97514b3139c06f.tar.gz ruby-7f190bdd307c5e54fd2c6bd84a97514b3139c06f.tar.xz ruby-7f190bdd307c5e54fd2c6bd84a97514b3139c06f.zip |
* numeric.c (rb_num_coerce_relop): export function.
* marshal.c (w_object): check has been dropped. "_dump must return
string." [ruby-dev:21024]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -13,6 +13,10 @@ Thu Jul 31 12:36:11 2003 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * bin/erb, lib/erb.rb: add explicit trim mode. +Thu Jul 31 04:59:10 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * numeric.c (rb_num_coerce_relop): export function. + Thu Jul 31 00:17:19 2003 Shugo Maeda <shugo@ruby-lang.org> * lib/net/ftp.rb (return_code): obsolete. @@ -22,6 +26,11 @@ Thu Jul 31 00:17:19 2003 Shugo Maeda <shugo@ruby-lang.org> * lib/net/ftp.rb (last_response): new method. +Wed Jul 30 23:55:44 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * marshal.c (w_object): check has been dropped. "_dump must return + string." [ruby-dev:21024] + Wed Jul 30 22:35:19 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * lib/mkmf.rb (dir_config): allow multiple directories separated |