From af23025d77b112a2c5db1735b674b87e81965569 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 11 Jan 2010 03:58:39 +0000 Subject: * hash.c (ruby_setenv): ENV.[]= should raise an error if setenv(3) or putenv(3) fails. [ruby-dev:40023] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index be0807b747..c152cf58a9 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,7 @@ with all sufficient information, see the ChangeLog file. * ENV * Uses locale's encoding + * ENV.[]= raises Errno::{EINVAL,ENOMEM} etc. on failure. * Float * new constants: -- cgit v1.2.3