diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-20 01:08:13 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-20 01:08:13 +0000 |
| commit | 7617c58b71a00a8c447b606bd95539a791e02d7b (patch) | |
| tree | 699d9b7a26df8a792c0358c6409240d233193dfe /ChangeLog | |
| parent | f9f8b167d6eeb2b41d61e5f9ee91b98f9a74ea19 (diff) | |
| download | ruby-7617c58b71a00a8c447b606bd95539a791e02d7b.tar.gz ruby-7617c58b71a00a8c447b606bd95539a791e02d7b.tar.xz ruby-7617c58b71a00a8c447b606bd95539a791e02d7b.zip | |
* variable.c (rb_class_path): need to adjust snprintf() len for
teminating NUL. [ruby-dev:26581]
* error.c (syserr_initialize): don't use str before StringValue()
check. [ruby-dev:26579]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Jul 20 10:04:51 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * variable.c (rb_class_path): need to adjust snprintf() len for + teminating NUL. [ruby-dev:26581] + Wed Jul 20 03:58:52 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET, @@ -12,6 +17,11 @@ Wed Jul 20 03:12:21 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> it's defined to rb_w32_close(), otherwise handle leaks. [ruby-Bugs-2131] +Wed Jul 20 00:48:16 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * error.c (syserr_initialize): don't use str before StringValue() + check. [ruby-dev:26579] + Tue Jul 19 22:47:29 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * error.c (syserr_initialize): add 1 byte for snprintf() size for |
