Displaying 3 results from an estimated 3 matches for "_wenviron".
Did you mean:
_environ
2023 Jan 31
2
Sys.getenv(): Error in substring(x, m + 1L) : invalid multibyte string at '<ff>' if an environment variable contains \xFF
>>>>> Tomas Kalibera
>>>>> on Tue, 31 Jan 2023 10:53:21 +0100 writes:
> On 1/31/23 09:48, Ivan Krylov wrote:
>> Can we use the "bytes" encoding for such environment variables invalid
>> in the current locale? The following patch preserves CE_NATIVE for
>> strings valid in the current UTF-8 or multibyte locale (or
2010 Oct 15
0
Wine release 1.3.5
...wapi/tests: Don't run tests on old shlwapi versions.
cryptnet/tests: Use UrlCanonicalize to create a URL.
shlwapi: Handle URL_WININET_COMPATIBILITY flag in UrlCanonicalize.
Andrew Nguyen (13):
msvcrt/tests: Add tests for the __p__(w)environ accessors.
msvcrt: Initialize _wenviron in Unicode environment getter function.
crypt32: Avoid relying on PATH_MAX in import_certs_from_dir helper.
taskkill: Disallow process self-termination.
kernel32: Implement GetSystemRegistryQuota as a semi-stub.
kernel32: Make the return type of LoadModule match the Windows...
2009 Oct 09
0
Wine release 1.1.31
...i32: Use explicit prototypes for function pointers.
winex11: Use explicit prototypes for function pointers.
opengl32/tests: Use explicit prototypes for function pointers.
odbc32: Define correct function prototypes for all libodbc entry points.
msvcrt: Add an MSVCRT prefix to _wenviron.
tools: Build all the tools with -D__WINESRC__.
loader: Build the loader with -D__WINESRC__.
msvideo: Pass the correct function address for 32->16 callbacks.
user32: Don't use a static dc for icon blitting.
kernel32: Use call_entry_point to call functions with v...