Module: wine
Branch: master
Commit: 4fdfa29e604070f9fd504cc62bcc877cea42fe09
URL: http://source.winehq.org/git/wine.git/?a=commit;h=4fdfa29e604070f9fd504cc62…
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue May 31 11:56:42 2016 +0200
kernel32: Use utf8 for filenames encoding if different encoding was not specified on Mac.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Ken Thomases <ken(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/kernel32/locale.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dlls/kernel32/locale.c b/dlls/kernel32/locale.c
index b5a8680..f4ff6d3 100644
--- a/dlls/kernel32/locale.c
+++ b/dlls/kernel32/locale.c
@@ -3646,7 +3646,6 @@ void LOCALE_Init(void)
CFStringGetCString( user_locale_string_ref, user_locale, sizeof(user_locale), kCFStringEncodingUTF8 );
strcat(user_locale, ".UTF-8");
- unix_cp = CP_UTF8; /* default to utf-8 even if we don't get a valid locale */
setenv( "LANG", user_locale, 0 );
TRACE( "setting locale to '%s'\n", user_locale );
#endif /* __APPLE__ */
@@ -3657,6 +3656,9 @@ void LOCALE_Init(void)
if (!lcid_LC_MESSAGES) lcid_LC_MESSAGES = lcid_LC_CTYPE;
#ifdef __APPLE__
+ if (!unix_cp)
+ unix_cp = CP_UTF8; /* default to utf-8 even if we don't get a valid locale */
+
/* Override lcid_LC_MESSAGES with user's preferred language if LC_MESSAGES is set to default */
if (!getenv("LC_ALL") && !getenv("LC_MESSAGES"))
{
Module: wine
Branch: master
Commit: e0a9e5ae26f888af90b6e0ed7b7a977e94e2cf7e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e0a9e5ae26f888af90b6e0ed7…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Sun May 29 12:41:43 2016 +0200
ole32: Spelling fixes.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/ole32/clipboard.c | 2 +-
dlls/ole32/compobj.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/ole32/clipboard.c b/dlls/ole32/clipboard.c
index b871bbc..2cc1cfa 100644
--- a/dlls/ole32/clipboard.c
+++ b/dlls/ole32/clipboard.c
@@ -1818,7 +1818,7 @@ void OLEClipbrd_UnInitialize(void)
*
* Enumerate all formats supported by the source and make
* those formats available using delayed rendering using SetClipboardData.
- * Cache the enumeration list and make that list visibile as the
+ * Cache the enumeration list and make that list visible as the
* 'Ole Private Data' format on the clipboard.
*
*/
diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c
index ced6f7d..9050f0a 100644
--- a/dlls/ole32/compobj.c
+++ b/dlls/ole32/compobj.c
@@ -4989,8 +4989,8 @@ HRESULT WINAPI CoGetContextToken( ULONG_PTR *token )
context->IComThreadingInfo_iface.lpVtbl = &Context_Threading_Vtbl;
context->IContextCallback_iface.lpVtbl = &Context_Callback_Vtbl;
context->IObjContext_iface.lpVtbl = &Context_Object_Vtbl;
- /* Context token does not take a reference, it's always zero until
- interface is explicitely requested with CoGetObjectContext(). */
+ /* Context token does not take a reference, it's always zero until the
+ interface is explicitly requested with CoGetObjectContext(). */
context->refs = 0;
info->context_token = &context->IObjContext_iface;
Module: wine
Branch: master
Commit: 4baef89f66aee501b788177ca80d9122cc411b09
URL: http://source.winehq.org/git/wine.git/?a=commit;h=4baef89f66aee501b788177ca…
Author: Andrey Gusev <andrey.goosev(a)gmail.com>
Date: Thu May 26 18:15:27 2016 +0300
wineps.drv: Fix typos.
Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/wineps.drv/data/COPYRIGHTS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/wineps.drv/data/COPYRIGHTS b/dlls/wineps.drv/data/COPYRIGHTS
index b5d4f63..5d3fa79 100644
--- a/dlls/wineps.drv/data/COPYRIGHTS
+++ b/dlls/wineps.drv/data/COPYRIGHTS
@@ -19,7 +19,7 @@ International Typeface Corporation.
Windows metrics derived from Century Gothic Bold. Typeface copyright The
Monotype Corporation plc. Data copyright The Monotype Corporation plc/Type
-Solutions Inc. 1990-1991. All rights reserved. Centyry Gothic is a trademark
+Solutions Inc. 1990-1991. All rights reserved. Century Gothic is a trademark
of The Monotype Corporation plc.
@@ -155,7 +155,7 @@ reserved. Helvetica is a trademark of Linotype AG and/or its subsidiaries.
Windows metrics derived from Arial. Typeface copyright The Monotype Corporation
plc. Data copyright The Monotype Corporation plc/Type Solutions Inc. 1990-1992.
All rights reserved. Arial is a registered trademark of The Monotype
-Corporation plc, registered in the United Stated Patent and Trademark Office and
+Corporation plc, registered in the United States Patent and Trademark Office and
elsewhere.