Pierre Schweitzer
33a4bc0181
[CRT]
...
Apply r58698 here as well
svn path=/trunk/; revision=58700
2013-04-06 23:14:29 +00:00
Pierre Schweitzer
fc5a3bdf72
[CRT]
...
Apply r58698 here as well
svn path=/trunk/; revision=58699
2013-04-06 23:12:45 +00:00
Pierre Schweitzer
9b998f38df
[CRT]
...
Fix format according to var
svn path=/trunk/; revision=58698
2013-04-06 23:10:55 +00:00
Jérôme Gardou
ca42a3e9f5
[PSDK]
...
* Don't be so complicated for defining the DEFINE_GUIDSTRUCT and DEFINE_GUIDNAMED macros on GCC
CORE-7052 #comment fixed in 58697, thanks. #resolve
svn path=/trunk/; revision=58697
2013-04-06 22:38:00 +00:00
Jérôme Gardou
bffc9025eb
[KERNEL32_APITEST]
...
- Invoke some black voodoo for fixing linux builder
svn path=/trunk/; revision=58694
2013-04-06 19:34:54 +00:00
Jérôme Gardou
583947dac6
[KERNEL32_APITEST]
...
- Try to fix linux builder
svn path=/trunk/; revision=58693
2013-04-06 19:26:35 +00:00
Jérôme Gardou
000b53fe3e
[KERNEL32_APITEST]
...
- Add a test verifying that the filter set with SetUnhandledExceptionFilter is called.
Take this as an occasion to demonstrate a bug with SSE exceptions in ReactOS
svn path=/trunk/; revision=58692
2013-04-06 19:15:11 +00:00
Jérôme Gardou
f380de49ba
[CRT]
...
- Add definition and GCC implementation of _mm_setcsr and _mm_getcsr
svn path=/trunk/; revision=58691
2013-04-06 19:13:01 +00:00
Thomas Faber
69889ed097
[SHELL32]
...
- Improve IShellItem implementation. Patch by Katayama Hirofumi MZ.
CORE-7063 #resolve
svn path=/trunk/; revision=58687
2013-04-06 12:12:43 +00:00
Amine Khaldi
8d892dc056
[PSDK]
...
* Add DEFAULT_UNREACHABLE macro to ntdef.h.
* Add break to the last case.
svn path=/trunk/; revision=58686
2013-04-06 10:36:24 +00:00
Amine Khaldi
ba43b2590a
[CMAKE]
...
* Don't set the compiler and linker PDB to the same file (it's the linker's PDB that matters).
* No code changes, 12% faster msvc build.
svn path=/trunk/; revision=58685
2013-04-06 10:09:01 +00:00
Timo Kreuzer
f73c34fe9a
[NTDLL_APITEST]
...
Add more tests for NtAllocateVirtualMemory and NtMapViewOfSection, make tests 64 bit compatible.
svn path=/trunk/; revision=58684
2013-04-05 19:19:14 +00:00
Hermès Bélusca-Maïto
7b8d59daea
[REACTOS]
...
"isnt" --> "isn't" and "arent" --> "aren't"
svn path=/trunk/; revision=58682
2013-04-04 20:26:36 +00:00
Hermès Bélusca-Maïto
c69b2451d0
[REACTOS]
...
Fix a remaining "initialize" misspelling here, too.
svn path=/trunk/; revision=58681
2013-04-04 20:15:34 +00:00
Hermès Bélusca-Maïto
1e6feb87df
[ROSAPPS]
...
Fix remaining "initialize" misspellings.
svn path=/trunk/; revision=58680
2013-04-04 20:13:05 +00:00
Hermès Bélusca-Maïto
645b7d2b00
[REACTOS]
...
Fix TOO MANY !! :(((( "initialize" misspellings.
Note1: One remains in subsystems/csr/csrsrv/init.c, but will be corrected in my future csrss branch merging.
Note2: In ntoskrnl/se/semgr.c, one tries to create the "LSA_AUTHENTICATION_INITALIZED" event. This is ROS-SPECIFIC !!!! In the sense that it doesn't exist on Windows. Instead, the "LSA_AUTHENTICATION_INITIALIZED" exists. Correct that fact.
svn path=/trunk/; revision=58679
2013-04-04 20:11:17 +00:00
Hermès Bélusca-Maïto
fed0b44fc6
[ROSTESTS]
...
Correct spelling and Co.
svn path=/trunk/; revision=58678
2013-04-04 19:47:42 +00:00
Hermès Bélusca-Maïto
c45852fcfd
[ROSAPPS]
...
Fix "initialize" misspelling.
svn path=/trunk/; revision=58677
2013-04-04 19:44:23 +00:00
Hermès Bélusca-Maïto
cd804b45cb
[ROSAPPS]
...
Fix the remaining 'lenght' --> 'length' misspelling.
svn path=/trunk/; revision=58676
2013-04-04 19:41:50 +00:00
Hermès Bélusca-Maïto
554aec3663
[REACTOS]
...
Fix the remaining 'lenght' --> 'length' misspelling.
There are others, but in 3rd-party code. So don't correct them.
svn path=/trunk/; revision=58675
2013-04-04 19:39:56 +00:00
Hermès Bélusca-Maïto
82eb1bf74f
[ROSTESTS]
...
Fix spelling of 'length' in various places.
Patch by andygui
CORE-7043 #resolve #comment Part for ROSTests committed in r58674, thanks!
svn path=/trunk/; revision=58674
2013-04-04 19:35:20 +00:00
Hermès Bélusca-Maïto
3ab4c09ac2
[ROSAPPS]
...
Fix spelling of 'length' in various places.
Patch by andygui
CORE-7043 #comment Part for ROSApps committed in r58673, thanks!
svn path=/trunk/; revision=58673
2013-04-04 19:34:27 +00:00
Hermès Bélusca-Maïto
26895da7e6
[REACTOS]
...
Fix spelling of 'length' in various places.
Patch by andygui
Concerning kdio.c, we can see that the original author didn't see his misspelling since he used two different variables named:
KdpScreenLineLength and KdpScreenLineLenght ! ; the latter being renamed here KdpScreenLineLengthDefault to make the difference.
CORE-7043 #comment Part for ReactOS committed in r58672, thanks!
svn path=/trunk/; revision=58672
2013-04-04 19:29:36 +00:00
Hermès Bélusca-Maïto
b15a7e9255
[RAPPS]
...
Address grammatical issues with reactos/base/applications/rapps/lang/fr-FR.rc resource script
Patch by andygui
CORE-7044 #resolve #comment Problem solved ;) r58671
svn path=/trunk/; revision=58671
2013-04-04 19:11:04 +00:00
Amine Khaldi
cdd1747af0
[CRT/LOCALE]
...
* Improve the locale support a bit up to Wine 1.5.26.
svn path=/trunk/; revision=58670
2013-04-03 22:46:22 +00:00
Amine Khaldi
8becae201d
[CRYPT32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58669
2013-04-03 22:43:36 +00:00
Amine Khaldi
a3d0b85dbe
[CRYPT32]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58668
2013-04-03 22:43:22 +00:00
Amine Khaldi
a490eca5f6
* Fix the unix build.
...
svn path=/trunk/; revision=58667
2013-04-03 22:03:06 +00:00
Amine Khaldi
ec92213735
[MSI_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58666
2013-04-03 21:58:14 +00:00
Amine Khaldi
0b598500b3
[MSI]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58665
2013-04-03 21:58:03 +00:00
Amine Khaldi
27a7122a84
[JSCRIPT_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58664
2013-04-03 21:20:05 +00:00
Amine Khaldi
357c11eb16
[JSCRIPT]
...
* Sync with Wine 1.5.26.
CORE-7049
svn path=/trunk/; revision=58663
2013-04-03 21:19:50 +00:00
Amine Khaldi
e5f31224e2
[PSDK]
...
* Import DEFAULT_UNREACHABLE from Wine.
svn path=/trunk/; revision=58662
2013-04-03 21:16:57 +00:00
Giannis Adamopoulos
2484252bc4
- Fix some tests for OpenInputDesktop and add some more
...
svn path=/trunk/; revision=58661
2013-04-03 14:23:02 +00:00
Jérôme Gardou
1e9daf540e
[MESA32]
...
* Disable SSE optimizations, as they only cause mayhem.
svn path=/trunk/; revision=58660
2013-04-03 12:02:58 +00:00
Jérôme Gardou
ed6dfe5bc8
[CDROM]
...
* Fix a typo.
Found by PVS-Studio
svn path=/trunk/; revision=58659
2013-04-03 11:33:26 +00:00
Hermès Bélusca-Maïto
e98477b609
[FREELDR]
...
- Further improve FreeLdr's edit-boxes editing capabilities, by supporting insert-mode (only at the moment), backspace and delete to remove a character, moving left or right, going to the beginning or to the end of the string.
- Add a helper function DrawText2 to allow for displaying partial string (giving a maximum number of characters to display).
Enjoy :)
svn path=/trunk/; revision=58658
2013-04-02 22:49:03 +00:00
Sylvain Petreolle
bfb9325fda
Arch, don't try to fix build when it has been fixed.
...
Reverts 58656.
svn path=/trunk/; revision=58657
2013-04-02 21:13:35 +00:00
Sylvain Petreolle
62af9e0980
[CMIPCI]
...
Link to chkstk.
svn path=/trunk/; revision=58656
2013-04-02 21:04:02 +00:00
Jérôme Gardou
5ad1b4a185
[CRT]
...
* revert r58654, it was not necessary
svn path=/trunk/; revision=58655
2013-04-02 21:02:50 +00:00
Jérôme Gardou
7e7500bd93
[CRT]
...
* Don't use the builtin version of _alloca
svn path=/trunk/; revision=58654
2013-04-02 20:27:39 +00:00
Jérôme Gardou
a3c3a4df99
[CMIPCI]
...
* 10 commits later...
svn path=/trunk/; revision=58653
2013-04-02 20:14:48 +00:00
Pierre Schweitzer
111b9d1698
[CMIPCI]
...
Allow warnings for the moment
svn path=/trunk/; revision=58652
2013-04-02 20:10:15 +00:00
Pierre Schweitzer
c7e88e5056
[CMICPL]
...
Fix gcc builds
svn path=/trunk/; revision=58651
2013-04-02 20:08:14 +00:00
Jérôme Gardou
77d15c3811
[CMICPL]
...
- This is a C++ module
svn path=/trunk/; revision=58650
2013-04-02 20:04:31 +00:00
Pierre Schweitzer
f4edf37b57
[CMIPCI]
...
Fix headers inclusion under Linux (case sensitive!)
svn path=/trunk/; revision=58649
2013-04-02 19:36:11 +00:00
Jérôme Gardou
a6a0236a4f
[CMAKE]
...
- Do not link drivers to supc++
svn path=/trunk/; revision=58648
2013-04-02 18:42:39 +00:00
Jérôme Gardou
06720167a3
[CMICPL]
...
* Hopefully fix the linux buildbot
svn path=/trunk/; revision=58647
2013-04-02 18:37:53 +00:00
Jérôme Gardou
b35c8e036e
[CMICPL]
...
* fix build on UNIX
svn path=/trunk/; revision=58646
2013-04-02 18:34:12 +00:00
Jérôme Gardou
f3df72403c
[CMAKE]
...
* Fix an embarrassing mistake.
svn path=/trunk/; revision=58645
2013-04-02 18:30:19 +00:00