diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-09 08:19:46 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-09 08:19:46 +0000 |
commit | 78bb06143654fa0010e9139dade010c8bdc779ef (patch) | |
tree | 9709588827e217e43d08d5e4332da45d00f011fd /ChangeLog | |
parent | 8427ecf7a43cec7aff53b1c52ad83a255ed86b66 (diff) | |
download | ruby-78bb06143654fa0010e9139dade010c8bdc779ef.tar.gz ruby-78bb06143654fa0010e9139dade010c8bdc779ef.tar.xz ruby-78bb06143654fa0010e9139dade010c8bdc779ef.zip |
* eval.c (thread_status_name): separated from
rb_thread_inspect(). return string expression for thread status.
* eval.c (rb_thread_status, rb_thread_inspect): use
thread_status_name().
* eval.c (rb_thread_priority_set): return the priority not but
self.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Oct 9 17:08:00 2001 Nobuyoshi Nakada <[email protected]> + + * eval.c (thread_status_name): separated from + rb_thread_inspect(). return string expression for thread status. + + * eval.c (rb_thread_status, rb_thread_inspect): use + thread_status_name(). + + * eval.c (rb_thread_priority_set): return the priority not but + self. + Fri Oct 5 15:19:46 2001 Yukihiro Matsumoto <[email protected]> * marshal.c (w_unique): should not dump anonymous class. |