David Quintana [Mon, 8 Sep 2014 01:54:29 +0000 (01:54 +0000)]
[BROWSEUI_APITEST]
* Do not depend on a file to exist, which in fact does not exist in ros. Fix the test expectations accordingly.
svn path=/trunk/; revision=64080
Timo Kreuzer [Sun, 7 Sep 2014 21:40:07 +0000 (21:40 +0000)]
[PSEH]
- On clang builds we need to do the return twice trick, since we don't have asm goto, which would allow us to specify labels in the code where we can branch to on an exception. So we return back to from where we called the registration function and decide how to proceed from there nasedon the return value. For this we need to save the return address in the registration record and use it in __SEH3$_InvokeEmbeddedFilterFromRegistration
svn path=/trunk/; revision=64078
Timo Kreuzer [Sun, 7 Sep 2014 20:52:20 +0000 (20:52 +0000)]
[PSEH]
- Fix compilation of PSEH with Clang
- Fix _SEH3$_InvokeEmbeddedFilterFromRegistration
svn path=/trunk/; revision=64077
Amine Khaldi [Sun, 7 Sep 2014 20:19:05 +0000 (20:19 +0000)]
[DPLAY]
* Add the (empty) stub file to build.
* We don't need to link ntdll.
* dplay now compiles with Clang.
CORE-8516
svn path=/trunk/; revision=64076
Amine Khaldi [Sun, 7 Sep 2014 19:16:30 +0000 (19:16 +0000)]
[NTOS:CC]
* Remove unused ExSectionInfoClass.
svn path=/trunk/; revision=64074
Daniel Reimer [Sun, 7 Sep 2014 18:46:43 +0000 (18:46 +0000)]
[BOOTDATA]
Add libp11-kit-0.dll to optional components, because without it, our iexplore, sometimes FF and the Chrome installer lament about it missing.
svn path=/trunk/; revision=64073
Amine Khaldi [Sun, 7 Sep 2014 18:34:37 +0000 (18:34 +0000)]
[OPENGL32/MESA]
* Zap some more unneeded variables/functions.
CORE-7499
svn path=/trunk/; revision=64072
Amine Khaldi [Sun, 7 Sep 2014 18:18:00 +0000 (18:18 +0000)]
[CALC]
* Fix Clang build.
svn path=/trunk/; revision=64071
Amine Khaldi [Sun, 7 Sep 2014 18:13:52 +0000 (18:13 +0000)]
[CRT/MATH]
* Use the GCC version if inline assembly in ldexp() as it works with Clang too.
svn path=/trunk/; revision=64070
Christoph von Wittich [Sun, 7 Sep 2014 18:11:50 +0000 (18:11 +0000)]
[crt]
add null check (for ntdll only)
fixes remaining test failure in ntdll:string
svn path=/trunk/; revision=64069
Christoph von Wittich [Sun, 7 Sep 2014 18:11:08 +0000 (18:11 +0000)]
[apitests/crt]
pass the correct buffer size
svn path=/trunk/; revision=64068
Amine Khaldi [Sun, 7 Sep 2014 17:44:24 +0000 (17:44 +0000)]
[CRT]
* Use gas to compile except/cpp.c until http://llvm.org/bugs/show_bug.cgi?id=19027 is fixed.
svn path=/trunk/; revision=64067
Amine Khaldi [Sun, 7 Sep 2014 17:30:44 +0000 (17:30 +0000)]
[NTSTRSAFE]
* Don't mark varags functions as stdcall.
svn path=/trunk/; revision=64066
Amine Khaldi [Sun, 7 Sep 2014 17:24:08 +0000 (17:24 +0000)]
[PSEH3]
* Enable PSEH for Clang builds.
svn path=/trunk/; revision=64065
Amine Khaldi [Sun, 7 Sep 2014 17:19:14 +0000 (17:19 +0000)]
[CMAKE/CLANG]
* Properly set CMAKE_STATIC_LIBRARY_SUFFIX and CMAKE_LINK_LIBRARY_SUFFIX for Clang builds.
svn path=/trunk/; revision=64064
Amine Khaldi [Sun, 7 Sep 2014 17:10:44 +0000 (17:10 +0000)]
[SAL]
* Add some missing _Check_return_ annotations.
svn path=/trunk/; revision=64063
Amine Khaldi [Sun, 7 Sep 2014 17:09:34 +0000 (17:09 +0000)]
[CRT/INTRIN_X86]
* Skip some intrinsics when compiling with Clang.
svn path=/trunk/; revision=64062
Christoph von Wittich [Sun, 7 Sep 2014 13:55:36 +0000 (13:55 +0000)]
[crt]
revert changes to streamout_char
svn path=/trunk/; revision=64061
Amine Khaldi [Sun, 7 Sep 2014 12:36:26 +0000 (12:36 +0000)]
[CMAKE/CLANG]
* Fix Clang def file handling.
* Clang doesn't have -Wold-style-declaration (yet?).
svn path=/trunk/; revision=64060
Amine Khaldi [Sun, 7 Sep 2014 12:33:13 +0000 (12:33 +0000)]
[CMAKE]
* Fix Clang toolchain file with regards to static libs creation.
svn path=/trunk/; revision=64059
Amine Khaldi [Sun, 7 Sep 2014 12:30:40 +0000 (12:30 +0000)]
[OPENGL32/MESA]
* Zap extra_EXT_secondary_color_flush_current and EXT_secondary_color.
CORE-7499
svn path=/trunk/; revision=64058
Amine Khaldi [Sun, 7 Sep 2014 11:52:18 +0000 (11:52 +0000)]
[OPENGL32/MESA]
* Zap unused nonlinear_to_linear().
CORE-7499
svn path=/trunk/; revision=64057
Christoph von Wittich [Sun, 7 Sep 2014 10:34:17 +0000 (10:34 +0000)]
[crt]
fix behavior of _sxprintf when a NULL buffer is supplied
fixes ntdll:string winetest
svn path=/trunk/; revision=64056
Hermès Bélusca-Maïto [Sun, 7 Sep 2014 00:34:26 +0000 (00:34 +0000)]
[ROSAUTOTEST]
Initialize hStdInput to the standard input handle, and hStdError to the output pipe, instead of keeping these handles NULL. See the details why this is important in the Jira report ROSTESTS-140.
ROSTESTS-140 #resolve #comment Fixed.
svn path=/trunk/; revision=64055
James Tabor [Sat, 6 Sep 2014 17:47:45 +0000 (17:47 +0000)]
[Win32k]
- Apply band-aid patch from CORE-8506. Problem still persists, how did a bad region get plugged into the DCE structure?
svn path=/trunk/; revision=64054
Eric Kohl [Sat, 6 Sep 2014 16:51:32 +0000 (16:51 +0000)]
[RPCRT4]
EmbeddedPointerBufferSize and EmbeddedPointerMarshall: Store the pointer to the current array element in the stub message. This fixes buffer size calculation for arrays that contain structs with embedded pointer. This patch will also be submitted to the WINE project.
svn path=/trunk/; revision=64053
Daniel Reimer [Sat, 6 Sep 2014 13:18:33 +0000 (13:18 +0000)]
[TRANSLATION]
Czech translation update by Radek Liska
+ Polish translated new string by Adam Stachowicz
+ German translated new string by ME
CORE-8499 #resolve #comment Committed, thx.
svn path=/trunk/; revision=64052
Daniel Reimer [Sat, 6 Sep 2014 13:03:13 +0000 (13:03 +0000)]
[TRANSLATION]
CMD Utils russian translate by Kudratov Olimjon
CORE-8482 #resolve #comment Committed with \" -> "" and Tabs removed. Thx
Mplay32 russian translate by Kudratov Olimjon
CORE-8480 #resolve #comment Committed with \" -> "" and Tabs removed. Thx
CMD Ping russian translate by Kudratov Olimjon
CORE-8481 #resolve #comment Committed with \" -> "" and Tabs removed. Thx
Some fixes and improvements in Russian Translation by Kudratov Olimjon
CORE-8495 #resolve #comment Committed with \" -> "" and Tabs removed. Thx
svn path=/trunk/; revision=64051
Johannes Anderwald [Sat, 6 Sep 2014 12:33:17 +0000 (12:33 +0000)]
[SHELL32]
- rewrite _ILCreateFontItem
- fix a buffer overflow
svn path=/trunk/; revision=64050
Daniel Reimer [Sat, 6 Sep 2014 12:24:49 +0000 (12:24 +0000)]
[DLL]
Shell32 and browseui: update Russian Translation by Akhlamov Petr
CORE-7981 #resolve #comment Committed except the IDS_STANDARD_TOOLBAR part in browseui which is not defined ANYWHERE, thx.
svn path=/trunk/; revision=64049
Daniel Reimer [Sat, 6 Sep 2014 11:13:45 +0000 (11:13 +0000)]
[MEDIA]
Turkish Translation Update by Erdem Ersoy
CORE-7861 #comment Committed your translation notes.
svn path=/trunk/; revision=64048
Daniel Reimer [Sat, 6 Sep 2014 11:09:16 +0000 (11:09 +0000)]
[MEDIA]
Translation Notes by Ștefan Fulea
CORE-8468 #resolve #comment Committed.
svn path=/trunk/; revision=64047
Timo Kreuzer [Fri, 5 Sep 2014 21:54:49 +0000 (21:54 +0000)]
[XDK/DDK]
- Remove useless inline definition of InterlockedBitTestAnd(Re)Set, which was not used anyway.
- Update template for ntdef.h
svn path=/trunk/; revision=64046
Timo Kreuzer [Fri, 5 Sep 2014 21:47:09 +0000 (21:47 +0000)]
[PSDK]
- Shuffle some definitions in ntdef.h
- Fix definition of UInt32x32To64 in intsafe.h
svn path=/trunk/; revision=64045
Timo Kreuzer [Fri, 5 Sep 2014 20:55:01 +0000 (20:55 +0000)]
[GDI32]
Add comment about broken #if 0'ed code, noticed by Hermes.
svn path=/trunk/; revision=64041
Timo Kreuzer [Fri, 5 Sep 2014 20:16:52 +0000 (20:16 +0000)]
[GDI32]
Use GdiAllocBatchCommand in SetBrushOrgEx instead of manual and broken fiddling with GdiTebBatch. Fixes CID 716217.
svn path=/trunk/; revision=64040
Timo Kreuzer [Fri, 5 Sep 2014 20:07:53 +0000 (20:07 +0000)]
[SPEC2DEF] Add support for ARM asm stub generation
[HALARM] Add a dummy CMakeLists.txt
[BOOTVID] Fix ARM compilation
svn path=/trunk/; revision=64039
Timo Kreuzer [Fri, 5 Sep 2014 17:55:35 +0000 (17:55 +0000)]
[PSEH]
Add dummy seh_prolog.s for arm. Dedicated to Z98
svn path=/trunk/; revision=64038
Amine Khaldi [Fri, 5 Sep 2014 09:41:25 +0000 (09:41 +0000)]
[NTOS:LPC]
* Remove unused pointer and logically dead code paths. CID
1237020.
CORE-7975
svn path=/trunk/; revision=64037
Amine Khaldi [Fri, 5 Sep 2014 09:20:37 +0000 (09:20 +0000)]
[NTOS:OB]
* Fix a nasty typo in ObOpenObjectByName(). CID
1237016.
CORE-7975
svn path=/trunk/; revision=64036
Amine Khaldi [Thu, 4 Sep 2014 13:39:51 +0000 (13:39 +0000)]
[MSVCRT]
* Use Wine's _pclose(). Fixes msvcrt:misc crash.
CORE-8080
svn path=/trunk/; revision=64035
Sylvain Petreolle [Wed, 3 Sep 2014 23:07:47 +0000 (23:07 +0000)]
[EVENTLOG]
Remove the event log handle from the list *before* destroying it.
Fixes failure in advapi32:eventlog double close test.
svn path=/trunk/; revision=64034
Sylvain Petreolle [Wed, 3 Sep 2014 21:03:35 +0000 (21:03 +0000)]
[EVENTLOG]
Fix creation of backup event log files.
Thanks to zefklop for his help.
svn path=/trunk/; revision=64033
Amine Khaldi [Wed, 3 Sep 2014 19:29:54 +0000 (19:29 +0000)]
[URLMON]
* Revisit the exports to match IE8 which we apparently report.
CORE-8174
svn path=/trunk/; revision=64032
Amine Khaldi [Wed, 3 Sep 2014 18:52:16 +0000 (18:52 +0000)]
[URLMON]
* Bring back CoInternetCombineIUri.
CORE-8174
svn path=/trunk/; revision=64031
Hermès Bélusca-Maïto [Tue, 2 Sep 2014 18:40:08 +0000 (18:40 +0000)]
[USBHUB]: Fix a typo, corrected by kikidee!
CORE-8501 #resolve #comment Corrected, thanks!
svn path=/trunk/; revision=64030
David Quintana [Tue, 2 Sep 2014 00:50:15 +0000 (00:50 +0000)]
[BROWSEUI_APITEST]
* Improve SHExplorerParseCmdLine tests with whole bunch of new lines, and update the EXPLORER_INFO struct to match the findings.
svn path=/trunk/; revision=64029
Jérôme Gardou [Mon, 1 Sep 2014 22:41:36 +0000 (22:41 +0000)]
[KMTESTS]
- Test what happens to the 'base' of memory allocated with ZwAllocateVirtualMemory
- Fix some tests according to w2k3sp2 behaviour.
Thanks Amine for testing ;-)
svn path=/trunk/; revision=64028
Jérôme Gardou [Mon, 1 Sep 2014 20:58:41 +0000 (20:58 +0000)]
[CRYPT32]
- Merge the "Root" and the "AuthRoot" certificate stores
This, with the now almost faaous gnutls DLLs, allows mshtml:events test to not hang
svn path=/trunk/; revision=64026
Jérôme Gardou [Mon, 1 Sep 2014 20:58:32 +0000 (20:58 +0000)]
[HIVESFT]
- Import various certificates required to open secure connection to www.winehq.org
svn path=/trunk/; revision=64025
Hermès Bélusca-Maïto [Mon, 1 Sep 2014 16:42:58 +0000 (16:42 +0000)]
[HAL]
Update the PCI hardware IDs. Extracted from the pci.ids database from http://pciids.sourceforge.net/ from 2014.08.30
Maintained by Martin Mares <mj@ucw.cz> and other volunteers from the PCI ID Project at http://pci-ids.ucw.cz/.
svn path=/trunk/; revision=64024
Jérôme Gardou [Mon, 1 Sep 2014 16:32:26 +0000 (16:32 +0000)]
[SCHANNEL]
- Restore a few function forwarders to secur32
Noticed by Timo. Thanks!
svn path=/trunk/; revision=64023
Jérôme Gardou [Mon, 1 Sep 2014 12:21:16 +0000 (12:21 +0000)]
[SECUR32]
- Update spec file
[SCHANNEL]
- Update stubs list
Please blame binutils
svn path=/trunk/; revision=64022
Jérôme Gardou [Mon, 1 Sep 2014 12:00:20 +0000 (12:00 +0000)]
[SCHANNEL]
- Uglier but (hopefully) functioning hack for Visual Studio compilers
svn path=/trunk/; revision=64021
Thomas Faber [Mon, 1 Sep 2014 11:58:42 +0000 (11:58 +0000)]
[KERNEL32]
- Use signed multiplication for signed numbers
CORE-8502 #resolve
svn path=/trunk/; revision=64020
Jérôme Gardou [Mon, 1 Sep 2014 09:33:28 +0000 (09:33 +0000)]
[SCHANNEL]
- try fixing compilation with VS>=2010
svn path=/trunk/; revision=64019
Jérôme Gardou [Mon, 1 Sep 2014 09:33:16 +0000 (09:33 +0000)]
[REACTOS.DFF]
- Update GNUTLS DLL list
svn path=/trunk/; revision=64018
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 23:00:29 +0000 (23:00 +0000)]
[BOOTVID]
- Synchronize correctly arm/bootdata.c with i386, as it was done previously.
- Code formatting: whitespace fixes, add braces/brackets and spaces where needed; comments styling.
- Correctly put braces for casts and around macro parameters.
- Add some IN/OUT.
- Fix parameter names of a function.
[INBV]
- Fix parameter names of two functions.
svn path=/trunk/; revision=64017
Timo Kreuzer [Sun, 31 Aug 2014 20:44:56 +0000 (20:44 +0000)]
[PSDK/XDK]
First version of autogenerated ntdef.h and winnt.h
svn path=/trunk/; revision=64016
Thomas Faber [Sun, 31 Aug 2014 19:37:19 +0000 (19:37 +0000)]
[NETAPI32]
- Generate empty strings instead of NULL strings in BuildUserInfoBuffer
CORE-8343 #resolve
svn path=/trunk/; revision=64015
Thomas Faber [Sun, 31 Aug 2014 19:29:53 +0000 (19:29 +0000)]
[NETAPI32]
- Make the code in BuildUserInfoBuffer slightly more uniform so it can be generated.
See https://reactos.org/wiki/User:ThFabba/netuser.py for the generation script
CORE-8343
svn path=/trunk/; revision=64014
Timo Kreuzer [Sun, 31 Aug 2014 15:57:16 +0000 (15:57 +0000)]
[winnt.h]
- UNLONG -> DWORD
- Add missing PROBE_ALIGNMENT32, DECLSPEC_NOTHROW, SYSTEM_CACHE_ALIGNMENT_SIZE, DECLSPEC_CACHEALIGN, DECLSPEC_UUID, DECLSPEC_DEPRECATED, DECLSPEC_DEPRECATED_DDK, COMPARTMENT_ID, OBJECTID, ALL_PROCESSOR_GROUPS, RATE_QUOTA_LIMIT, PRODUCT_*, LANG_*, SORT_*
- Remove PRODUCT_SERVER_V, PRODUCT_CORE_LANGUAGESPECIFIC
- Add some missing definitions for ARM
- Fix tag of LIST_ENTRY32/64
=> one step closer to wo^Z^Z autogeneration.
svn path=/trunk/; revision=64013
Timo Kreuzer [Sun, 31 Aug 2014 13:41:14 +0000 (13:41 +0000)]
[winnt.h]
Change the order of definitions to more closely match ntdef.h
svn path=/trunk/; revision=64009
Thomas Faber [Sun, 31 Aug 2014 12:56:36 +0000 (12:56 +0000)]
[NTOS:CC]
- Consistently use LONGLONG for file offsets
svn path=/trunk/; revision=64008
Thomas Faber [Sun, 31 Aug 2014 11:47:41 +0000 (11:47 +0000)]
[NTOS:CC]
- Actually flush the whole file in CcFlushCache if FileOffset is NULL instead of just the first 4GB
svn path=/trunk/; revision=64006
Thomas Faber [Sun, 31 Aug 2014 10:55:32 +0000 (10:55 +0000)]
[CMAKE]
- Disable C4244 (implicit integer truncation) warning on MSVC builds because it causes people to add broken casts that make the situation worse.
svn path=/trunk/; revision=64003
Thomas Faber [Sun, 31 Aug 2014 10:27:35 +0000 (10:27 +0000)]
[KMTESTS:KE]
- Increase timeout in KeGuardedMutex test to avoid flakiness
svn path=/trunk/; revision=64002
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 00:04:20 +0000 (00:04 +0000)]
[VIDEOPRT]: "...Sesion" --> "...Session": fix a typo.
svn path=/trunk/; revision=64001
Timo Kreuzer [Sat, 30 Aug 2014 22:26:42 +0000 (22:26 +0000)]
[PSDK/...]
- Add/improve some definitions in ntdef.h
- fix definition of SUBLANG_SINDHI_PAKISTAN in winnt.h
- enable ARRAYSIZE in winnt.h
- #undef ARRAYSIZE in certain wine code to avoid redefinition
- Use PCCH instead of PCCHAR in ext2lib (PCCHAR is ntdef.h only)
- remove obsolete definitions from smss.h
svn path=/trunk/; revision=64000
Jérôme Gardou [Sat, 30 Aug 2014 21:43:40 +0000 (21:43 +0000)]
[README.WINE]
- Relevant update from previous commits
svn path=/trunk/; revision=63999
Timo Kreuzer [Sat, 30 Aug 2014 21:35:16 +0000 (21:35 +0000)]
[XDK]
Initial work for autogenerating ntdef.h and winnt.h to reduce code duplication by sharing a lot of stuff.
svn path=/trunk/; revision=63998
Jérôme Gardou [Sat, 30 Aug 2014 21:33:42 +0000 (21:33 +0000)]
[REACTOS.DFF]
- Add optional GNUTLS DLLs for the curious. They can be grabbed from here: ftp://ftp.gnutls.org/gcrypt/gnutls/w32/gnutls-3.2.16-w32.zip
We will provide a MSI package soon
svn path=/trunk/; revision=63997
Jérôme Gardou [Sat, 30 Aug 2014 21:33:21 +0000 (21:33 +0000)]
[SCHANNEL]
- Import TLS/SSL support on top of GNUTLS from wine
Won't work until we ship the gnutls DLLs
svn path=/trunk/; revision=63996
Jérôme Gardou [Sat, 30 Aug 2014 21:32:52 +0000 (21:32 +0000)]
[INCLUDE]
- import GNUTLS headers
- define wine's SONAME_LIBGNUTLS to a relevant value
svn path=/trunk/; revision=63995
Jérôme Gardou [Sat, 30 Aug 2014 21:31:32 +0000 (21:31 +0000)]
[SECUR32]
- Import SSPI module loading from wine
svn path=/trunk/; revision=63994
Timo Kreuzer [Sat, 30 Aug 2014 17:18:48 +0000 (17:18 +0000)]
[HPP]
Implement support for variable substitution
svn path=/trunk/; revision=63993
Amine Khaldi [Sat, 30 Aug 2014 12:05:36 +0000 (12:05 +0000)]
[W32KNAPI_APITEST]
* Here's another memset call..
svn path=/trunk/; revision=63989
Amine Khaldi [Sat, 30 Aug 2014 12:03:58 +0000 (12:03 +0000)]
[W32KNAPI_APITEST]
* Fix a memset call. CID
1223160.
CORE-7975
svn path=/trunk/; revision=63988
Amine Khaldi [Sat, 30 Aug 2014 11:53:17 +0000 (11:53 +0000)]
[W32KNAPI_APITEST]
* Remove some unused pointer values. CID
1223186.
CORE-7975
svn path=/trunk/; revision=63987
Amine Khaldi [Sat, 30 Aug 2014 11:38:16 +0000 (11:38 +0000)]
[USER32]
* Remove unused pointer. CID
1223187.
CORE-7975
svn path=/trunk/; revision=63986
Thomas Faber [Sat, 30 Aug 2014 10:59:25 +0000 (10:59 +0000)]
[FREELDR]
- Improve GetPciIrqRoutingTable. Patch by Sergey Chernov (serrox at ya dot ru), small modifications by me.
CORE-8440
svn path=/trunk/; revision=63985
Thomas Faber [Sat, 30 Aug 2014 10:17:53 +0000 (10:17 +0000)]
[UNIATA]
- Update to 0.45a8
CORE-8432 #resolve
svn path=/trunk/; revision=63984
Amine Khaldi [Sat, 30 Aug 2014 08:53:18 +0000 (08:53 +0000)]
[LSASRV]
* Fix MSVC build.
* Arch, review patches before committing!
svn path=/trunk/; revision=63983
Thomas Faber [Sat, 30 Aug 2014 08:31:28 +0000 (08:31 +0000)]
[NTOS:PO]
- Enforce SeShutdownPrivilege in NtSetSystemPowerState
CORE-8476 #resolve
svn path=/trunk/; revision=63982
Thomas Faber [Sat, 30 Aug 2014 07:04:57 +0000 (07:04 +0000)]
[USETUP][WINLOGON]
- Acuire SeShutdownPrivilege before calling NtShutdownSystem
CORE-8476
svn path=/trunk/; revision=63981
Thomas Faber [Sat, 30 Aug 2014 07:01:47 +0000 (07:01 +0000)]
[EVENTVWR]
- Use strsafe functions
- Don't cast malloc
- PSTR/PWSTR typedefs are for null-terminated strings, which output buffers aren't
- "dwData" implies the value is data, not the size of data. Also, cbData is specified in bytes (hence "cb")
- Avoid pointless use of HEAP_ZERO_MEMORY
svn path=/trunk/; revision=63980
Jérôme Gardou [Fri, 29 Aug 2014 09:21:35 +0000 (09:21 +0000)]
[NTOS/MM]
- Properly decrement pagetable frame entry share count when unmapping a system-mapped section
- Handle the PTE dirty bit
svn path=/trunk/; revision=63977
Eric Kohl [Thu, 28 Aug 2014 20:48:20 +0000 (20:48 +0000)]
[ROSTESTS]
Fix potential cut & paste bugs.
svn path=/trunk/; revision=63976
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 17:46:05 +0000 (17:46 +0000)]
[GETUNAME]
- Update definitions of en-US.rc for Unicode 7.0, patch by Baruch Rutman.
- Synchronize the other resource files wrt. en-US.rc. To translators and future "synchronizer" 8^) : please keep in mind that you need also to synchronize all the other language files!
svn path=/trunk/; revision=63975
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 15:06:14 +0000 (15:06 +0000)]
[KERNEL32]: Russian translation update by Olimjon Kudratov.
CORE-8450 #resolve #comment Committed, thanks!
svn path=/trunk/; revision=63974
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 14:42:57 +0000 (14:42 +0000)]
[RAPPS]
Many Improvements and Many Fixes by Erdem Ersoy.
CORE-7710 #comment Version 10 of the patch committed in revision 63973, thanks!
svn path=/trunk/; revision=63973
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 14:29:48 +0000 (14:29 +0000)]
[TRANSLATION]
Turkish translation update by Erdem Ersoy.
CORE-7861 #comment Translation_7.patch, tr-TR.h (for usetup) and trk.nls.patch committed in revision 63972, big thanks!!
svn path=/trunk/; revision=63972
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 14:00:15 +0000 (14:00 +0000)]
[USETUP]: Polish translation by Adam Stachowicz.
CORE-5790 #resolve #comment Usetup polish translation committed in revision 63971, thanks! To all translators: please recheck that nothing was corrupted via encoding problems.
svn path=/trunk/; revision=63971
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 13:52:17 +0000 (13:52 +0000)]
[TASKMGR]
- Czech controls resize by Radek Liska,
- Russian controls resize by Dmitry Gorbachev, Adam Stachowicz & others
- Polish translation update by Adam Stachowicz.
CORE-5790 #comment Layout & translation fixes for the Task manager committed in revision 63970.
svn path=/trunk/; revision=63970
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 13:34:41 +0000 (13:34 +0000)]
[MPLAY32]: Update polish resources, by Adam Stachowicz.
CORE-5790 #comment Polish translation for MPLAY32 committed in revision 63969, thanks :)
svn path=/trunk/; revision=63969
Dmitry Gorbachev [Thu, 28 Aug 2014 07:31:55 +0000 (07:31 +0000)]
[DBGHELP]
Add a missing static keyword.
svn path=/trunk/; revision=63968
Daniel Reimer [Wed, 27 Aug 2014 21:13:33 +0000 (21:13 +0000)]
[TASKMGR]
German translation update. / Fix the "&" locations to follow the Windows XP GER way.
svn path=/trunk/; revision=63967
Sylvain Petreolle [Wed, 27 Aug 2014 21:01:47 +0000 (21:01 +0000)]
strsafe.h++;
svn path=/trunk/; revision=63966
Sylvain Petreolle [Wed, 27 Aug 2014 20:59:27 +0000 (20:59 +0000)]
[EVENTLOG]
Fix crash in LogfCreate when LogName is NULL.
strsafe.h++;
svn path=/trunk/; revision=63965
Sylvain Petreolle [Wed, 27 Aug 2014 20:32:13 +0000 (20:32 +0000)]
Fix PCH=0 build.
svn path=/trunk/; revision=63964