Robert Reif
|
63d4bb7bae
|
kernel32: Fix ExpandEnvironmentStrings to not overflow UNICODE_STRING buffer size (with test).
|
2006-08-21 12:08:21 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
dc8e564f9e
|
kernel: Remove a couple of incorrect asserts.
|
2006-03-23 17:07:27 +01:00 |
Robert Shearman
|
f61878b1d5
|
kernel: Remove wine/server.h include from files where it is no longer needed.
|
2006-01-10 18:09:28 +01:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Markus Amsler
|
b8d9b6192d
|
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
|
2005-11-08 11:01:03 +00:00 |
Mike McCormack
|
0f36d124a2
|
Fix warnings from -Wmissing-declarations.
|
2005-06-14 11:42:34 +00:00 |
Alexandre Julliard
|
bd000a0203
|
Removed some unnecessary inclusions of thread.h
|
2005-06-06 20:13:08 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Eric Pouech
|
4bb5d3ab3e
|
- fixed the way length of msvcrt runtime info is passed
- always return a NULL runtime info buffer in child if parent's
runtime info is NULL
- fixed typo in startupinfo size
|
2004-10-25 21:47:23 +00:00 |
Eric Pouech
|
0bfb1cbc6b
|
- msvcrt: the file descriptors are now inherited between parent/child
processes
- kernel32.CreateProcess: make use of the *reserved2 fields for
C-RunTime data inheritance
|
2004-09-03 01:05:30 +00:00 |
Alexandre Julliard
|
7999469e7d
|
Moved memory/environ.c, memory/virtual.c and misc/cpu.c to
dlls/kernel.
Get rid of the memory/ directory.
|
2003-11-13 20:58:55 +00:00 |