diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-20 16:47:30 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-20 16:47:30 +0000 |
| commit | a18d0b9ecb11492da668a105b66e484d9479e3d6 (patch) | |
| tree | 9730c1804672b3eee226a8bf3bd166de4d354503 /ChangeLog | |
| parent | 708323f5ced1e8161ce14fbaacaa3b3ccd16e6ea (diff) | |
| download | ruby-a18d0b9ecb11492da668a105b66e484d9479e3d6.tar.gz ruby-a18d0b9ecb11492da668a105b66e484d9479e3d6.tar.xz ruby-a18d0b9ecb11492da668a105b66e484d9479e3d6.zip | |
* check existence of "pthread.h"
* define is_ruby_native_thread() macro when not HAVE_NATIVETHREAD
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4996 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 @@ +Fri Nov 21 01:40:00 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * configure.in: check <pthread.h> + + * ruby.h: include pthread.h if existence. + define is_ruby_native() macro when not HAVE_NATIVETHREAD + + * eval.c: undef is_ruby_native() function when not HAVE_NATIVETHREAD + Thu Nov 21 00:43:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org> * lib/test/unit/assertions.rb: use #__send__ instead of #send. |
