diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-04 22:00:36 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-04 22:00:36 +0000 |
| commit | f28755df62ba4808604bc22cc26b02befce76229 (patch) | |
| tree | 89d47492faf3873569c2854e651c17e15c5e9f4a /ChangeLog | |
| parent | ddcb133aa22bf0be31baeea0787369671c689b74 (diff) | |
* test/io/console/test_io_console.rb (test_noctty): daemon() on
OpenBSD seems not to detach the controlling terminal, when the
argument noclose is non-zero. ref: [Bug #5135]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Aug 5 07:00:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * test/io/console/test_io_console.rb (test_noctty): daemon() on + OpenBSD seems not to detach the controlling terminal, when the + argument noclose is non-zero. ref: [Bug #5135] + Wed Aug 4 02:35:00 2011 Kenta Murata <mrkn@mrkn.jp> * configure.in: use build_os variable for checking C and C++ compilers |
