reactos.git
18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:05:15 +0000 (23:05 +0000)]
Sync to Wine-0_9_4:
Juan Lang <juan_lang@yahoo.com>
- crypt32: Implement more implicit properties, with tests.
- crypt32: Implement CRLDistPoints encoding/decoding.
- rewrite sequence decoding to support context-specific tags, and
  eliminate duplicated code
- implement encoding and decoding of CRLDistPoints
- crypt32: Decode cleanups.
- implement a helper to decode sequences of like types
- use helper functions wherever applicable when decoding
- correct "expected" vs. "got" usage in tests
- fix a few other small bugs
Alexandre Julliard <julliard@winehq.org>
- Take advantage of the __EXCEPT_PAGE_FAULT macro.

svn path=/trunk/; revision=20347

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 22:57:56 +0000 (22:57 +0000)]
Sync to Wine-0_9_4:
Eric Pouech <eric.pouech@wanadoo.fr>
- Const correctness fixes.
- Removed some dead-code.

svn path=/trunk/; revision=20346

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 22:56:31 +0000 (22:56 +0000)]
Sync to Wine-0_9_4:
Dmitry Timoshkov <dmitry@codeweavers.com>
- comctl32: Add a test for the initial tooltip window style settings,
  make it pass under Wine.
Eric Pouech <eric.pouech@wanadoo.fr>
- comctl32: Fixed (harmless) typo.

svn path=/trunk/; revision=20345

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 22:51:29 +0000 (22:51 +0000)]
Sync to Wine-0_9_4:
Alexandre Julliard <julliard@winehq.org>
- winebuild: Allow -register flag for Win32 too.
  This way it can be used as hint for the relay code.
- ntdll: Make __wine_call_from_32_restore_regs take a context pointer.
  Changed exception raise functions to call it explicitly.
- ntdll: New implementation of relay thunks.
  New implementation of relay thunks that doesn't require modifying code
  on the fly, so that the thunks can be put in the text section.
  Some performance improvements.

svn path=/trunk/; revision=20344

18 years agoReplace implementation of QueryServiceConfigW by a stub (like in pre-20255), as rpcrt...
Hervé Poussineau [Mon, 26 Dec 2005 21:47:28 +0000 (21:47 +0000)]
Replace implementation of QueryServiceConfigW by a stub (like in pre-20255), as rpcrt4 throws sometimes an exception and breaks PnP manager

svn path=/trunk/; revision=20343

18 years ago- Set SPINT_DEFAULT, SPINT_REMOVED and SPINT_ACTIVE in interface flags when needed
Hervé Poussineau [Mon, 26 Dec 2005 21:41:02 +0000 (21:41 +0000)]
- Set SPINT_DEFAULT, SPINT_REMOVED and SPINT_ACTIVE in interface flags when needed
- Precise some SP_DEVINSTALL_PARAMS, by replacing them by SP_DEVINSTALL_PARAMS_W
- Don't hardcode some constants

svn path=/trunk/; revision=20342

18 years agoforgot to remove this
Ged Murphy [Mon, 26 Dec 2005 20:48:46 +0000 (20:48 +0000)]
forgot to remove this

svn path=/trunk/; revision=20341

18 years agoShut MSVC warnings up
Ged Murphy [Mon, 26 Dec 2005 20:40:45 +0000 (20:40 +0000)]
Shut MSVC warnings up

svn path=/trunk/; revision=20339

18 years agoAdd CMP_Init_Detection and CMP_Report_LogOn prototypes.
Eric Kohl [Mon, 26 Dec 2005 20:14:24 +0000 (20:14 +0000)]
Add CMP_Init_Detection and CMP_Report_LogOn prototypes.

svn path=/trunk/; revision=20338

18 years agoTake care of flag DI_FLAGSEX_NO_DRVREG_MODIFY
Hervé Poussineau [Mon, 26 Dec 2005 15:55:33 +0000 (15:55 +0000)]
Take care of flag DI_FLAGSEX_NO_DRVREG_MODIFY

svn path=/trunk/; revision=20337

18 years agoFix usage of DI_NOVCP flag
Hervé Poussineau [Mon, 26 Dec 2005 15:25:47 +0000 (15:25 +0000)]
Fix usage of DI_NOVCP flag

svn path=/trunk/; revision=20336

18 years ago-Implement EnumServicesStatusExW.
Eric Kohl [Mon, 26 Dec 2005 15:06:46 +0000 (15:06 +0000)]
-Implement EnumServicesStatusExW.
-Add missing [unique] Attributes to svcctrl.idl.

svn path=/trunk/; revision=20335

18 years agoBetter page file creation that allows for system managed setting. A lot of thanks...
Brandon Turner [Mon, 26 Dec 2005 02:45:49 +0000 (02:45 +0000)]
Better page file creation that allows for system managed setting.  A lot of thanks to Thomas on this patch.

svn path=/trunk/; revision=20334

18 years agofixed creating property pages
Thomas Bluemel [Sun, 25 Dec 2005 23:57:26 +0000 (23:57 +0000)]
fixed creating property pages

svn path=/trunk/; revision=20333

18 years agoperform asynchronous SID lookups
Thomas Bluemel [Sun, 25 Dec 2005 21:20:13 +0000 (21:20 +0000)]
perform asynchronous SID lookups

svn path=/trunk/; revision=20332

18 years agoImplement QueryServiceStatusEx.
Eric Kohl [Sun, 25 Dec 2005 21:19:33 +0000 (21:19 +0000)]
Implement QueryServiceStatusEx.

svn path=/trunk/; revision=20331

18 years agodo not BSD in some test apps I have. it did not check if input buffer for the convert...
Magnus Olsen [Sun, 25 Dec 2005 18:53:39 +0000 (18:53 +0000)]
do not BSD in some test apps I have. it did not check if input buffer for the convert string was NULL or not.

svn path=/trunk/; revision=20330

18 years agoCopy driver files only once
Hervé Poussineau [Sun, 25 Dec 2005 15:00:05 +0000 (15:00 +0000)]
Copy driver files only once

svn path=/trunk/; revision=20329

18 years ago- Implement EnumServicesStatusW.
Eric Kohl [Sun, 25 Dec 2005 14:45:30 +0000 (14:45 +0000)]
- Implement EnumServicesStatusW.
- Add server stubs for ChangeServiceConfigA, GetServiceDisplayNameA, GetServiceKeyNameA and QueryServiceStatusEx.

svn path=/trunk/; revision=20328

18 years agoaddig follow reslution to select betwin vbe_640x480x16, vbe_800x600x8, vbe_1024x768x8...
Magnus Olsen [Sun, 25 Dec 2005 10:35:23 +0000 (10:35 +0000)]
addig follow reslution to select betwin vbe_640x480x16, vbe_800x600x8, vbe_1024x768x8, vbe_1024x768x16

svn path=/trunk/; revision=20327

18 years agoAdding same bug fix as 20303 to vfprintf.c it did have same problem. thx for GvG...
Magnus Olsen [Sun, 25 Dec 2005 02:55:18 +0000 (02:55 +0000)]
Adding same bug fix as 20303 to vfprintf.c it did have same problem. thx for GvG bugfix.

svn path=/trunk/; revision=20326

18 years agofixing 20 VS waring msg
Magnus Olsen [Sun, 25 Dec 2005 02:05:50 +0000 (02:05 +0000)]
fixing 20 VS waring msg

svn path=/trunk/; revision=20325

18 years agoClose the key only if we have opened it (it's not the case when the subkey name is...
Hervé Poussineau [Sat, 24 Dec 2005 23:24:40 +0000 (23:24 +0000)]
Close the key only if we have opened it (it's not the case when the subkey name is empty)

svn path=/trunk/; revision=20324

18 years agoAllow more than one USB controller
Hervé Poussineau [Sat, 24 Dec 2005 17:56:23 +0000 (17:56 +0000)]
Allow more than one USB controller

svn path=/trunk/; revision=20323

18 years agoFixed Cz.rc to SUBLANG_DEFAULT so make VS happy
Magnus Olsen [Sat, 24 Dec 2005 17:50:01 +0000 (17:50 +0000)]
Fixed Cz.rc to SUBLANG_DEFAULT so make VS happy
Fixed Es.rc to SUBLANG_NEUTRAL so make VS happy

svn path=/trunk/; revision=20322

18 years agoFix transfer summary
Gé van Geldorp [Sat, 24 Dec 2005 14:28:05 +0000 (14:28 +0000)]
Fix transfer summary

svn path=/trunk/; revision=20321

18 years agoThere's a difference between a handle and an object... Sorry about this
Gé van Geldorp [Sat, 24 Dec 2005 09:33:35 +0000 (09:33 +0000)]
There's a difference between a handle and an object... Sorry about this

svn path=/trunk/; revision=20320

18 years agofixed typo
Royce Mitchell III [Sat, 24 Dec 2005 07:21:22 +0000 (07:21 +0000)]
fixed typo

svn path=/trunk/; revision=20319

18 years agofirst attempt at a hebrew keyboard
Royce Mitchell III [Sat, 24 Dec 2005 05:36:38 +0000 (05:36 +0000)]
first attempt at a hebrew keyboard

svn path=/trunk/; revision=20318

18 years agoChecking memory allocation return values helps prevent crashes
Gé van Geldorp [Fri, 23 Dec 2005 20:47:54 +0000 (20:47 +0000)]
Checking memory allocation return values helps prevent crashes

svn path=/trunk/; revision=20316

18 years agoSend delayed ACKs after 200ms instead of 2500ms
Gé van Geldorp [Fri, 23 Dec 2005 20:46:48 +0000 (20:46 +0000)]
Send delayed ACKs after 200ms instead of 2500ms

svn path=/trunk/; revision=20315

18 years agoForce Nagle algorithm off for loopback
Gé van Geldorp [Fri, 23 Dec 2005 20:44:39 +0000 (20:44 +0000)]
Force Nagle algorithm off for loopback

svn path=/trunk/; revision=20314

18 years agoAllow to choose between 800x600x16 and 640x480x8 as default resolution in first stage...
Maarten Bosma [Fri, 23 Dec 2005 18:03:12 +0000 (18:03 +0000)]
Allow to choose between 800x600x16 and 640x480x8 as default resolution in first stage installer.

svn path=/trunk/; revision=20313

18 years ago-Add QueryServiceConfig2A stub.
Eric Kohl [Fri, 23 Dec 2005 15:56:51 +0000 (15:56 +0000)]
-Add QueryServiceConfig2A stub.
-Implement QueryServiceObjectSecurity and SetServiceObjectSecurity.

svn path=/trunk/; revision=20311

18 years agoForgot this file!
Eric Kohl [Fri, 23 Dec 2005 15:46:03 +0000 (15:46 +0000)]
Forgot this file!
Exports CMP_InitDetection, CMP_Report_LogOn, CM_Move_DevNode[_Ex], CM_Setup_DevNode[_Ex] and CM_Uninstall_DevNode[_Ex].

svn path=/trunk/; revision=20310

18 years agoReturn error code that oskit understands. Fixes ftp upload.
Gé van Geldorp [Thu, 22 Dec 2005 22:23:07 +0000 (22:23 +0000)]
Return error code that oskit understands. Fixes ftp upload.

svn path=/trunk/; revision=20305

18 years agoSilence debug message
Gé van Geldorp [Thu, 22 Dec 2005 22:22:14 +0000 (22:22 +0000)]
Silence debug message

svn path=/trunk/; revision=20304

18 years agoFix nul stripping and get GreatLord of my back ;-)
Gé van Geldorp [Thu, 22 Dec 2005 20:41:46 +0000 (20:41 +0000)]
Fix nul stripping and get GreatLord of my back ;-)

svn path=/trunk/; revision=20303

18 years agoOnly allow bmp since it is the only format supported by reactos.
Maarten Bosma [Thu, 22 Dec 2005 16:30:37 +0000 (16:30 +0000)]
Only allow bmp since it is the only format supported by reactos.

svn path=/trunk/; revision=20301

18 years agomsmouse.inf: Change some section names to be able to install the vmware mouse driver...
Hervé Poussineau [Thu, 22 Dec 2005 13:57:52 +0000 (13:57 +0000)]
msmouse.inf: Change some section names to be able to install the vmware mouse driver (still not working)
usbport.inf: Add identifier for Intel 82371SB PIIX3 USB controller

svn path=/trunk/; revision=20300

18 years agoExpand the value if we have a REG_EXPAND_SZ entry
Hervé Poussineau [Thu, 22 Dec 2005 13:54:07 +0000 (13:54 +0000)]
Expand the value if we have a REG_EXPAND_SZ entry

svn path=/trunk/; revision=20299

18 years agoRemove debugging breakpoint accidentally left in
Gé van Geldorp [Thu, 22 Dec 2005 11:50:12 +0000 (11:50 +0000)]
Remove debugging breakpoint accidentally left in

svn path=/trunk/; revision=20298

18 years agoRemember the last allocated port and try to allocate the next one on the
Gé van Geldorp [Thu, 22 Dec 2005 11:44:16 +0000 (11:44 +0000)]
Remember the last allocated port and try to allocate the next one on the
following call (prevents 1024 from being allocated each time)

svn path=/trunk/; revision=20297

18 years agoBug 1158 French translation from French translation team by zoken <mustang9...
Magnus Olsen [Wed, 21 Dec 2005 21:29:07 +0000 (21:29 +0000)]
Bug 1158  French translation from French translation team by      zoken <mustang9@gmail.com>

svn path=/trunk/; revision=20296

18 years agoBug 1157 French translation from French translation team by zoken <mustang9...
Magnus Olsen [Wed, 21 Dec 2005 21:25:59 +0000 (21:25 +0000)]
Bug 1157  French translation from French translation team by      zoken <mustang9@gmail.com>

svn path=/trunk/; revision=20295

18 years agoBug 1166 part 2 of 2 French translation from French translation team by cmoibenlepr...
Magnus Olsen [Wed, 21 Dec 2005 21:19:04 +0000 (21:19 +0000)]
Bug 1166 part 2 of 2  French translation from French translation team by  cmoibenlepro <cmoibenlepro@hotmail.com>

svn path=/trunk/; revision=20294

18 years agoBug 1166 part 1 of 2 French translation from French translation team by cmoibenlepr...
Magnus Olsen [Wed, 21 Dec 2005 21:12:35 +0000 (21:12 +0000)]
Bug 1166 part 1 of 2  French translation from French translation team by  cmoibenlepro <cmoibenlepro@hotmail.com>

svn path=/trunk/; revision=20293

18 years agoBug 1155 French translation from French translation team by zoken <mustang9...
Magnus Olsen [Wed, 21 Dec 2005 21:07:03 +0000 (21:07 +0000)]
Bug 1155  French translation from French translation team by     zoken <mustang9@gmail.com

svn path=/trunk/; revision=20292

18 years agoBug 1163 French translation from Jerome Signouret "ggcom" by ReactOS French translat...
Magnus Olsen [Wed, 21 Dec 2005 20:58:08 +0000 (20:58 +0000)]
Bug 1163  French translation from Jerome Signouret "ggcom" by ReactOS French translation team

svn path=/trunk/; revision=20291

18 years agoBug 1162 correct French translation by Jerome Signouret "ggcom"
Magnus Olsen [Wed, 21 Dec 2005 20:50:15 +0000 (20:50 +0000)]
Bug 1162 correct French translation by Jerome Signouret "ggcom"

svn path=/trunk/; revision=20290

18 years agomake functions match their declarations
Thomas Bluemel [Wed, 21 Dec 2005 19:07:47 +0000 (19:07 +0000)]
make functions match their declarations

svn path=/trunk/; revision=20288

18 years agofixed difference in signedness warning
Thomas Bluemel [Wed, 21 Dec 2005 19:07:47 +0000 (19:07 +0000)]
fixed difference in signedness warning

svn path=/trunk/; revision=20287

18 years agoFix compiling. Thanks to filip.
James Tabor [Wed, 21 Dec 2005 18:03:28 +0000 (18:03 +0000)]
Fix compiling. Thanks to filip.

svn path=/trunk/; revision=20286

18 years agoPartly implement SetupDiInstallDeviceInterfaces
Hervé Poussineau [Wed, 21 Dec 2005 14:43:02 +0000 (14:43 +0000)]
Partly implement SetupDiInstallDeviceInterfaces

svn path=/trunk/; revision=20284

18 years ago- Fix horribly broken implementation of SetupInstallServicesFromInfSectionExW, which...
Hervé Poussineau [Wed, 21 Dec 2005 12:28:55 +0000 (12:28 +0000)]
- Fix horribly broken implementation of SetupInstallServicesFromInfSectionExW, which should install a whole Services section and not a particular service.
- Simplify handling of Include and Needs directives

svn path=/trunk/; revision=20283

18 years agomissed an error check
Ged Murphy [Tue, 20 Dec 2005 23:54:21 +0000 (23:54 +0000)]
missed an error check

svn path=/trunk/; revision=20282

18 years agoAdd missing RtlMakeSelfRelatedSd prototype.
Eric Kohl [Tue, 20 Dec 2005 23:16:09 +0000 (23:16 +0000)]
Add missing RtlMakeSelfRelatedSd prototype.

svn path=/trunk/; revision=20281

18 years agoThe function epilog is responsible for removing the final exception frame
Gé van Geldorp [Tue, 20 Dec 2005 20:42:30 +0000 (20:42 +0000)]
The function epilog is responsible for removing the final exception frame

svn path=/trunk/; revision=20280

18 years agofix output for local connections
Ged Murphy [Tue, 20 Dec 2005 20:36:38 +0000 (20:36 +0000)]
fix output for local connections

svn path=/trunk/; revision=20279

18 years agoDon't try to dereference possible NULL pointers
Hervé Poussineau [Tue, 20 Dec 2005 20:07:40 +0000 (20:07 +0000)]
Don't try to dereference possible NULL pointers

svn path=/trunk/; revision=20277

18 years ago- shut some of the msvc warnings up
Ged Murphy [Tue, 20 Dec 2005 19:54:25 +0000 (19:54 +0000)]
- shut some of the msvc warnings up
- change malloc's to HeapAlloc's
- fix memory leaks

svn path=/trunk/; revision=20276

18 years agowhen message is not unicode then SendMessageA should be used. Fixes #1152 and combobo...
Sebastian Gasiorek [Tue, 20 Dec 2005 13:24:47 +0000 (13:24 +0000)]
when message is not unicode then SendMessageA should be used. Fixes #1152 and combobox in "Run..." dialog

svn path=/trunk/; revision=20275

18 years agoHonor DI_ENUMSINGLEINF flag in SetupDiBuildDriverInfoList
Hervé Poussineau [Tue, 20 Dec 2005 09:45:53 +0000 (09:45 +0000)]
Honor DI_ENUMSINGLEINF flag in SetupDiBuildDriverInfoList
Implement SetupDiGetSelectedDevice/SetupDiSetSelectedDevice

svn path=/trunk/; revision=20274

18 years ago/me loves Raymond
Gé van Geldorp [Mon, 19 Dec 2005 17:58:17 +0000 (17:58 +0000)]
/me loves Raymond

svn path=/trunk/; revision=20273

18 years agoImplement SetupDiGetDeviceInfoListClass
Hervé Poussineau [Mon, 19 Dec 2005 15:08:55 +0000 (15:08 +0000)]
Implement SetupDiGetDeviceInfoListClass
Parse 'Include' and 'Needs' directives in SetupInstallFromInfSectionW and when installing services

svn path=/trunk/; revision=20271

18 years agoupdated Polish translation by Wiktor Maryniowski
Sebastian Gasiorek [Mon, 19 Dec 2005 13:26:53 +0000 (13:26 +0000)]
updated Polish translation by Wiktor Maryniowski

svn path=/trunk/; revision=20270

18 years agoImplement SetupDiGetActualSectionToInstallExA/W
Hervé Poussineau [Mon, 19 Dec 2005 13:09:22 +0000 (13:09 +0000)]
Implement SetupDiGetActualSectionToInstallExA/W

svn path=/trunk/; revision=20269

18 years agoInstall "ClassInstall32.Services" section in SetupDiInstallClassExW
Hervé Poussineau [Mon, 19 Dec 2005 10:43:08 +0000 (10:43 +0000)]
Install "ClassInstall32.Services" section in SetupDiInstallClassExW

svn path=/trunk/; revision=20268

18 years agoImplement SetupDiInstallClassExA
Hervé Poussineau [Mon, 19 Dec 2005 10:15:06 +0000 (10:15 +0000)]
Implement SetupDiInstallClassExA
Implement parts of SetupDiInstallClassExW

svn path=/trunk/; revision=20267

18 years agocommit franch translation from bugzila http://www.reactos.org/bugzilla/show_bug.cgi...
Magnus Olsen [Mon, 19 Dec 2005 00:11:04 +0000 (00:11 +0000)]
commit franch translation from bugzila reactos.org/bugzilla/show_bug.cgi?id=1150

svn path=/trunk/; revision=20265

18 years agoDetach GUI process from console
Gé van Geldorp [Sun, 18 Dec 2005 23:21:58 +0000 (23:21 +0000)]
Detach GUI process from console

svn path=/trunk/; revision=20264

18 years agoin function deformat_environment did cut of one letter of GetEnvironmentVariableW...
Magnus Olsen [Sun, 18 Dec 2005 23:13:05 +0000 (23:13 +0000)]
in function deformat_environment did cut of one letter of GetEnvironmentVariableW at beigner in second call. it try found example LLUSERSPROFILE but it mean ALLUSERSPROFILE. fixed by me and hpussin.

svn path=/trunk/; revision=20263

18 years agoFix serial mouse type detection
Hervé Poussineau [Sun, 18 Dec 2005 23:00:00 +0000 (23:00 +0000)]
Fix serial mouse type detection
Shut up some debug message

svn path=/trunk/; revision=20261

18 years ago- Move SetServiceObjectSecurity to the right file.
Eric Kohl [Sun, 18 Dec 2005 21:38:05 +0000 (21:38 +0000)]
- Move SetServiceObjectSecurity to the right file.
- Pass arguments to ANSI services.

svn path=/trunk/; revision=20259

18 years agoFix C++ exception handling
Gé van Geldorp [Sun, 18 Dec 2005 20:58:32 +0000 (20:58 +0000)]
Fix C++ exception handling

svn path=/trunk/; revision=20257

18 years agoFix little bug which prevented IRP_MJ_PNP to be forwarded to lower driver
Hervé Poussineau [Sun, 18 Dec 2005 20:50:26 +0000 (20:50 +0000)]
Fix little bug which prevented IRP_MJ_PNP to be forwarded to lower driver
Set eol-style to native for usbstor driver files

svn path=/trunk/; revision=20256

18 years agoImplement QueryServiceConfigW.
Eric Kohl [Sun, 18 Dec 2005 19:50:53 +0000 (19:50 +0000)]
Implement QueryServiceConfigW.

svn path=/trunk/; revision=20255

18 years agoFix typo, which lead to be unable to create services with a description text
Hervé Poussineau [Sun, 18 Dec 2005 18:14:25 +0000 (18:14 +0000)]
Fix typo, which lead to be unable to create services with a description text

svn path=/trunk/; revision=20253

18 years agoUse the right default value for the serial port baud rate
Hervé Poussineau [Sun, 18 Dec 2005 18:12:36 +0000 (18:12 +0000)]
Use the right default value for the serial port baud rate

svn path=/trunk/; revision=20251

18 years agoforget reformat the code so it look nice in editor
Magnus Olsen [Sun, 18 Dec 2005 17:53:33 +0000 (17:53 +0000)]
forget reformat the code so it look nice in editor

svn path=/trunk/; revision=20250

18 years agofix follow bug hex->dec, bin->dec, oct->dec, now all converting should work fine...
Magnus Olsen [Sun, 18 Dec 2005 17:52:28 +0000 (17:52 +0000)]
fix follow bug hex->dec, bin->dec, oct->dec, now all converting should work fine. I have not found any more problem with it.

svn path=/trunk/; revision=20249

18 years agoRemove oleaut32 from api status
Casper Hornstrup [Sun, 18 Dec 2005 17:40:51 +0000 (17:40 +0000)]
Remove oleaut32 from api status

svn path=/trunk/; revision=20248

18 years agoFix the returned pointer in CopyUp.
Hartmut Birr [Sun, 18 Dec 2005 17:15:39 +0000 (17:15 +0000)]
Fix the returned pointer in CopyUp.

svn path=/trunk/; revision=20247

18 years agoadding binary convert tested betwin dec -> bin -> hex -> bin -> oct and works
Magnus Olsen [Sun, 18 Dec 2005 17:05:35 +0000 (17:05 +0000)]
adding binary convert tested betwin dec -> bin -> hex -> bin -> oct and works

svn path=/trunk/; revision=20246

18 years agoFix partily of bug 1149, left todo is binary show. Follow thing : Hex, dec, oct shoul...
Magnus Olsen [Sun, 18 Dec 2005 16:03:35 +0000 (16:03 +0000)]
Fix partily of bug 1149, left todo is binary show. Follow thing : Hex, dec, oct should work fine now and convert betwin them

svn path=/trunk/; revision=20245

18 years agoadd allowwarnings ="true" so txtscale can be build with dgb=0 with gcc 3.4.4
Magnus Olsen [Sun, 18 Dec 2005 12:32:05 +0000 (12:32 +0000)]
add allowwarnings ="true"  so txtscale can be build with dgb=0  with gcc 3.4.4

svn path=/trunk/; revision=20244

18 years agodon't typecast constant strings
Thomas Bluemel [Sun, 18 Dec 2005 11:04:04 +0000 (11:04 +0000)]
don't typecast constant strings

svn path=/trunk/; revision=20243

18 years agoRemove ole32 from api status
Casper Hornstrup [Sun, 18 Dec 2005 10:58:46 +0000 (10:58 +0000)]
Remove ole32 from api status

svn path=/trunk/; revision=20242

18 years agoremove my last change for w3seek did not like it. and gave some good point why
Magnus Olsen [Sun, 18 Dec 2005 09:55:29 +0000 (09:55 +0000)]
remove my last change for w3seek did not like it. and gave some good point why

svn path=/trunk/; revision=20241

18 years agoadd -fforce-addr -fmerge-all-constants -fmove-all-movables -funit-at-a-time to DBG...
Magnus Olsen [Sun, 18 Dec 2005 09:36:32 +0000 (09:36 +0000)]
add  -fforce-addr -fmerge-all-constants -fmove-all-movables -funit-at-a-time to DBG=0 Old setting did produce 1.06MB of comctl32.dll new setting produce it to 940KB. it will produce smaller file size for all file.

svn path=/trunk/; revision=20240

18 years agoputenv should return success on deletion of nonexistent variable.
Sebastian Gasiorek [Sun, 18 Dec 2005 01:29:18 +0000 (01:29 +0000)]
putenv should return success on deletion of nonexistent variable.
fixes one "msvcrt environ" test

svn path=/trunk/; revision=20239

18 years ago"MSVCRT memcpy behaves like memmove for overlapping moves"
Sebastian Gasiorek [Sun, 18 Dec 2005 00:43:58 +0000 (00:43 +0000)]
"MSVCRT memcpy behaves like memmove for overlapping moves"
Fixes wine msvcrt string test

svn path=/trunk/; revision=20238

18 years agofixed error codes returned when memory allocations failed
Thomas Bluemel [Sun, 18 Dec 2005 00:05:08 +0000 (00:05 +0000)]
fixed error codes returned when memory allocations failed

svn path=/trunk/; revision=20237

18 years agoRemove winmm from api status
Casper Hornstrup [Sun, 18 Dec 2005 00:00:18 +0000 (00:00 +0000)]
Remove winmm from api status

svn path=/trunk/; revision=20236

18 years agoRemove shell32 from api status
Casper Hornstrup [Sat, 17 Dec 2005 23:13:00 +0000 (23:13 +0000)]
Remove shell32 from api status

svn path=/trunk/; revision=20235

18 years agoAlexander Wurzinger(Lohnegrim)' E-Mail 'Lohnegrim@gmx.net' fix follow bugs Commend...
Magnus Olsen [Sat, 17 Dec 2005 21:51:36 +0000 (21:51 +0000)]
Alexander Wurzinger(Lohnegrim)' E-Mail 'Lohnegrim@gmx.net'  fix follow bugs Commend "'type/p','dir/p','dir/s','dir/p/s' did not work with CTRL+C"\n"'pause' does not continie ones you Press Ctrl/Shift/Alt"

svn path=/trunk/; revision=20234

18 years agorename IsDeviceEnabled to IsDeviceStarted
Thomas Bluemel [Sat, 17 Dec 2005 21:41:15 +0000 (21:41 +0000)]
rename IsDeviceEnabled to IsDeviceStarted

svn path=/trunk/; revision=20233

18 years agofixed IsUserAdmin and enable the calls to it
Thomas Bluemel [Sat, 17 Dec 2005 21:13:36 +0000 (21:13 +0000)]
fixed IsUserAdmin and enable the calls to it

svn path=/trunk/; revision=20232

18 years agouse the captured link target string length in NtCreateSymbolicLinkObject. Spotted...
Thomas Bluemel [Sat, 17 Dec 2005 20:59:51 +0000 (20:59 +0000)]
use the captured link target string length in NtCreateSymbolicLinkObject. Spotted by zebasoftis.

svn path=/trunk/; revision=20231

18 years agoadd allowwarnings ="true" so ibrowser can be build with dgb=0 with gcc 3.4.4
Magnus Olsen [Sat, 17 Dec 2005 20:59:44 +0000 (20:59 +0000)]
add allowwarnings ="true"  so ibrowser can be build with dgb=0  with gcc 3.4.4

svn path=/trunk/; revision=20230