diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-14 03:36:37 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-14 03:36:37 +0000 |
| commit | 2c3bff7e5a08a0bcb1e352174087965cf6d98b35 (patch) | |
| tree | 05596dff2206d79ce6627eccb115b6c138303d76 /ChangeLog | |
| parent | 92f3485cdc50f59da38c36865c14ef6537ce1616 (diff) | |
| download | ruby-2c3bff7e5a08a0bcb1e352174087965cf6d98b35.tar.gz ruby-2c3bff7e5a08a0bcb1e352174087965cf6d98b35.tar.xz ruby-2c3bff7e5a08a0bcb1e352174087965cf6d98b35.zip | |
* ext/readline/extconf.rb: should use have_func for functions instead
of have_var.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Fri Dec 14 11:54:06 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> +Fri Dec 14 12:36:35 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (RUBY_CHECK_VARTYPE): check if a variable is defined and its type. @@ -9,6 +9,9 @@ Fri Dec 14 11:54:06 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/mkmf.rb (try_var): should fail for functions. + * ext/readline/extconf.rb: should use have_func for functions instead + of have_var. + Fri Dec 14 08:17:24 2007 Tanaka Akira <akr@fsij.org> * eval.c (rb_protect): restore root_jmpbuf even if proc exits by |
