diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-18 00:58:34 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-18 00:58:34 +0000 |
commit | 63a23dc678361f9d3031141748d0ba6485516a54 (patch) | |
tree | 3de807a21f7a33f5cb47c85380368c8df78f09b7 /NEWS | |
parent | 63fee735002b34d37598d4830ef35073202dda58 (diff) | |
download | bundler-63a23dc678361f9d3031141748d0ba6485516a54.tar.gz |
* ext/etc/etc.c: Etc.uname method implemented.
* ext/etc/extconf.rb: Check uname() function.
[ruby-core:62139] [Feature #9770]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,10 @@ with all sufficient information, see the ChangeLog file. === Stdlib updates (outstanding ones only) +* Etc + * New methods: + * Etc.uname + * Find, Pathname * Extended methods: * find method accepts "ignore_error" keyword argument. |