1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/etc
nobu 82dbd0970c etc.c: Etc.uname on Windows
* ext/etc/etc.c (etc_uname): add support for Windows using
  GetVersionExW(), GetSystemInfo(), and GetComputerNameExW() with
  `ComputerNameDnsHostname`.  [Feature #9842]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-05-19 07:54:25 +00:00
..
depend Fix a dependency for etc.o. 2014-05-18 03:04:07 +00:00
etc.c etc.c: Etc.uname on Windows 2014-05-19 07:54:25 +00:00
extconf.rb * ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented. 2014-05-18 01:48:47 +00:00
mkconstants.rb * ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented. 2014-05-18 01:48:47 +00:00