<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/win32, branch ruby_1_6</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>* win32/win32.c (flock): maps error code.</title>
<updated>2003-02-28T13:54:01+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2003-02-28T13:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=92830b50dd536aa274ea7ee5b9a69253898a48af'/>
<id>92830b50dd536aa274ea7ee5b9a69253898a48af</id>
<content type='text'>
* win32/win32.c (win32_asynchronize): returns errno from child
  thread.

* win32/win32.c (win32_fclose, win32_close): ensures unlocked.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* win32/win32.c (win32_asynchronize): returns errno from child
  thread.

* win32/win32.c (win32_fclose, win32_close): ensures unlocked.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* configure.in (RUBY_CHECK_IO_NEED): check whether fseek() and</title>
<updated>2003-01-09T08:05:24+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2003-01-09T08:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=722adecb04c0bee880cac2c669e6caef8abfc681'/>
<id>722adecb04c0bee880cac2c669e6caef8abfc681</id>
<content type='text'>
  fflush() are needed.

* io.c (flush_before_seek): flush before seek if buffered data
  may remain.

* io.c (rb_io_check_readable): seek if the last operation was
  write.

* io.c (rb_io_check_writable): seek if the last operation was
  read.

* rubyio.h (FMODE_RBUF, FMODE_WBUF): added.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  fflush() are needed.

* io.c (flush_before_seek): flush before seek if buffered data
  may remain.

* io.c (rb_io_check_readable): seek if the last operation was
  write.

* io.c (rb_io_check_writable): seek if the last operation was
  read.

* rubyio.h (FMODE_RBUF, FMODE_WBUF): added.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ruby.c (ruby_init_loadpath): under Windows, get the module</title>
<updated>2003-01-05T01:39:34+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2003-01-05T01:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=74d393c87e4a91cae86ea47886b361aeee61be03'/>
<id>74d393c87e4a91cae86ea47886b361aeee61be03</id>
<content type='text'>
  path from an internal address instead of hard coded library
  name.

* cygwin/GNUmakefile.in, win32/Makefile.sub (CPPFLAGS):
  removed LIBRUBY_SO macro.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  path from an internal address instead of hard coded library
  name.

* cygwin/GNUmakefile.in, win32/Makefile.sub (CPPFLAGS):
  removed LIBRUBY_SO macro.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/dbm/extconf.rb (-DDBM_HDR): substitute ' with " to avoid</title>
<updated>2003-01-01T09:23:31+00:00</updated>
<author>
<name>eban</name>
<email>eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2003-01-01T09:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=36f8b162981cd0bb28d5f87f86d5344bf613cc0f'/>
<id>36f8b162981cd0bb28d5f87f86d5344bf613cc0f</id>
<content type='text'>
  a error on Win32.
* win32/win32.h: better MinGW support.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  a error on Win32.
* win32/win32.h: better MinGW support.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* win32/win32.c (win32_stat): empty path is invalid, and return</title>
<updated>2002-12-01T13:46:24+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2002-12-01T13:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a63e599a530edd6a0d6b43ee31d98d05f4855e99'/>
<id>a63e599a530edd6a0d6b43ee31d98d05f4855e99</id>
<content type='text'>
  ENOENT rather than EBADF in such case.  [ruby-talk:57177]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ENOENT rather than EBADF in such case.  [ruby-talk:57177]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* win32/win32.c (win32_fclose, win32_close): use closesocket()</title>
<updated>2002-10-10T21:07:11+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2002-10-10T21:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=87c680075509fa0c053ffb9a2f1010864badc23b'/>
<id>87c680075509fa0c053ffb9a2f1010864badc23b</id>
<content type='text'>
  for socket.  [ruby-win32:382]

* win32/win32.c (StartSockets): set NtSocketsInitialized.

* win32/win32.h: prototypes; win32_fclose, win32_close


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  for socket.  [ruby-win32:382]

* win32/win32.c (StartSockets): set NtSocketsInitialized.

* win32/win32.h: prototypes; win32_fclose, win32_close


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>	* ext/socket/socket.c (sock_new): duplicate underlying socket</title>
<updated>2002-10-01T15:25:49+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2002-10-01T15:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f638c09984f079cdddddb29d27c158aa9f89ed6a'/>
<id>f638c09984f079cdddddb29d27c158aa9f89ed6a</id>
<content type='text'>
	  handle not only descriptor.  [ruby-talk:40015]

	* ext/socket/socket.c (bsock_close_read, bsock_close_write): not
	  use myfdclose().

	* win32/win32.c, win32/win32.h (myfddup, myfdclose): delete.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	  handle not only descriptor.  [ruby-talk:40015]

	* ext/socket/socket.c (bsock_close_read, bsock_close_write): not
	  use myfdclose().

	* win32/win32.c, win32/win32.h (myfddup, myfdclose): delete.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* win32/win32.c (opendir): Corresponds to the unjust path containing ".</title>
<updated>2002-09-15T12:56:44+00:00</updated>
<author>
<name>H_Konishi</name>
<email>H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2002-09-15T12:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6101b0afccd22ddb748d4aec446f0026d42c6f04'/>
<id>6101b0afccd22ddb748d4aec446f0026d42c6f04</id>
<content type='text'>
                   (win32_stat) : ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
                   (win32_stat) : ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* win32/win32.h (S_I?USR): define only if not mingw32.</title>
<updated>2002-09-09T14:48:21+00:00</updated>
<author>
<name>eban</name>
<email>eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2002-09-09T14:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dba42e07b5d6d2d25305f517c8b749dc2fcf6975'/>
<id>dba42e07b5d6d2d25305f517c8b749dc2fcf6975</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* win32/win32.c (do_spawn): fix the bug which the environment variables</title>
<updated>2002-09-09T11:43:29+00:00</updated>
<author>
<name>usa</name>
<email>usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2002-09-09T11:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=209a9a125e1e86d75c8c7a6ab7b15ba3d43f8b76'/>
<id>209a9a125e1e86d75c8c7a6ab7b15ba3d43f8b76</id>
<content type='text'>
  had not spread.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  had not spread.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
