Displaying 3 results from an estimated 3 matches for "_wpopen".
Did you mean:
_wopen
2008 Oct 07
2
After update and compilation of Wine - version isn't changed
...install
And when I checked the version with wine --version, it gave me the old one
wine-1.1.5-399-g82f77cc
instead of
wine-1.1.5-xxx-g3a2dda1
where "xxx" is number of commits since last release (I guess). The last commit is "msvcrt: Pass the command interpreter as exe name from _wpopen."
So did I make something wrong? Is my Wine up-to-date? What is the meaning of lif- whoops, wrong forum :-P
Some time ago I had the same problem, but then I just erased all sources and downloaded them from scratch. I don't want to do this each time I update Wine.
Btw I'm on Ubuntu 8...
2008 Jan 11
0
Wine release 0.9.53
...s on Win98 due to missing GetTempPathW.
kernel32: Add Surinam Dutch and Belgian Dutch translations of language group names.
tools/wine.desktop: Add Dutch translation.
msvcrt: Implement _wsystem and forward system to it. Respect COMSPEC environment variable.
msvcrt: Implement _wpopen and forward _popen to it.
msvcrt: Rewrite _execl/_spawnl functions as wrappers around wide character implementations.
msvcrt: Implement _execl{e, pe}.
msvcrt: Rewrite _spawnve as a wrapper.
msvcrt: Implement _wexecl{, e, p, pe}.
msvcrt: Implement _wspawnl{, e, p, pe}....
2011 Jan 21
0
Wine release 1.3.12
...object on failure in GameStatisticsMgrImpl::GetGameStatistics.
kernel32/tests: Free environment block in the child process when it is unused.
iphlpapi: Correctly compute the buffer offset for the DNS address structure in GetAdaptersAddresses.
msvcrt: Fix a possible memory leak in _wpopen if a memory allocation fails.
msvcrt: Fix a possible memory leak in _wsystem for the NULL command case.
msvcrt/tests: Avoid embedding extended ASCII characters in locale string literals.
msvcrt: Null terminate the temporary locale buffer in _create_locale.
setupapi: Allocate...