* ext/readline/extconf.rb (rl_event_hook): workaround for native

windows.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2008-02-20 14:43:39 +00:00
Родитель 1e0958098f
Коммит 5a99317830
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Wed Feb 20 23:28:43 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/readline/extconf.rb (rl_event_hook): workaround for native
windows.
Wed Feb 20 19:42:03 2008 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.c (rb_enc_associate_index): doesn't clear coderange

Просмотреть файл

@ -54,7 +54,8 @@ have_readline_var("rl_completer_quote_characters")
have_readline_var("rl_filename_quote_characters")
have_readline_var("rl_attempted_completion_over")
have_readline_var("rl_library_version")
have_readline_var("rl_event_hook")
# workaround for native windows.
/mswin|bccwin|mingw/ !~ RUBY_PLATFORM && have_readline_var("rl_event_hook")
have_func("rl_cleanup_after_signal")
have_func("rl_clear_signals")
have_func("rl_vi_editing_mode")