diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-17 02:23:52 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-17 02:23:52 +0000 |
| commit | 370bdf3c86bcc6e10c9328eba64c1a8acde42f52 (patch) | |
| tree | dd786449619d584beeab06c4f89820a7c06df73c /ChangeLog | |
| parent | a543a1ead6c29fea7ee3acc381bdbc1a92619ca6 (diff) | |
| download | ruby-370bdf3c86bcc6e10c9328eba64c1a8acde42f52.tar.gz ruby-370bdf3c86bcc6e10c9328eba64c1a8acde42f52.tar.xz ruby-370bdf3c86bcc6e10c9328eba64c1a8acde42f52.zip | |
* eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.
[ruby-talk:106657] The solution was found by Guy Decoux.
* file.c (rb_stat_dev_major): new methods File::Stat#dev_major and
#dev_minor. [ruby-core:03195]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3,6 +3,16 @@ Sat Jul 17 05:26:27 2004 Dave Thomas <dave@pragprog.com> * lib/rdoc/diagram.rb: Incorporate Micheal Neuman's client-side imagemao patch +Sat Jul 17 01:57:03 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL. + [ruby-talk:106657] The solution was found by Guy Decoux. + +Fri Jul 16 22:30:28 2004 Michael Neumann <mneumann@ntecs.de> + + * file.c (rb_stat_dev_major): new methods File::Stat#dev_major and + #dev_minor. [ruby-core:03195] + Fri Jul 16 15:23:53 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (return_jump, break_jump): raise unexpceted local jump |
