diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-25 02:43:43 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-25 02:43:43 +0000 |
| commit | 9668aeb6b77d864146ade703eccebec61df6cc12 (patch) | |
| tree | ed139a4a85ff4a39088c474a539b452805f8758a /ChangeLog | |
| parent | 9041fc611a65f5009653f2e26458a839bef4996f (diff) | |
* ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros.
* intern.h: ditto.
* signal.c (posix_signal): remove unused function
posix_nativethread_signal().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sun Feb 25 11:38:40 2007 Koichi Sasada <ko1@atdot.net> + + * ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros. + + * intern.h: ditto. + + * signal.c (posix_signal): remove unused function + posix_nativethread_signal(). + Sun Feb 25 11:31:13 2007 Koichi Sasada <ko1@atdot.net> * thread.c (rb_thread_run): fix to ANSI style. |
