diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-04 14:12:19 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-04 14:12:19 +0000 |
| commit | 23b715b2245866a9c70de7e91a3cc999f35fc786 (patch) | |
| tree | 3bea29fb055e95898ad856c55ad3e995299258f3 /ChangeLog | |
| parent | 7a153a014e73ffb0c4cd927a82ab6dd4f2366e14 (diff) | |
| download | ruby-23b715b2245866a9c70de7e91a3cc999f35fc786.tar.gz ruby-23b715b2245866a9c70de7e91a3cc999f35fc786.tar.xz ruby-23b715b2245866a9c70de7e91a3cc999f35fc786.zip | |
* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define
RUBY_EXPORT to export symbols.
* defines.h: use RUBY_EXTERN instead of EXTERN.
* intern.h, re.h, ruby.h, rubysig.h: ditto.
* win32/win32.h: remove EXTERN definition.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Tue Mar 04 23:12:07 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define + RUBY_EXPORT to export symbols. + + * defines.h: use RUBY_EXTERN instead of EXTERN. + + * intern.h, re.h, ruby.h, rubysig.h: ditto. + + * win32/win32.h: remove EXTERN definition. + +Mon Mar 03 20:42:51 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define + RUBY_EXPORT to export symbols. + + * defines.h: use RUBY_EXTERN instead of EXTERN. + + * intern.h, re.h, ruby.h, rubysig.h: ditto. + + * win32/win32.h: remove EXTERN definition. + Tue Mar 4 17:54:30 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_aref): give warning if index is a symbol. |
