<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/dl/win32, branch ruby-1.9.1-376-11.fc13</title>
<subtitle>Ruby GIT repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/'/>
<entry>
<title>merges r22695 from trunk into ruby_1_9_1.</title>
<updated>2009-03-04T09:20:47+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-03-04T09:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=03becbf5a5db5945548327230b421bde1bf24fe7'/>
<id>03becbf5a5db5945548327230b421bde1bf24fe7</id>
<content type='text'>
--
* ext/dl/win32/lib/Win32API.rb (initialize): passes rest
  arguments to DL.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* ext/dl/win32/lib/Win32API.rb (initialize): passes rest
  arguments to DL.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib/resolv.rb (Resolv::Config.default_config_hash): requires</title>
<updated>2008-03-31T16:55:54+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-03-31T16:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=e6dc364272c7963f511b04178caa6edb8a7ff7a7'/>
<id>e6dc364272c7963f511b04178caa6edb8a7ff7a7</id>
<content type='text'>
  win32/resolv to use Win32::Resolv.  [ruby-dev:34138]


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  win32/resolv to use Win32::Resolv.  [ruby-dev:34138]


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.</title>
<updated>2008-03-21T12:27:00+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-03-21T12:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=0200c8cc57d7c49af9e30ca7cf638f565b599ab5'/>
<id>0200c8cc57d7c49af9e30ca7cf638f565b599ab5</id>
<content type='text'>
  [ruby-dev:29945], [ruby-dev:34095]

* lib/win32/registry.rb (Win32::Registry.expand_environ): try upcased
  name too for cygwin.  [ruby-dev:29945]

* lib/win32/resolv.rb (Win32::Resolv.get_hosts_path): use expand_path.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  [ruby-dev:29945], [ruby-dev:34095]

* lib/win32/registry.rb (Win32::Registry.expand_environ): try upcased
  name too for cygwin.  [ruby-dev:29945]

* lib/win32/resolv.rb (Win32::Resolv.get_hosts_path): use expand_path.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>	* dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64</title>
<updated>2007-12-18T13:12:56+00:00</updated>
<author>
<name>usa</name>
<email>usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2007-12-18T13:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=54863d199618ccc1d5b597a14429a7efcfe0b27b'/>
<id>54863d199618ccc1d5b597a14429a7efcfe0b27b</id>
<content type='text'>
	  library which was already removed.



git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	  library which was already removed.



git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>	* ext/Win32API/*: removed or moved to ext/dl/win32.</title>
<updated>2007-12-03T02:53:13+00:00</updated>
<author>
<name>usa</name>
<email>usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2007-12-03T02:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=1b7d014c7863b39ddcbde3db272005d59d06da14'/>
<id>1b7d014c7863b39ddcbde3db272005d59d06da14</id>
<content type='text'>
	* ext/dl/win32/*: new. [ruby-dev:32387]



git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* ext/dl/win32/*: new. [ruby-dev:32387]



git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
