diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-03 06:34:13 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-03 06:34:13 +0000 |
| commit | 68b0f9d47f1dcbc873f5739e3345d88c78a59cc6 (patch) | |
| tree | 61077fea582d05d3b33a346eaf7562898394c136 /ChangeLog | |
| parent | c3daa6c175f3dd6294d824b8dd65649f773ab540 (diff) | |
| download | ruby-68b0f9d47f1dcbc873f5739e3345d88c78a59cc6.tar.gz ruby-68b0f9d47f1dcbc873f5739e3345d88c78a59cc6.tar.xz ruby-68b0f9d47f1dcbc873f5739e3345d88c78a59cc6.zip | |
* lib/mkmf.rb: get rid of nil.to_s.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Sun Sep 3 15:32:44 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/mkmf.rb: get rid of nil.to_s. + Sun Sep 3 06:24:38 2006 Tanaka Akira <akr@fsij.org> * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t. @@ -27,7 +31,7 @@ Sat Sep 2 23:53:28 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * parse.y (rb_intern2): handle symbol as strings. * string.c (str_new): substring of symbols are mere strings, not - symbols. + symbols. Sat Sep 2 23:37:29 2006 Yukihiro Matsumoto <matz@ruby-lang.org> @@ -36,7 +40,7 @@ Sat Sep 2 23:37:29 2006 Yukihiro Matsumoto <matz@ruby-lang.org> (RARRAY_PTR): ditto. * array.c: use RARRAY_LEN and RARRAY_PTR. - + Sat Sep 2 13:23:01 2006 Tanaka Akira <akr@fsij.org> * common.mk (ia64.o): use the compiler driver to assemble ia64.s |
