Win32: unify environment function nameskb/unicode-v9-full
commitc7570050243d83c045458c2c31feb517f6496735
authorKarsten Blees <blees@dcon.de>
Thu, 19 May 2011 16:49:52 +0000 (19 18:49 +0200)
committerKarsten Blees <blees@dcon.de>
Thu, 19 May 2011 16:49:52 +0000 (19 18:49 +0200)
treeb4ce1c1aaaddf916499e9b0b8137a1945e899407
parentb87a2c88d1f3be7164d5308c186753316b9b448e
Win32: unify environment function names

Environment helper functions use random naming ('env' prefix or suffix or
both, with or without '_'). Change to POSIX naming scheme ('env' suffix,
no '_').

Env_setenv has more in common with putenv than setenv. Change to do_putenv.

The sorted_env variable in make_environment_block is misleading as it is
no longer used for sorting. Change to tmpenv.

Signed-off-by: Karsten Blees <blees@dcon.de>
compat/mingw.c