Module: wine
Branch: master
Commit: ae2ead16ce3dfe9d906390a092ebda9d1a3d3354
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ae2ead16ce3dfe9d906390a09…
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Mar 2 11:27:52 2016 -0600
winejoystick.drv: Initialize unhandled dwPOV to JOY_POVCENTERED.
This is a fix for broken applications that do not bother to check the flags
to see if JOY_RETURNPOV is set and instead blindly read dwPOV. The previous
value of 0 resulted in the POV appearing to be constantly in the UP position.
Signed-off-by: Aric Stewart <aric(a)codeweavers.com>
Signed-off-by: Ken Thomases <ken(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/winejoystick.drv/joystick_osx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winejoystick.drv/joystick_osx.c b/dlls/winejoystick.drv/joystick_osx.c
index da45450..72552d0 100644
--- a/dlls/winejoystick.drv/joystick_osx.c
+++ b/dlls/winejoystick.drv/joystick_osx.c
@@ -715,7 +715,7 @@ LRESULT driver_joyGetPosEx(DWORD_PTR device_id, JOYINFOEX* info)
}
else
{
- info->dwPOV = 0;
+ info->dwPOV = JOY_POVCENTERED;
info->dwFlags &= ~JOY_RETURNPOV;
}
}
Module: wine
Branch: master
Commit: 0d06ebf5fb515e19cd9ec951dd9e49f6e678b35c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0d06ebf5fb515e19cd9ec951d…
Author: Marcus Meissner <marcus(a)jet.franken.de>
Date: Wed Mar 2 09:24:34 2016 +0100
manpages: Markup fixes.
Reported by Eric S. Raymond.
Signed-off-by: Marcus Meissner <marcus(a)jet.franken.de>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
programs/msiexec/msiexec.man.in | 50 ++++++++++++++++++++--------------------
programs/winedbg/winedbg.man.in | 2 +-
tools/winemaker/winemaker.man.in | 1 -
3 files changed, 26 insertions(+), 27 deletions(-)
diff --git a/programs/msiexec/msiexec.man.in b/programs/msiexec/msiexec.man.in
index 83328ae..23b3b58 100644
--- a/programs/msiexec/msiexec.man.in
+++ b/programs/msiexec/msiexec.man.in
@@ -24,25 +24,25 @@ Same as \fB/x\fR.
\fR[\fBp\fR|\fBo\fR|\fBe\fR|\fBd\fR|\fBc\fR|\fBa\fR|\fBu\fR|\fBm\fR|\fBs\fR|\fBv\fR]\ \
\fR{\fIpackage\fR|\fIproductcode\fR}
Repair an installation. Default options are \'omus\'
-.IP "\flp\fR"
+.IP "\fBlp\fR"
Reinstall the file if it is missing.
-.IP "\flo\fR"
+.IP "\fBlo\fR"
Reinstall the file if it is missing or if any older version is installed.
-.IP "\fle\fR"
+.IP "\fBle\fR"
Reinstall the file if it is missing, or if the installed version is equal or older.
-.IP "\fld\fR"
+.IP "\fBld\fR"
Reinstall the file if it is missing or a different version is installed.
-.IP "\flc\fR"
+.IP "\fBlc\fR"
Reinstall the file if it is missing or the checksum does not match.
-.IP "\fla\fR"
+.IP "\fBla\fR"
Reinstall all files.
-.IP "\flu\fR"
+.IP "\fBlu\fR"
Rewrite all required user registry entries.
-.IP "\flm\fR"
+.IP "\fBlm\fR"
Rewrite all required machine registry entries.
-.IP "\fls\fR"
+.IP "\fBls\fR"
Overwrite any conflicting shortcuts.
-.IP "\flv\fR"
+.IP "\fBlv\fR"
Recache the local installation package from the source installation package.
.SH PATCHING
.IP \fB/p\ \fR{\fIpatch\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
@@ -65,35 +65,35 @@ Shows a full UI.
[\fBi\fR|\fBw\fR|\fBe\fR|\fBa\fR|\fBr\fR|\fBu\fR|\fBc\fR|\fBm\fR|\fBo\fR|\fBp\fR|\fBv\fR]\
[\fB+\fR|\fB!\fR]\ {\fIlogfile\fR}
Enable logging to \fIlogfile\fR. Defaults are \'iwearmo\'.
-.IP "\fl*\fR"
+.IP "\fBl*\fR"
Enable all logging options except \'v\' and \'x\'.
-.IP "\fli\fR"
+.IP "\fBli\fR"
Log status messages.
-.IP "\flw\fR"
+.IP "\fBlw\fR"
Log nonfatal warnings.
-.IP "\fle\fR"
+.IP "\fBle\fR"
Log all error messages.
-.IP "\fla\fR"
+.IP "\fBla\fR"
Log start of actions.
-.IP "\flr\fR"
+.IP "\fBlr\fR"
Log action specifc records.
-.IP "\flu\fR"
+.IP "\fBlu\fR"
Log user requests.
-.IP "\flc\fR"
+.IP "\fBlc\fR"
Log initial UI parameters.
-.IP "\flm\fR"
+.IP "\fBlm\fR"
Log out of memory errors.
-.IP "\flo\fR"
+.IP "\fBlo\fR"
Log out of diskspace messages.
-.IP "\flp \fR"
+.IP "\fBlp \fR"
Log terminal properties.
-.IP "\flv \fR"
+.IP "\fBlv \fR"
Verbose logging.
-.IP "\flx \fR"
+.IP "\fBlx \fR"
Log extra debugging messages.
-.IP "\fl+ \fR"
+.IP "\fBl+ \fR"
Append logging to existing file.
-.IP "\fl! \fR"
+.IP "\fBl! \fR"
Flush each line to log.
.SH OTHER OPTIONS
.IP \fB/h
diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in
index d6e5dc9..d107166 100644
--- a/programs/winedbg/winedbg.man.in
+++ b/programs/winedbg/winedbg.man.in
@@ -163,7 +163,7 @@ Adds a breakpoint at the line \fIN\fR inside symbol \fIid\fR.
.IP \fBbreak\ \fIN\fR
Adds a breakpoint at line \fIN\fR of current source file.
.IP \fBbreak\fR
-Adds a breakpoint at current \f$PC\fR address.
+Adds a breakpoint at current \fB$PC\fR address.
.IP \fBwatch\ *\ \fIN\fR
Adds a watch command (on write) at address \fIN\fR (on 4 bytes).
.IP \fBwatch\ \fIid\fR
diff --git a/tools/winemaker/winemaker.man.in b/tools/winemaker/winemaker.man.in
index 5014cdd..9d03e65 100644
--- a/tools/winemaker/winemaker.man.in
+++ b/tools/winemaker/winemaker.man.in
@@ -29,7 +29,6 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
.br
[
.BR "--generated-files " "] [ " "--nogenerated-files " "]
-]
.br
[
.BR "--wine32 " "]
Module: wine
Branch: master
Commit: 183e8cf14e85546cb93533184782959fdf9e75ea
URL: http://source.winehq.org/git/wine.git/?a=commit;h=183e8cf14e85546cb93533184…
Author: Michael Müller <michael(a)fds-team.de>
Date: Wed Mar 2 07:46:42 2016 +0100
shutdown: Add stub implementation.
Signed-off-by: Michael Müller <michael(a)fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
configure | 2 ++
configure.ac | 1 +
programs/shutdown/Makefile.in | 5 +++++
programs/shutdown/main.c | 33 +++++++++++++++++++++++++++++++++
4 files changed, 41 insertions(+)
diff --git a/configure b/configure
index 02ba099..692b26f 100755
--- a/configure
+++ b/configure
@@ -1489,6 +1489,7 @@ enable_sdbinst
enable_secedit
enable_servicemodelreg
enable_services
+enable_shutdown
enable_spoolsv
enable_start
enable_svchost
@@ -18166,6 +18167,7 @@ wine_fn_config_program secedit enable_secedit install
wine_fn_config_program servicemodelreg enable_servicemodelreg install
wine_fn_config_program services enable_services clean,install
wine_fn_config_test programs/services/tests services.exe_test
+wine_fn_config_program shutdown enable_shutdown install
wine_fn_config_program spoolsv enable_spoolsv install
wine_fn_config_program start enable_start clean,install
wine_fn_config_program svchost enable_svchost install
diff --git a/configure.ac b/configure.ac
index 1e6bba3..b57ff6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3484,6 +3484,7 @@ WINE_CONFIG_PROGRAM(secedit,,[install])
WINE_CONFIG_PROGRAM(servicemodelreg,,[install])
WINE_CONFIG_PROGRAM(services,,[clean,install])
WINE_CONFIG_TEST(programs/services/tests)
+WINE_CONFIG_PROGRAM(shutdown,,[install])
WINE_CONFIG_PROGRAM(spoolsv,,[install])
WINE_CONFIG_PROGRAM(start,,[clean,install])
WINE_CONFIG_PROGRAM(svchost,,[install])
diff --git a/programs/shutdown/Makefile.in b/programs/shutdown/Makefile.in
new file mode 100644
index 0000000..0014021
--- /dev/null
+++ b/programs/shutdown/Makefile.in
@@ -0,0 +1,5 @@
+MODULE = shutdown.exe
+APPMODE = -mconsole -municode
+
+C_SRCS = \
+ main.c
diff --git a/programs/shutdown/main.c b/programs/shutdown/main.c
new file mode 100644
index 0000000..49f8d24
--- /dev/null
+++ b/programs/shutdown/main.c
@@ -0,0 +1,33 @@
+/*
+ * Copyright 2016 Michael Müller
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "wine/debug.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(shutdown);
+
+int wmain(int argc, WCHAR *argv[])
+{
+ int i;
+
+ WINE_FIXME("stub:");
+ for (i = 0; i < argc; i++)
+ WINE_FIXME(" %s", wine_dbgstr_w(argv[i]));
+ WINE_FIXME("\n");
+
+ return 0;
+}