Sign in
goma
/
wine
/
cc44aa99b492b150eadd827e6d1229681424874b
/
dlls
/
kernel
/
environ.c
63d4bb7
kernel32: Fix ExpandEnvironmentStrings to not overflow UNICODE_STRING buffer size (with test).
by Robert Reif
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
dc8e564
kernel: Remove a couple of incorrect asserts.
by Alexandre Julliard
· 19 years ago
f61878b
kernel: Remove wine/server.h include from files where it is no longer needed.
by Robert Shearman
· 19 years ago
1a1583a
Match PSDK STATUS_* definitions.
by Ge van Geldorp
· 19 years ago
b8d9b61
Improve c2man Documented-Total count. Changes:
by Markus Amsler
· 19 years ago
0f36d12
Fix warnings from -Wmissing-declarations.
by Mike McCormack
· 20 years ago
bd000a0
Removed some unnecessary inclusions of thread.h
by Alexandre Julliard
· 20 years ago
5ad7d85
Do not check for non NULL pointer before HeapFree'ing it. It's redundant.
by Michael Stefaniuc
· 20 years ago
4bb5d3a
- fixed the way length of msvcrt runtime info is passed
by Eric Pouech
· 20 years ago
0bfb1cb
- msvcrt: the file descriptors are now inherited between parent/child
by Eric Pouech
· 21 years ago
7999469
Moved memory/environ.c, memory/virtual.c and misc/cpu.c to
by Alexandre Julliard
· 21 years ago
[Renamed from memory/environ.c]
0f01858
Moved the 16-bit environment support to dlls/kernel.
by Alexandre Julliard
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
7df1b9e
Start using the exported TEB structure from winternl.h where possible.
by Alexandre Julliard
· 22 years ago
b53b5bc
- fixed a couple of bugs in ntdll environment functions (one in trace,
by Eric Pouech
· 22 years ago
60009b9
Removed calls to HEAP_strdupAtoW.
by Matthew Davison
· 22 years ago
996baf6
Transmit the Windows PATH to child processes using the WINEPATH variable.
by Alexandre Julliard
· 22 years ago
b5bb32c
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 23 years ago
9c1de6d
Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h.
by Patrik Stridvall
· 23 years ago
b967834
Added unit test for environment functions and fixed some bugs.
by Dmitry Timoshkov
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
9d80215
A few optimizations in the process startup requests now that Winelib
by Alexandre Julliard
· 23 years ago
7fbd74e
Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues.
by Alexandre Julliard
· 23 years ago
6044307
A few fixes for mingw cross-compilation.
by Alexandre Julliard
· 23 years ago
702b158
Export global argc/argv variables from libwine and remove the
by Alexandre Julliard
· 23 years ago
6543a65
Transfer the full process startup info as well as the command-line
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
f359895
Yet another documentation/message text patch.
by Andreas Mohr
· 24 years ago
5ee3879
Fix the conversions of a command line to/from an argv array.
by Francois Gouget
· 24 years ago
33929be
- Made sure that the files that contains the declarations
by Patrik Stridvall
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
dae8de6
Documentation ordinal fixes (using winapi_fixup).
by Patrik Stridvall
· 24 years ago
cc19592
Added check whether unaligned memory access is allowed.
by Ulrich Weigand
· 24 years ago
00b86a9
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 24 years ago
982a223
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
by Alexandre Julliard
· 24 years ago
becb9a3
Moved all Wine internal definitions out of process.h.
by Alexandre Julliard
· 24 years ago
24a62ab
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
by Alexandre Julliard
· 24 years ago
914406f
Moved LDT handling to libwine.so. Changed the interface to use the
by Alexandre Julliard
· 24 years ago
072dfb5
Removed inclusion of wine/winestring.h from winbase.h and added it to
by Alexandre Julliard
· 25 years ago
0af222c
Added SetLastError() in GetEnvironmentVariableA.
by Andreas Mohr
· 25 years ago
52900c8
Make PDB, ENVDB and STARTUPINFO global variables.
by Alexandre Julliard
· 25 years ago
58d5a0a
Removed some unnecessary inclusions of wingdi.h and winuser.h
by Alexandre Julliard
· 25 years ago
34e10ee
GetCommandLine should return non-const strings.
by Hidenori Takeshima
· 25 years ago
c192ba2
Exec a separate wine binary for every win32 process so that they run
by Alexandre Julliard
· 25 years ago
5b4f3e8
Rewrote Unix process launching to allow passing startup information to
by Alexandre Julliard
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
079fd72
Share the system heap between different address spaces. Made process
by Alexandre Julliard
· 25 years ago
baa9bf9
Buffer overflows and strncpy fixes.
by Francois Gouget
· 25 years ago
1aa2641
Use the normal environment routines to build the env db of the initial process.
by Alexandre Julliard
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
04c3e1d
Removed a lot of occurences of windows.h (and added necessary other includes).
by Marcus Meissner
· 26 years ago
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413