diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-26 15:21:44 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-26 15:21:44 +0000 |
| commit | 8ec23d9f1ffe65b7373229f6af920e6b29ac8c5e (patch) | |
| tree | 6cbbf1da9dff28375c772298be4f5cf7bf302ca5 /ChangeLog | |
| parent | 69c083196895cfcc1d8857f8cf0d38f91d1e4bbe (diff) | |
merges r24171 and r24176 from trunk into ruby_1_9_1.
--
* ext/readline/readline.c (Init_readline): use rl_catch_sigwinch only
when existing.
* ext/readline/extconf.rb: check existance of rl_catch_sigwinch, and
workaround for native Win32 readline port.
--
* ext/readline/readline.c (Init_readline): rl_catch_signals does
not exist on some platform like Mac OS X 10.5.
* ext/readline/extconf.rb: checks existance of rl_catch_signals.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Sat Jul 18 00:23:47 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * ext/readline/readline.c (Init_readline): rl_catch_signals does + not exist on some platform like Mac OS X 10.5. + + * ext/readline/extconf.rb: checks existance of rl_catch_signals. + +Fri Jul 17 22:29:21 2009 NAKAMURA Usaku <usa@ruby-lang.org> + + * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch only + when existing. + + * ext/readline/extconf.rb: check existance of rl_catch_sigwinch, and + workaround for native Win32 readline port. + Fri Nov 28 17:52:26 2008 Keiju Ishitsuka <keiju@ruby-lang.org> * lib/foerwardable.rb: should be usable def_single_delegator for |
