diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-04-15 07:48:47 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-04-15 07:48:47 +0000 |
| commit | e2f83316c21b5c63eafdb5695cffd23f12053ee1 (patch) | |
| tree | 0271f0e93347e90c82031366dc666f7f93838370 /ChangeLog | |
| parent | 2b3b15b28a108096dca098f260e7344e8d76a11e (diff) | |
| download | ruby-e2f83316c21b5c63eafdb5695cffd23f12053ee1.tar.gz ruby-e2f83316c21b5c63eafdb5695cffd23f12053ee1.tar.xz ruby-e2f83316c21b5c63eafdb5695cffd23f12053ee1.zip | |
* pack.c (pack_unpack): should treat 'U' in character unit, not in
byte unit.
* error.c (exc_initialize): should clear backtrace information.
* io.c (rb_io_fptr_cleanup): should close IO created by IO.new(fd).
* rubyio.h: remove FMODE_FDOPEN
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Mon Apr 15 09:27:31 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * pack.c (pack_unpack): should treat 'U' in character unit, not in + byte unit. + + * error.c (exc_initialize): should clear backtrace information. + +Sat Apr 13 23:42:43 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_io_fptr_cleanup): should close IO created by IO.new(fd). + + * rubyio.h: remove FMODE_FDOPEN + Fri Apr 12 12:54:04 2002 NAKAMURA Usaku <usa@ruby-lang.org> * win32/Makefile.sub: use missing/acosh.c. |
