Commit graph

48979 commits

Author SHA1 Message Date
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
Pierre Schweitzer
01323f857e [MSVCRT_APITEST]
Add msvcrt_apitest to CDs

svn path=/trunk/; revision=54417
2011-11-18 18:25:44 +00:00
Pierre Schweitzer
0bc955e9cf [MSVCRT_APITEST]
Build msvcrt_apitest

svn path=/trunk/; revision=54416
2011-11-18 18:23:43 +00:00
Cameron Gutman
84002dd3ba [I8042PRT]
- Implement support for hot plugging PS/2 mice if one was present at boot (same requirement as Windows)
- Fixes bug 1395

svn path=/trunk/; revision=54415
2011-11-17 23:41:18 +00:00
Pierre Schweitzer
1f282745da [CRT]
Fix _fpclass.
Spotted by: Vincenzo Cotugno
Reviewed by: Timo Kreuzer

svn path=/trunk/; revision=54414
2011-11-17 22:38:15 +00:00
Rafal Harabien
99f8b1fe06 [SHELL32] - Revert r54404
svn path=/trunk/; revision=54413
2011-11-17 22:19:48 +00:00
Cameron Gutman
88f0deaa71 [I8042PRT]
- Discard extra ACK packets from the mouse during reset
- Fixes certain mice that send the ACK out of order

svn path=/trunk/; revision=54412
2011-11-17 21:19:32 +00:00
Dmitry Gorbachev
e4382eb7d6 [SMSS]
Limit the size of swapfile (to 2GiB). Bug #4760.

svn path=/trunk/; revision=54411
2011-11-17 20:22:16 +00:00
Cameron Gutman
6dd897228b [INF]
- Fix ServiceType value for the ne2000 driver
- Should fix ne2000 installation

svn path=/trunk/; revision=54409
2011-11-17 18:21:58 +00:00
Rafal Harabien
34a7965726 [SHELL32] - Support keys with readable name and default value set to GUID in MyComputer name space. Fixes a warning about "Controls" not beeing GUID.
svn path=/trunk/; revision=54408
2011-11-17 17:33:22 +00:00
James Tabor
44cac5c127 - Add WndProc address to error prints.
svn path=/trunk/; revision=54407
2011-11-17 17:02:01 +00:00
Rafal Harabien
73a27600f4 [KERNEL32]
- Make sure GetEnvironmentVariableW does not use uninitialized variable
- Fix GetDllLoadPath not terminating string with NULL if PATH env variable is not defined. Fixes hang on manual INF selection in New Device wizard.
See issue #6480 for more details.

svn path=/trunk/; revision=54406
2011-11-17 16:44:51 +00:00
Dmitry Gorbachev
5d3b2bfa7c [SERIAL]
Pretend that functions IOCTL_SERIAL_{GET,SET}_{CHARS,HANDFLOW} are 
implemented. It allows PuTTY to set baud rate.

svn path=/trunk/; revision=54405
2011-11-17 15:37:47 +00:00
Rafal Harabien
c09009c2be [SHELL32] - Remove a not needed hack
svn path=/trunk/; revision=54404
2011-11-17 14:33:35 +00:00
Rafal Harabien
602b5f5ddd [SHELL32] - Register Printers folder in ControlPanel namespace. Fixes "Printers is not a GUID" warning
svn path=/trunk/; revision=54403
2011-11-17 14:31:19 +00:00