Rico Schüller
|
1e0f04e5cf
|
d3dx9: Implement ID3DXBaseEffect::SetMatrixTransposeArray().
|
2011-12-01 14:18:48 +01:00 |
Jacek Caban
|
9f9f5ae0a7
|
jscript: Use bytecode for '>=' expression implementation.
|
2011-12-01 14:18:41 +01:00 |
Jacek Caban
|
f3e18fbf03
|
jscript: Use bytecode for '>' expression implementation.
|
2011-12-01 14:18:37 +01:00 |
Jacek Caban
|
fb51810a95
|
jscript: Use bytecode for '<=' expression implementation.
|
2011-12-01 14:18:33 +01:00 |
Jacek Caban
|
e5a31cc2d0
|
jscript: Use bytecode for '<' expression implementation.
|
2011-12-01 14:18:29 +01:00 |
Hans Leidekker
|
39b7e6e50c
|
msi: Resolve the target folder if necessary in msi_get_target_folder.
|
2011-12-01 14:18:22 +01:00 |
Hans Leidekker
|
959ebdb118
|
msi: Split up delete_reg_key_or_value.
|
2011-12-01 14:18:14 +01:00 |
Hans Leidekker
|
5683433f9c
|
winhttp: Double the handle table size on reallocation.
|
2011-12-01 14:18:02 +01:00 |
Hans Leidekker
|
9a5ad30225
|
winhttp: Support ICU_ESCAPE in WinHttpCrackUrl.
|
2011-12-01 14:17:58 +01:00 |
Hans Leidekker
|
9a2f3cb98a
|
winhttp: Consistently use the allocation macros.
|
2011-12-01 14:17:51 +01:00 |
Luca Bennati
|
56886ab7b1
|
po: Update Italian translation.
|
2011-12-01 14:17:46 +01:00 |
Akihiro Sagawa
|
28184600e7
|
msvcrt: Add validity checks for _mbstrlen_l.
|
2011-12-01 14:17:35 +01:00 |
Akihiro Sagawa
|
13aff6dc56
|
msvcrt: Fix wctob in C locale.
|
2011-12-01 14:16:30 +01:00 |
Akihiro Sagawa
|
f9403bfb90
|
msvcrt: Use given locale info in _mbtowcs_l.
|
2011-12-01 14:15:12 +01:00 |
Ken Thomases
|
31141a3bea
|
winemenubuilder: Use _P_DETACH instead of _P_NOWAIT with spawnvp() to avoid zombies.
|
2011-12-01 10:46:56 +01:00 |
Ken Thomases
|
92298f59fe
|
explorer: Use _P_DETACH instead of _P_NOWAIT with spawnvp() to avoid zombies.
|
2011-12-01 10:46:31 +01:00 |
Ken Thomases
|
fda27ccc1b
|
libport: For spawnvp(_P_DETACH, ...), double-fork to avoid creating zombies.
|
2011-12-01 10:45:26 +01:00 |
Ken Thomases
|
abe6a13ff1
|
libwine: Reap child process to avoid leaving a zombie.
|
2011-12-01 10:45:15 +01:00 |
Ken Thomases
|
3de1c71364
|
secur32: Reap child process to avoid leaving a zombie.
|
2011-12-01 10:44:28 +01:00 |
Ken Thomases
|
9979725211
|
netapi32: Wait for and reap smbpasswd child process.
|
2011-12-01 10:40:52 +01:00 |
Ken Thomases
|
6df7adfff1
|
winspool: Wait for and reap print spool child process.
|
2011-12-01 10:40:41 +01:00 |
Ken Thomases
|
6c8929f83f
|
gdi.exe16: Wait for and reap print spool child process.
|
2011-12-01 10:27:43 +01:00 |
Ken Thomases
|
5bac5ee26e
|
kernel32: Use double-fork to avoid leaving zombie processes.
|
2011-12-01 10:27:38 +01:00 |
Ken Thomases
|
7a88d5a1e4
|
winspool: No need to reset SIGCHLD because we're not changing it anymore.
|
2011-12-01 10:11:13 +01:00 |
Ken Thomases
|
10705f6e3d
|
gdi.exe16: No need to reset SIGCHLD because we're not changing it anymore.
|
2011-12-01 10:11:09 +01:00 |
Ken Thomases
|
f658feb70f
|
kernel32: No need to reset SIGCHLD because we're not changing it anymore.
|
2011-12-01 10:11:06 +01:00 |
Ken Thomases
|
8780571698
|
libport: No need to reset SIGCHLD because we're not changing it anymore.
|
2011-12-01 10:11:01 +01:00 |
Ken Thomases
|
35302a643a
|
ntdll: Don't change SIGCHLD disposition; no automatic reaping of child processes.
|
2011-12-01 10:10:54 +01:00 |
Ken Thomases
|
b035b0bad7
|
gdi.exe16: Don't double-close the spool file.
FreePrintJob() closes the file descriptor.
|
2011-12-01 10:07:16 +01:00 |
Henri Verbeet
|
990786eef5
|
wined3d: Get rid of WINED3DDEVINFO_RESOURCEMANAGER.
|
2011-12-01 10:06:19 +01:00 |
Henri Verbeet
|
b3b686d9e8
|
wined3d: Get rid of WINED3DDEVINFO_STAGETIMINGS.
|
2011-12-01 10:06:16 +01:00 |
Henri Verbeet
|
94c0da184e
|
wined3d: Create a PBO in surface_load_location() even if SFLAG_INSYSMEM is already set.
In the longer term, sysmem and pbo should be separate resource locations.
|
2011-12-01 10:06:12 +01:00 |
Henri Verbeet
|
39ebb992f7
|
wined3d: Introduce a separate function to determine if a surface needs a PBO.
|
2011-12-01 10:06:07 +01:00 |
Henri Verbeet
|
4a7cbba0ea
|
wined3d: Move the surface map counting code to wined3d_surface_map().
|
2011-12-01 10:06:02 +01:00 |
Alexandre Julliard
|
bf644e0f45
|
oledlg: Convert dialogs to po files.
|
2011-11-30 20:29:07 +01:00 |
Alexandre Julliard
|
68c7aa266f
|
wininet: Convert dialogs to po files.
|
2011-11-30 19:57:15 +01:00 |
Alexandre Julliard
|
fde9e7ce6e
|
setupapi: Convert dialogs to po files.
|
2011-11-30 19:44:15 +01:00 |
Alexandre Julliard
|
af48498911
|
dinput: Convert dialogs to po files.
|
2011-11-30 18:20:32 +01:00 |
Alexandre Julliard
|
c8249b9c3f
|
mshtml: Convert dialogs to po files.
|
2011-11-30 18:13:08 +01:00 |
Alexandre Julliard
|
197dcda647
|
msvfw32: Convert dialogs to po files.
|
2011-11-30 18:05:28 +01:00 |
Alexandre Julliard
|
c994db77e6
|
serialui: Convert dialogs to po files.
|
2011-11-30 17:52:03 +01:00 |
André Hentschel
|
030c75a8ae
|
rpcrt4: Implement RpcEpRegisterNoReplaceW.
|
2011-11-30 17:05:09 +01:00 |
André Hentschel
|
d2f3463a01
|
rpcrt4: Implement RpcEpRegisterNoReplaceA.
|
2011-11-30 17:05:02 +01:00 |
André Hentschel
|
f012242037
|
msvcrt: Implement _wasctime_s.
|
2011-11-30 17:04:39 +01:00 |
André Hentschel
|
35722cb4ce
|
msvcrt: Implement asctime_s.
|
2011-11-30 17:04:35 +01:00 |
Francois Gouget
|
66db270d22
|
cmd/tests: Use resynchronization points to better deal with two IF statements tests.
|
2011-11-30 16:41:12 +01:00 |
Piotr Caban
|
e849691fcc
|
advapi32: Send shutdown notification to services.
|
2011-11-30 16:34:05 +01:00 |
Piotr Caban
|
60a273569c
|
services: Wait for all services to terminate before exiting.
|
2011-11-30 16:32:17 +01:00 |
Piotr Caban
|
e2172edca2
|
advapi32: Added support for SERVICE_CONFIG_PRESHUTDOWN_INFO.
|
2011-11-30 16:32:09 +01:00 |
Piotr Caban
|
b8704a4929
|
services: Added support for SERVICE_CONFIG_PRESHUTDOWN_INFO.
|
2011-11-30 16:31:47 +01:00 |