summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-20 12:26:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-20 12:26:58 +0000
commit766fa6f79bd4c23caa2c6c0578d3f3e5cc30ae22 (patch)
treec1947e6b4cc63c93f66096f2fcdc2f8aaab78811
parent01ee7110e6f52b308f3995a114a1f0dbba8fdf4e (diff)
downloadruby-766fa6f79bd4c23caa2c6c0578d3f3e5cc30ae22.tar.gz
ruby-766fa6f79bd4c23caa2c6c0578d3f3e5cc30ae22.tar.xz
ruby-766fa6f79bd4c23caa2c6c0578d3f3e5cc30ae22.zip
* ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flag
is not available. fixed: [ruby-dev:27187] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog19
-rw-r--r--ext/io/wait/lib/nonblock.rb2
2 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index d55ee73fe..ad9d1161b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 20 21:26:23 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flag
+ is not available. fixed: [ruby-dev:27187]
+
Tue Sep 20 18:23:04 2005 Tanaka Akira <akr@m17n.org>
* eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]
@@ -163,17 +168,17 @@ Mon Sep 19 03:17:48 2005 Tanaka Akira <akr@m17n.org>
Mon Sep 19 03:02:08 2005 Tanaka Akira <akr@m17n.org>
* io.c (io_fwrite): wrap the write system call by TRAP_BEG/TRAP_END to
- enable signals when writing to a pipe which is full.
+ enable signals when writing to a pipe which is full.
Sun Sep 18 02:10:47 2005 why the lucky stiff <why@ruby-lang.org>
* lib/yaml/rubytypes.rb: remove comments that are bungling up
- the rdoc and ri output. output symbols as plain scalars.
+ the rdoc and ri output. output symbols as plain scalars.
- * ext/syck/rubyext.c (syck_emitter_reset): emit headless
+ * ext/syck/rubyext.c (syck_emitter_reset): emit headless
documents always.
- * ext/syck/emitter.c (syck_scan_scalar): quote scalars with any
+ * ext/syck/emitter.c (syck_scan_scalar): quote scalars with any
kind of surrounding line space, tabs or spaces alike.
* ext/syck/token.c: accept tabs as whitespace, not for indentation,
@@ -194,8 +199,8 @@ Sat Sep 17 23:20:27 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
Sat Sep 17 10:42:13 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_string
- should call Kernel.eval on caller's safe-level instead of slave's
- safe-level (Of course, the given script should be evaluated on
+ should call Kernel.eval on caller's safe-level instead of slave's
+ safe-level (Of course, the given script should be evaluated on
slave's safe-level).
Sat Sep 17 09:45:26 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
@@ -216,7 +221,7 @@ Sat Sep 17 08:35:39 2005 Kouhei Sutou <kou@cozmixng.org>
Fri Sep 16 23:09:20 2005 Masaki Suketa <masaki.suketa@nifty.ne.jp>
- * ext/win32ole/win32ole.c (ole_search_event_at): bug fix
+ * ext/win32ole/win32ole.c (ole_search_event_at): bug fix
in ext/win32ole/sample/ienavi.rb.
* ext/win32ole/win32ole/tests/testOLEEVENT.rb: ditto.
diff --git a/ext/io/wait/lib/nonblock.rb b/ext/io/wait/lib/nonblock.rb
index 46511fb40..2103fdf25 100644
--- a/ext/io/wait/lib/nonblock.rb
+++ b/ext/io/wait/lib/nonblock.rb
@@ -20,4 +20,4 @@ class IO
ensure
self.nonblock = nb
end
-end
+end if defined?(Fcntl::F_GETFL)
> <copyright> <year>2003</year> <holder>Sun Microsystems</holder> </copyright> <!-- translators: uncomment this: <copyright> <year>2002</year> <holder>ME-THE-TRANSLATOR (Latin translation)</holder> </copyright> --> <publisher role="maintainer"> <publishername> GNOME Documentation Project </publishername> </publisher> &LEGAL; <authorgroup> <author> <firstname>Sun</firstname> <surname>GNOME Documentation Team</surname> <affiliation> <orgname>Sun Microsystems</orgname> </affiliation> </author> </authorgroup> <revhistory> <revision> <revnumber>GNOME &gnomeversion; Desktop System Administration Guide V&manrevision;</revnumber> <date>&date;</date> <revdescription> <para role="author">GNOME Documentation Project</para> <para role="publisher">GNOME Documentation Project</para> </revdescription> </revision> <revision> <revnumber>GNOME 2.6 Desktop System Administration Guide V2.3</revnumber> <date>March 2004</date> <revdescription> <para role="author">Sun Microsystems</para> <para role="publisher">GNOME Documentation Project</para> </revdescription> </revision> <revision> <revnumber>GNOME 2.4 Desktop System Administration Guide V2.2</revnumber> <date>September 2003</date> <revdescription> <para role="author">Sun Microsystems</para> <para role="publisher">GNOME Documentation Project</para> </revdescription> </revision> <revision> <revnumber>GNOME 2.2 Desktop System Administration Guide V2.1</revnumber> <date>January 2003</date> <revdescription> <para role="author">Sun Microsystems</para> <para role="publisher">GNOME Documentation Project</para> </revdescription> </revision> <revision> <revnumber>GNOME 2.0 Desktop System Administration Guide V2.0</revnumber> <date>December 2002</date> <revdescription> <para role="author">Sun Microsystems</para> <para role="publisher">GNOME Documentation Project</para> </revdescription> </revision> </revhistory> <releaseinfo> This manual describes version &gnomeversion; of the GNOME Desktop. </releaseinfo> <legalnotice> <title>Feedback</title> <para> To report a bug or make a suggestion regarding the GNOME Desktop or this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>. </para> </legalnotice> </bookinfo> &gconf; &menustructure; &themes; &fontconfig; &mimetypes; &screensavers; &sessions; &help; &performance; &lockdown; &appendixa; &appendixb; &gloss; </book>