diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-07 18:37:03 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-07 18:37:03 +0000 |
| commit | 5c2662d664892f033b5a590aeb66811a6bf55a3a (patch) | |
| tree | 2411948a3e5b4bb3d6f28f91bd2ec36ee0c83366 /ChangeLog | |
| parent | 538579745e477527d66a965132b0ea1c1ad947ea (diff) | |
| download | ruby-5c2662d664892f033b5a590aeb66811a6bf55a3a.tar.gz ruby-5c2662d664892f033b5a590aeb66811a6bf55a3a.tar.xz ruby-5c2662d664892f033b5a590aeb66811a6bf55a3a.zip | |
* intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to make
it easier to write extensions that work with both ~1.6 and 1.8~.
* intern.h (RB_CVAR_SET_4ARGS): Ditto.
* ruby.h (NORETURN_STYLE_NEW): Ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3458 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 Feb 8 03:34:28 2003 Akinori MUSHA <knu@iDaemons.org> + + * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to make + it easier to write extensions that work with both ~1.6 and 1.8~. + + * intern.h (RB_CVAR_SET_4ARGS): Ditto. + + * ruby.h (NORETURN_STYLE_NEW): Ditto. + Fri Feb 07 15:35:21 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * intern.h, re.c (rb_memsearch): returns long. |
