Sweden-Number/programs
Alexandre Julliard fbd08d5914 winedbg: Kill the whole target process on exit in auto mode. 2012-01-16 14:05:27 +01:00
..
aspnet_regiis programs: Add a stub implementation of aspnet_regiis.exe. 2010-10-13 15:53:58 +02:00
attrib attrib: Avoid hardcoding the Unicode string literal lengths. 2011-12-16 17:40:45 +01:00
cabarc cabarc: Set the initial cabinet number to 0. 2011-02-19 13:06:20 +01:00
cacls makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
clock clock: Rename the Info menu to Help for consistency. 2011-04-13 14:13:56 +02:00
cmd cmd: Avoid unreachable code (Coverity). 2012-01-03 19:28:22 +01:00
control makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
cscript cscript: Add forwarder to wscript. 2011-12-29 17:56:53 +01:00
dxdiag dxdiag: Avoid dead increment (clang). 2011-11-14 11:46:40 +01:00
eject makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
expand expand: Initialize a variable (Coverity). 2011-11-25 17:12:21 +01:00
explorer explorer: Use _P_DETACH instead of _P_NOWAIT with spawnvp() to avoid zombies. 2011-12-01 10:46:31 +01:00
extrac32 makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
hh makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
hostname programs: Document the reason for the WriteConsole() fall back. 2011-08-24 19:07:45 +02:00
icinfo icinfo: No longer use stdio functions, but direct kernel32 ones. 2011-11-04 16:14:27 +01:00
iexplore ieframe: ieframe variant of IEWinMain is Unicode. 2011-10-20 20:48:26 +02:00
ipconfig ipconfig: Fix the string resources so their format placeholders can be reordered. 2011-11-21 13:01:11 +01:00
lodctr makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
mofcomp mofcomp: Remove obsolete variables in makefile. 2010-10-23 10:44:43 +02:00
mshta makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
msiexec msiexec: Preserve the first argument in process_args_from_reg. 2011-11-03 13:09:07 +01:00
net net: Use FormatMessageW() for better internationalization support. 2011-10-21 12:31:18 +02:00
netsh programs: Add a stub implementation of netsh.exe. 2010-12-06 19:05:53 +01:00
ngen makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
notepad notepad: Remove unused resource strings. 2012-01-03 19:29:54 +01:00
oleview oleview: Mark a couple of button labels as not needing translation. 2012-01-09 12:51:46 +01:00
ping ping: Add some missing includes. 2010-12-31 19:46:13 +01:00
plugplay programs: Add a stubbed PlugPlay service. 2011-01-31 17:39:49 +01:00
presentationfontcache programs: Add a stub FontCache3.0.0.0 service. 2011-08-24 14:33:43 +02:00
progman progman: Convert dialogs to po files. 2011-11-08 18:19:14 +01:00
reg programs: Document the reason for the WriteConsole() fall back. 2011-08-24 19:07:45 +02:00
regasm programs: Add a stub implementation of regasm.exe. 2011-09-05 17:15:56 +02:00
regedit regedit: Merge accelerators into the main resource file. 2011-12-19 20:15:53 +01:00
regsvcs programs: Add a stub implementation of regsvcs.exe. 2010-11-12 15:43:07 +01:00
regsvr32 makefiles: Add common rules for installing the main man page. 2010-12-05 16:17:58 +01:00
rpcss widl: Default to the cdecl calling convention in client/server functions. 2011-06-13 11:53:28 +02:00
rundll.exe16 makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
rundll32 makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
sc makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
secedit makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
servicemodelreg programs: Add a stub implementation of servicemodelreg.exe. 2010-11-18 12:37:04 +01:00
services services: Terminate service when its status is set to SERVICE_STOPPED. 2011-12-12 15:50:41 +01:00
spoolsv makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
start Assorted spelling fixes. 2011-08-24 19:07:46 +02:00
svchost makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
taskkill taskkill: Fix the string resources so their format placeholders can be reordered. 2011-11-21 12:52:55 +01:00
taskmgr taskmgr: Fix handle leaks. 2012-01-03 12:37:52 +01:00
termsv makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
uninstaller uninstaller: Don't list system components. 2011-05-30 11:16:23 +02:00
unlodctr makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
view view: Remove unneeded RC files. 2011-12-16 10:22:23 +01:00
wineboot wineboot: Store the RunKey names in regular string variables. 2012-01-05 21:27:34 +01:00
winebrowser winebrowser: Use IUri API for URL-related logic. 2011-12-08 19:35:58 +01:00
winecfg winecfg: Remove the Direct3D settings. 2012-01-12 12:35:45 +01:00
wineconsole wineconsole: Don't include spaces before colons in English strings. 2012-01-16 13:14:42 +01:00
winedbg winedbg: Kill the whole target process on exit in auto mode. 2012-01-16 14:05:27 +01:00
winedevice winedevice: A driver path can also start with \systemroot\. 2011-11-23 18:10:17 +01:00
winefile winefile: Fix the group box labels to follow the Windows GUI guidelines,. 2011-12-29 16:30:38 +01:00
winemenubuilder winemenubuilder: Use _P_DETACH instead of _P_NOWAIT with spawnvp() to avoid zombies. 2011-12-01 10:46:56 +01:00
winemine winemine: Use sentence capitalization for group box labels. 2011-12-29 16:26:53 +01:00
winemsibuilder programs: Add winemsibuilder. 2011-02-01 18:14:08 +01:00
winepath makefiles: Add common rules for installing the main man page. 2010-12-05 16:17:58 +01:00
winetest winetest: Fix handle leak. 2012-01-03 12:37:55 +01:00
winevdm winevdm: Don't give up if we can't shorten the current directory. 2011-10-03 09:44:22 -05:00
winhelp.exe16 makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
winhlp32 winhlp32: Standardize the 'Not yet implemented' messages. 2012-01-12 19:30:13 +01:00
winoldap.mod16 makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
winver makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
wmic Add stubbed wmic.exe. 2010-12-07 11:36:52 +01:00
wordpad wordpad: Merge accelerators into the main resource file. 2011-12-19 20:15:54 +01:00
write write: Convert translations to po files. 2011-01-04 20:27:34 +01:00
wscript wscript: Added tests using vbscript. 2011-10-19 16:39:14 +02:00
xcopy xcopy: Fix a typo. 2012-01-11 17:47:26 +01:00
Makeprog.rules.in makefiles: Move all the recursion rules to the top-level makefile. 2010-02-11 14:38:26 +01:00