diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-16 02:41:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-16 02:41:26 +0000 |
| commit | 2825baddf73130c3975c2d851d71efe34ad08a09 (patch) | |
| tree | 5b04f32335e7880b37d9ffdd6202c40172aa5815 /ChangeLog | |
| parent | dcd93db17580f87f270c9fbd66ba8b70034802c7 (diff) | |
| download | ruby-2825baddf73130c3975c2d851d71efe34ad08a09.tar.gz ruby-2825baddf73130c3975c2d851d71efe34ad08a09.tar.xz ruby-2825baddf73130c3975c2d851d71efe34ad08a09.zip | |
* configure.in (RUBY_REPLACE_TYPE): does not define rb_ prefixed
name if no default type is given.
* configure.in (RUBY_DEFINT): checks size.
* include/ruby/ruby.h (VALUE): use uintptr_t if available.
* include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX):
assumes usable if PRIdPTR is defined.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Fri Jan 16 11:41:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (RUBY_REPLACE_TYPE): does not define rb_ prefixed + name if no default type is given. + + * configure.in (RUBY_DEFINT): checks size. + + * include/ruby/ruby.h (VALUE): use uintptr_t if available. + + * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): + assumes usable if PRIdPTR is defined. + Fri Jan 16 02:25:46 2009 Yusuke Endoh <mame@tsg.ne.jp> * thread.c (rb_thread_execute_interrupts): if signal is already |
