From f1bdf822da2005490df9b8a30c9f9096ff468db9 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 19 Dec 2008 11:37:16 +0000 Subject: merges r20846 from trunk into ruby_1_9_1 and filsters modification for 1.9.2 features. * ext/pty/extconf.rb: check util.h for OpenBSD. * ext/pty/pty.c: include util.h if available. fix variable name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1758d4e3c..25ae0d5f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 17 19:37:30 2008 Tanaka Akira + + * ext/pty/extconf.rb: check util.h for OpenBSD. + + * ext/pty/pty.c: include util.h if available. + Wed Dec 17 19:23:28 2008 Keiju Ishitsuka * lib/matrix.rb: shut up warning. [ruby-dev:37481] [Bug #899] -- cgit