Cameron Gutman
34f3db310e
[NDIS]
...
- Remove unicode debug stuff out of the spinlock
- Add a comment
svn path=/trunk/; revision=54467
2011-11-20 22:31:26 +00:00
Cameron Gutman
4c824654d4
[NDIS]
...
- Fix this indentation atrocity
svn path=/trunk/; revision=54466
2011-11-20 22:25:09 +00:00
Rafal Harabien
a600f07982
[SHELL32] - Fix running batch files from patch containing spaces in ShellExecute API
...
svn path=/trunk/; revision=54465
2011-11-20 22:22:42 +00:00
Cameron Gutman
c2a5965d39
[NDIS]
...
- Print debugging information if a mismatch occurs between requested and returned parameter types
- Print debugging information if a registry read returns a type that NDIS doesn't handle
- Ensure that all digits are less than the base during conversion from string to integer (otherwise it's a string)
svn path=/trunk/; revision=54464
2011-11-20 21:37:16 +00:00
Pierre Schweitzer
7393500ce7
[ADVAPI32_APITEST]
...
Add missing test to CD
svn path=/trunk/; revision=54463
2011-11-20 20:03:46 +00:00
Jérôme Gardou
659fcbe394
[RTL]
...
- explicitly truncate some values, so it doesn't count as an error for compiler/MSVC runtime checker
svn path=/trunk/; revision=54462
2011-11-20 19:45:06 +00:00
Jérôme Gardou
3808ea2f30
[HAL]
...
- truncate PCI vendor id instead of casting it.
MSVC chokes on it with /RTCc
svn path=/trunk/; revision=54461
2011-11-20 17:54:52 +00:00
Jérôme Gardou
99282b754f
[FREELDR]
...
- fix potential integer overflow : casting ULONGLONG to ULONG_PTR is not a good idea.
svn path=/trunk/; revision=54460
2011-11-20 17:37:20 +00:00
Pierre Schweitzer
37bc0a5a08
[KERNEL32]
...
Properly fix GetEnvironmentVariableW and set error in case of RtlInitUnicodeStringEx failure
svn path=/trunk/; revision=54459
2011-11-20 17:00:39 +00:00
Pierre Schweitzer
c1f9c89d62
[NTOSKNRL]
...
Properly check for string
svn path=/trunk/; revision=54458
2011-11-20 16:39:31 +00:00
Aleksey Bragin
ee0296db7d
[RBUILD]
...
- Convert SPACEs to TABs in .rbuild.
svn path=/trunk/; revision=54457
2011-11-20 16:34:16 +00:00
Rafal Harabien
21ac81fe72
[KERNEL32/WIN32CSR] - Use ShowCmd from STARTUPINFO when creating console window
...
svn path=/trunk/; revision=54456
2011-11-20 14:35:41 +00:00
Jérôme Gardou
17abc7b17d
[CRT]
...
- implement _chkesp
svn path=/trunk/; revision=54455
2011-11-20 14:04:40 +00:00
Rafal Harabien
1f402857de
[SHELL32] - Load iCmdShow value from .lnk files
...
svn path=/trunk/; revision=54454
2011-11-20 14:02:48 +00:00
Sylvain Petreolle
23e3ab342d
[USETUP]
...
Use Reactos_Debug for unattended MSVC installs.
svn path=/trunk/; revision=54453
2011-11-19 22:50:04 +00:00
Pierre Schweitzer
4e74b02cd3
[CRT]
...
Break ReactOS CRT:
- Add back crash on NULL pointer arg. This is the behaviour on w2k3.
- Don't skip \\?\ prefix any longer. This is the behaviour on w2k3.
svn path=/trunk/; revision=54452
2011-11-19 22:29:03 +00:00
Pierre Schweitzer
df03d3cc8b
[CRT]
...
Fix MSVC build.
svn path=/trunk/; revision=54451
2011-11-19 22:08:39 +00:00
Pierre Schweitzer
a9e9b29ff5
[MSVCRT_APITEST]
...
Force linking to msvcrt instead of ntdll. Purpose is to test crt from msvcrt not ntdll.
Patch by Sylvain Petreolle.
svn path=/trunk/; revision=54450
2011-11-19 22:06:18 +00:00
Pierre Schweitzer
363b460431
[MSVCRT_APITEST]
...
Fix tests according to the platform they are run on.
This fixes msvcrt_apitest crash on w2k3.
svn path=/trunk/; revision=54449
2011-11-19 21:59:12 +00:00
Eric Kohl
042f97270e
[SYSDM]
...
- Display all hardware profiles
- Add the hardware profile copy dialog to most languages.
- Disable the Up, Down, Property, Copy, Rename and Delete buttons in the Hardware Profiles dialog.
svn path=/trunk/; revision=54448
2011-11-19 19:10:18 +00:00
Pierre Schweitzer
7d1620fa34
[CRT]
...
Check for NaN and set error accordingly
svn path=/trunk/; revision=54447
2011-11-19 19:01:58 +00:00
Jérôme Gardou
ada492283a
[NTOSKRNL]
...
- Add comment regarding r54445
svn path=/trunk/; revision=54446
2011-11-19 17:54:33 +00:00
Jérôme Gardou
e5a8d70847
[NTOSKRNL]
...
- Attempt to fix 3rd stage boot
svn path=/trunk/; revision=54445
2011-11-19 17:32:03 +00:00
Jérôme Gardou
a1c0d36034
[NTOSKRNL]
...
- add some debug prints
svn path=/trunk/; revision=54444
2011-11-19 17:20:39 +00:00
Rafal Harabien
9e8dbbaa34
[INF] - Don't place Polish translation in German section
...
svn path=/trunk/; revision=54443
2011-11-19 17:03:00 +00:00
Jérôme Gardou
8bdd44546a
[WINDEF.H]
...
- you never use enough brackets
svn path=/trunk/; revision=54442
2011-11-19 16:13:31 +00:00
Jérôme Gardou
c2e72c38bd
[NTOSKRNL]
...
- add (yet another) sanity ASSERT
svn path=/trunk/; revision=54441
2011-11-19 16:08:26 +00:00
Pierre Schweitzer
531147c111
[CRT]
...
Reimplemented _scalb properly.
This fixes 19 tests.
svn path=/trunk/; revision=54440
2011-11-19 15:51:45 +00:00
Jérôme Gardou
f3942a15e7
|NTOSKRNL]
...
- fix operands precedence
svn path=/trunk/; revision=54439
2011-11-19 15:50:53 +00:00
Jérôme Gardou
bc4029e9c3
[NTOSKRNL]
...
- do not compare (x & y) with TRUE
svn path=/trunk/; revision=54438
2011-11-19 15:45:20 +00:00
Pierre Schweitzer
83d38617e6
[MSVCRT_APITEST]
...
Add more tests
svn path=/trunk/; revision=54437
2011-11-19 15:05:26 +00:00
Amine Khaldi
3cd3e4c5a8
[NTOSKRNL]
...
* Fix a typo.
svn path=/trunk/; revision=54436
2011-11-19 14:18:23 +00:00
Pierre Schweitzer
30419eda7c
[CRT]
...
Reimplemented _fpclass properly.
This fixes all failing _fpclass tests.
See: http://babbage.cs.qc.cuny.edu/IEEE-754/References.xhtml
Based on OpenAD implementation
svn path=/trunk/; revision=54435
2011-11-19 13:03:17 +00:00
Aleksey Bragin
a3e46bb8dd
[RTL/HEAP]
...
- Bring more awesomeness to the heap manager by zefklop's request:
* Add support for settable user values and flags in RtlAllocateHeap and RtlReAllocateHeap.
* Return error if RtlSetUserValueHeap was unable to set the value.
* Fixes remaining 2 failures of the kernel32_winetest alloc test.
svn path=/trunk/; revision=54434
2011-11-19 11:02:24 +00:00
Pierre Schweitzer
744a62956f
[CRT]
...
_fpclass never returns SNaN class, but only QNaN class.
This fixes 4 more tests
svn path=/trunk/; revision=54433
2011-11-19 10:49:11 +00:00
Pierre Schweitzer
b0adad4294
[CRT]
...
Fix _fpclass prototype
Fix headers included
Remove internal defines that were useless and even not matching real defines.
This fixes 4 tests
svn path=/trunk/; revision=54432
2011-11-19 10:39:58 +00:00
Pierre Schweitzer
47536a6d8e
[CRT]
...
Windows has no _isnanl, _isinfl functions
svn path=/trunk/; revision=54431
2011-11-19 09:46:40 +00:00
Pierre Schweitzer
84212a76b6
[MSVCRT_APITEST]
...
Add more tests
svn path=/trunk/; revision=54430
2011-11-19 09:44:49 +00:00
James Tabor
e7ee1e3edf
- Removes next phase for DesktopWndProcA.
...
svn path=/trunk/; revision=54429
2011-11-19 05:35:35 +00:00
James Tabor
2aea093e9f
[User32]
...
- Updating MsgiAnsiToUnicodeReply fixed bug 4856 and 6650. Mirrored with it's counterpart. More work is needed.
- Adding some future DBCS char support.
- Miscellaneous changes.
svn path=/trunk/; revision=54428
2011-11-19 05:33:26 +00:00
Rafal Harabien
2eb96d5afb
[SYSSETUP]
...
- Close opened handles
- Improve code a bit
svn path=/trunk/; revision=54427
2011-11-19 00:24:58 +00:00
Pierre Schweitzer
a31cce0995
[CRT]
...
Reimplemented _finite properly.
Removed unused _isinf function.
svn path=/trunk/; revision=54426
2011-11-18 22:53:13 +00:00
Pierre Schweitzer
73d88a5f6f
[MSVCRT_APITEST]
...
Add test suite for IEEE floatting-point functions.
It's been tested on w2k3 and it has 0 failed tests.
Some are failing on ReactOS.
svn path=/trunk/; revision=54425
2011-11-18 22:26:35 +00:00
Rafal Harabien
f09717ab8d
[SHELL32] - Fix dereferencing context menu object twice.
...
svn path=/trunk/; revision=54424
2011-11-18 21:07:18 +00:00
Rafal Harabien
63bbb13d4e
[SHELL32] - Fix "No text" warnings when starting control panel
...
svn path=/trunk/; revision=54423
2011-11-18 20:50:26 +00:00
Rafal Harabien
e56b1c65be
[SHELL32] - Improve method names and simplify _ILCreateCPanelApplet
...
svn path=/trunk/; revision=54422
2011-11-18 20:26:33 +00:00
Pierre Schweitzer
f7ea2bd8c6
[EXPLORER]
...
Remove not needed comment
svn path=/trunk/; revision=54421
2011-11-18 19:51:02 +00:00
Pierre Schweitzer
df0329148f
[EXPLORER]
...
Remove dead code/file. ReactOS has its own implementation of those functions.
The file was even not built any longer.
svn path=/trunk/; revision=54420
2011-11-18 19:49:08 +00:00
Rafal Harabien
ccdac7c24c
[SHELL32] - Remove "retrieve display name from control panel app" FIXME - it's already done + minor code improvements.
...
svn path=/trunk/; revision=54419
2011-11-18 19:30:21 +00:00
Cameron Gutman
aefaa2f4f9
[HALX86]
...
- Do not allow software interrupts to preempt code running with interrupts disabled during KfLowerIrql
svn path=/trunk/; revision=54418
2011-11-18 18:53:41 +00:00