diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-12 13:30:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-12 13:30:46 +0000 |
| commit | 4de4b32504010c98156f072b2fb1cbdc3c8c1643 (patch) | |
| tree | a4f325da530e4afd305829d946a21db48befbdcf /ChangeLog | |
| parent | 1661faf2f903c347941697d7df2e19cd56bf9ca5 (diff) | |
| download | ruby-4de4b32504010c98156f072b2fb1cbdc3c8c1643.tar.gz ruby-4de4b32504010c98156f072b2fb1cbdc3c8c1643.tar.xz ruby-4de4b32504010c98156f072b2fb1cbdc3c8c1643.zip | |
* include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so that
extconf.rb do not need to check if headers exist under separated
directory. [ruby-dev:35437]
* include/{ruby,rubyio,rubysig}.h, include/ruby/intern.h: use
"ruby/..." instead of <ruby/...>.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18039 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 @@ +Sat Jul 12 22:30:43 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so that + extconf.rb do not need to check if headers exist under separated + directory. [ruby-dev:35437] + + * include/{ruby,rubyio,rubysig}.h, include/ruby/intern.h: use + "ruby/..." instead of <ruby/...>. + Sat Jul 12 22:17:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t. |
