octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53922] setenv/unsetenv are case sensitive on


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53922] setenv/unsetenv are case sensitive on Windows while getenv is case insensitive
Date: Fri, 29 Jun 2018 20:33:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #14, bug #53922 (project octave):

Yes, the POSIX documentation instructs programmers to prefer 'setenv' to
'putenv'. However, if you look in the Gnulib source code, the 'putenv' wrapper
function is the only one that references the Windows API function
SetEnvironmentVariable. And I can't tell if that's a benefit or a liability.

The Gnulib docs and code don't make it clear which of these functions should
be used together or what the expected behavior or compatibility is.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53922>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]