Project

General

Profile

Actions

Feature #1947

closed

rb_w32_getenv has naive implementation

Added by vo.x (Vit Ondruch) over 14 years ago. Updated about 13 years ago.

Status:
Rejected
Target version:
[ruby-core:24949]

Description

=begin
In change set 10650 (and according to discussion in ruby-talk:205123), the rb_w32_getenv implementation was changed. However, I believe that the correct approach according to windows documentation should be to call GetEnvironmentVariable and check GetLastError. If the variable exists, then S_OK is returned or some error code in other case. Call to GetEnvironmentStrings and home made enumeration is cumbersome.
=end

Actions

Also available in: Atom PDF

Like0
Like0