Sweden-Number/programs
Jason Edmeades 254dc78c2c cmd: Call and goto finds the next matching label.
A call or a goto will find the next matching label not the first one in the
file. This means it could be later in the file or it could be earlier in the
file, so make goto (which 'call' also uses) first scan from current file
position to the end of the file, and subsequently from the start of the file
to the wrap point.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42823
Signed-off-by: Jason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-05 11:38:13 +02:00
..
arp
aspnet_regiis
attrib attrib: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:20:40 +01:00
cabarc
cacls
clock
cmd cmd: Call and goto finds the next matching label. 2018-07-05 11:38:13 +02:00
conhost
control
cscript
dism dism: Add stub program. 2018-06-05 09:25:55 +02:00
dpnsvr
dxdiag dxdiag: Recognise /dontskip. 2017-12-11 20:02:28 +01:00
eject
expand
explorer explorer: Wrap the desktop window procedure instead of replacing it. 2018-07-04 19:07:22 +02:00
extrac32
fc fc: Add stub program. 2018-06-01 19:54:08 +02:00
find find: Add stub program. 2018-06-01 19:54:33 +02:00
findstr
fsutil
hh
hostname
icacls
icinfo icinfo: vsnprintfw takes characters as buffer size not bytes. 2018-06-26 22:10:48 +02:00
iexplore iexplore/iexplore.inf: Add svcVersion reg key and update to win7. 2018-04-09 09:55:55 +02:00
ipconfig ipconfig: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:20:57 +01:00
lodctr
mofcomp
mshta
msiexec msi: Mark exported wine functions CDECL. 2018-06-19 20:46:50 +02:00
msinfo32
net net: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:21:10 +01:00
netsh
netstat netstat: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:21:15 +01:00
ngen
notepad include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
oleview oleview: Remove application specific version string. 2017-02-06 13:48:49 +01:00
ping ping: Distinguish between timeouts and other failures. 2018-04-04 22:04:26 +02:00
plugplay
powershell powershell: Add a stub program. 2017-07-13 13:05:19 +02:00
presentationfontcache
progman progman: Fix warning in PUT_SHORT macro (clang). 2018-04-04 22:04:27 +02:00
reg include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
regasm
regedit include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
regsvcs
regsvr32 makefiles: Disable binary installation in the individual makefiles on Wow64. 2018-02-22 14:16:33 +01:00
rpcss
rundll.exe16
rundll32
sc
schtasks schtasks: Ignore /tr and /ru options. 2018-01-23 18:29:12 +01:00
sdbinst
secedit
servicemodelreg
services services: Fall back to the current architecture if GetBinaryType fails. 2018-05-01 10:30:19 +02:00
shutdown
spoolsv
start start: Ignore multiple quoted arguments as title. 2017-03-21 21:21:04 +01:00
subst
svchost
systeminfo
taskkill taskkill: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:22:10 +01:00
tasklist
taskmgr taskmgr: Removed no longer needed psapi import. 2017-03-03 13:25:25 +01:00
termsv
uninstaller uninstaller: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:22:17 +01:00
unlodctr
view
wevtutil
wineboot makefiles: Disable binary installation in the individual makefiles on Wow64. 2018-02-22 14:16:33 +01:00
winebrowser winebrowser: Fix calling convention for wine_get_unix_file_name(). 2018-01-18 18:45:27 +01:00
winecfg include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
wineconsole wineconsole: When loading settings for an application, respect a 0 in FontSize. 2018-05-09 19:53:43 +02:00
winedbg include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
winedevice winedevice: Improve error handling when a driver fails to load. 2018-04-09 19:59:11 +02:00
winefile makefiles: Disable binary installation in the individual makefiles on Wow64. 2018-02-22 14:16:33 +01:00
winemenubuilder winemenubuilder: Set StartupWMClass for shortcuts to exe files. 2017-09-08 18:54:57 +02:00
winemine makefiles: Disable binary installation in the individual makefiles on Wow64. 2018-02-22 14:16:33 +01:00
winemsibuilder
winepath makefiles: Disable binary installation in the individual makefiles on Wow64. 2018-02-22 14:16:33 +01:00
winetest winetest: Don't show dll=skipped messages for skipped tests. 2018-06-20 11:22:55 +02:00
winevdm winevdm: Require DOSBox for running DOS executables. 2018-01-31 17:14:13 +01:00
winhelp.exe16
winhlp32 winhlp32: Remove redundant comparison. 2018-01-09 16:02:31 +01:00
winmgmt programs: Add a stub winmgmt service. 2018-05-03 14:08:30 +02:00
winoldap.mod16
winver
wmic
wmplayer
wordpad wordpad: Specify cursor hotspots separately for each size. 2017-10-17 16:26:37 +02:00
write
wscript wscript/tests: Fix a typo in the WScript.BuildVersion check. 2018-06-01 19:42:39 +02:00
wusa
xcopy xcopy: Fix copying empty directories. 2018-06-27 11:01:16 +02:00