wine
21 years agoFix NULL pointer error when displaying error message about missing
Robert Shearman [Tue, 13 May 2003 00:28:25 +0000 (00:28 +0000)] 
Fix NULL pointer error when displaying error message about missing
forwarded export.

21 years agoCommented out the new win98 exports, they are causing trouble.
Alexandre Julliard [Mon, 12 May 2003 03:34:00 +0000 (03:34 +0000)] 
Commented out the new win98 exports, they are causing trouble.

21 years agoRtlUnicodeToMultiByteSize argument is not a null terminated string,
Aric Stewart [Mon, 12 May 2003 03:32:56 +0000 (03:32 +0000)] 
RtlUnicodeToMultiByteSize argument is not a null terminated string,
use 'ptr'.

21 years agoAdded missing return in HEAP_ValidateInUseArena.
Dmitry Timoshkov [Mon, 12 May 2003 03:32:07 +0000 (03:32 +0000)] 
Added missing return in HEAP_ValidateInUseArena.

21 years agoImplemented _wfullpath.
Mike McCormack [Mon, 12 May 2003 03:31:16 +0000 (03:31 +0000)] 
Implemented _wfullpath.

21 years agoBetter error return values from stub functions.
Aric Stewart [Mon, 12 May 2003 03:29:50 +0000 (03:29 +0000)] 
Better error return values from stub functions.

21 years agoAdded stub for DllCanUnloadNow.
Aric Stewart [Mon, 12 May 2003 03:28:54 +0000 (03:28 +0000)] 
Added stub for DllCanUnloadNow.

21 years agoIgnore requested access rights when emulated version is not NT.
Aric Stewart [Mon, 12 May 2003 03:28:26 +0000 (03:28 +0000)] 
Ignore requested access rights when emulated version is not NT.

21 years agoFix the PolyPolygon function so it really generates a polypolygon and
Warren Baird [Mon, 12 May 2003 03:27:24 +0000 (03:27 +0000)] 
Fix the PolyPolygon function so it really generates a polypolygon and
not multiple sets of polygons.

21 years agoAllow the cups port to be redirectable. This gives us the option of
Huw Davies [Mon, 12 May 2003 03:26:28 +0000 (03:26 +0000)] 
Allow the cups port to be redirectable.  This gives us the option of
piping the PostScript through something before it gets sent to the
printer (like we can already do for non-cups systems).

21 years agoAdded ordinals to ctl3d32.dll, MyODBC references it by ordinal.
Mike McCormack [Mon, 12 May 2003 03:25:12 +0000 (03:25 +0000)] 
Added ordinals to ctl3d32.dll, MyODBC references it by ordinal.

21 years agoAdded handling of WM_IME_CHAR.
Aric Stewart [Mon, 12 May 2003 03:24:10 +0000 (03:24 +0000)] 
Added handling of WM_IME_CHAR.

21 years agoAdded definition of SS_USERITEM.
Dmitry Timoshkov [Mon, 12 May 2003 03:23:15 +0000 (03:23 +0000)] 
Added definition of SS_USERITEM.

21 years agoAdded stubs for CertSaveStore and CertEnumCertificatesInStore.
Mike McCormack [Mon, 12 May 2003 03:21:45 +0000 (03:21 +0000)] 
Added stubs for CertSaveStore and CertEnumCertificatesInStore.

21 years agoFixed a possible memory corruption.
Huw Davies [Mon, 12 May 2003 03:19:35 +0000 (03:19 +0000)] 
Fixed a possible memory corruption.
Fixed a memory leak.

21 years agoDon't track the system menu for managed windows.
Alexandre Julliard [Mon, 12 May 2003 03:19:03 +0000 (03:19 +0000)] 
Don't track the system menu for managed windows.

21 years ago- surface pool init fixes
Raphael Junqueira [Mon, 12 May 2003 03:10:27 +0000 (03:10 +0000)] 
- surface pool init fixes
- minor indentation and traces fixes
- fix locking/unlocking/dirty behavior (dirtify on lock) +
  optimisations (only copy when dirty)
- fix IDirect3DDevice8::Clear behavior (problem seen after a
  locking/unlocking code error)
- begin to fix volume and cube textures management

21 years ago- separate geometry tracing in a new debug channel (ddraw_geom)
Lionel Ulmer [Mon, 12 May 2003 03:09:17 +0000 (03:09 +0000)] 
- separate geometry tracing in a new debug channel (ddraw_geom)
- added handling for some new texturing ops
- prepare for addition of multi-texturing
- another way to fix the device enumeration for the reference device
- fix compilation with some glext.h files
- fix a bug in one texture conversion function
- added new texture format (but still texturing problems in 3DMark2000)

21 years agoUndef if_type, if_mtu and if_lastchange for darwin.
Pierre d'Herbemont [Mon, 12 May 2003 03:08:18 +0000 (03:08 +0000)] 
Undef if_type, if_mtu and if_lastchange for darwin.

21 years agoAdd support for Darwin's ptrace.
Pierre d'Herbemont [Mon, 12 May 2003 03:07:45 +0000 (03:07 +0000)] 
Add support for Darwin's ptrace.

21 years agoInitialize the dwMipmapCount field even if the application forgets it.
Lionel Ulmer [Sun, 11 May 2003 03:46:53 +0000 (03:46 +0000)] 
Initialize the dwMipmapCount field even if the application forgets it.

21 years ago- added mipmapping support
Lionel Ulmer [Sun, 11 May 2003 03:44:53 +0000 (03:44 +0000)] 
- added mipmapping support
- added locking for concurrent access to the D3D device
- improved tracing
- added support for most texture combine stages (inspired by the D3D8
  code)
- disable current lock / unlock code pending proper solution

21 years agoImplemented Get/SetToolTips functions.
Stephan Beuze [Sun, 11 May 2003 03:44:13 +0000 (03:44 +0000)] 
Implemented Get/SetToolTips functions.

21 years agoOrdinals 410-413 are the window subclassing functions.
Alexandre Julliard [Sun, 11 May 2003 03:40:59 +0000 (03:40 +0000)] 
Ordinals 410-413 are the window subclassing functions.

21 years agoStore the HTML into index.html like for the other docs.
Alexandre Julliard [Sun, 11 May 2003 03:38:37 +0000 (03:38 +0000)] 
Store the HTML into index.html like for the other docs.

21 years ago- minor COM fixes (fixes some crashes on stupid games)
Raphael Junqueira [Sun, 11 May 2003 03:35:27 +0000 (03:35 +0000)] 
- minor COM fixes (fixes some crashes on stupid games)
- minor indentation changes
- fix SELECTARG2 behavior (with help from Lionel Ulmer)
- surface locking/unlocking (only rendering and textures surfaces
  supported now)
- beginning of Target/Front surface support
- try to get D3DTOP_SELECTARG_* working
- implemented D3DTOP_SUBTRACT: currently only if OpenGL1.3 is used, we
  have to use GL_SUBTRACT_ARB for other versions

21 years agoAdded partial stub for GetTransform.
Alexandre Julliard [Sun, 11 May 2003 03:31:53 +0000 (03:31 +0000)] 
Added partial stub for GetTransform.

21 years agoClean up SHFileOperationA/W debugging a little.
Mike McCormack [Sun, 11 May 2003 03:31:08 +0000 (03:31 +0000)] 
Clean up SHFileOperationA/W debugging a little.

21 years agoStop wavemap lookup if a device isn't functional (spotted by Lionel
Eric Pouech [Sun, 11 May 2003 03:30:51 +0000 (03:30 +0000)] 
Stop wavemap lookup if a device isn't functional (spotted by Lionel
Ulmer).

21 years agoMake read from stdin use buffered input code and redirect stderr to
Jukka Heinonen [Sun, 11 May 2003 03:30:24 +0000 (03:30 +0000)] 
Make read from stdin use buffered input code and redirect stderr to
console.

21 years agoMake ioport instruction emulation call winedos handlers.
Jukka Heinonen [Sun, 11 May 2003 03:30:02 +0000 (03:30 +0000)] 
Make ioport instruction emulation call winedos handlers.

21 years agoPoll X events in GetInputState the same way as in GetQueueStatus.
Dmitry Timoshkov [Sun, 11 May 2003 03:29:47 +0000 (03:29 +0000)] 
Poll X events in GetInputState the same way as in GetQueueStatus.

21 years agoFix custom draw for item 0.
Dimitrie O. Paun [Sun, 11 May 2003 03:29:25 +0000 (03:29 +0000)] 
Fix custom draw for item 0.

21 years agoEnable branch forward operation in execute buffer.
Christian Costa [Sun, 11 May 2003 03:28:53 +0000 (03:28 +0000)] 
Enable branch forward operation in execute buffer.

21 years agoPut the device name string on the stack during devices enumeration.
Christian Costa [Sun, 11 May 2003 03:28:33 +0000 (03:28 +0000)] 
Put the device name string on the stack during devices enumeration.
Disable reference enumeration.

21 years agoAdd missing ReleaseDC in EDIT_BuildLineDefs_ML.
Christian Costa [Sun, 11 May 2003 03:27:23 +0000 (03:27 +0000)] 
Add missing ReleaseDC in EDIT_BuildLineDefs_ML.

21 years agoPlayback escapes in metafiles.
Huw Davies [Sun, 11 May 2003 03:07:03 +0000 (03:07 +0000)] 
Playback escapes in metafiles.

21 years agoRemoved unnecessary function link names.
Alexandre Julliard [Sun, 11 May 2003 03:04:57 +0000 (03:04 +0000)] 
Removed unnecessary function link names.

21 years agoRemove libs/Makelib.rules on distclean.
Alexandre Julliard [Sun, 11 May 2003 03:04:07 +0000 (03:04 +0000)] 
Remove libs/Makelib.rules on distclean.

21 years agoAdded stub for SetVirtualResolution.
Huw Davies [Sun, 11 May 2003 03:03:25 +0000 (03:03 +0000)] 
Added stub for SetVirtualResolution.

21 years agoWe should pass the callers client-area rect and clip rect to x11drv
Ulrich Czekalla [Sun, 11 May 2003 03:01:42 +0000 (03:01 +0000)] 
We should pass the callers client-area rect and clip rect to x11drv
otherwise we'll fail to scroll all children.

21 years agoAvoid local WINAPI function pointers.
Alexandre Julliard [Sun, 11 May 2003 03:00:32 +0000 (03:00 +0000)] 
Avoid local WINAPI function pointers.

21 years agoImplemented InternetSetOptionExA/W.
Mike McCormack [Sun, 11 May 2003 02:59:52 +0000 (02:59 +0000)] 
Implemented InternetSetOptionExA/W.

21 years agoFix the logic for setting the lps->fErase flag in BeginPaint.
Dmitry Timoshkov [Sun, 11 May 2003 02:58:53 +0000 (02:58 +0000)] 
Fix the logic for setting the lps->fErase flag in BeginPaint.

21 years agoAdded A<->W mappings for WM_IME_CHAR.
Alexandre Julliard [Sun, 11 May 2003 02:58:19 +0000 (02:58 +0000)] 
Added A<->W mappings for WM_IME_CHAR.

21 years agoProtect GlobalLock from bad pointers.
Dmitry Timoshkov [Sun, 11 May 2003 02:54:53 +0000 (02:54 +0000)] 
Protect GlobalLock from bad pointers.

21 years agoHandle overlapping buffers properly in wcstombs_sbcs (spotted by
Alexandre Julliard [Sun, 11 May 2003 02:54:09 +0000 (02:54 +0000)] 
Handle overlapping buffers properly in wcstombs_sbcs (spotted by
Dmitry Timoshkov).

21 years agoDon't delete region until after we're done with it.
Ulrich Czekalla [Sun, 11 May 2003 02:53:09 +0000 (02:53 +0000)] 
Don't delete region until after we're done with it.

21 years agoReturn value of ExtSelectClipRgn should consider visible region.
Ulrich Czekalla [Sun, 11 May 2003 02:52:04 +0000 (02:52 +0000)] 
Return value of ExtSelectClipRgn should consider visible region.

21 years agoMake SetMapMode set default window and viewport extents as in
Dmitry Timoshkov [Sun, 11 May 2003 02:50:21 +0000 (02:50 +0000)] 
Make SetMapMode set default window and viewport extents as in
Windows.

21 years agoFix handling of wcmd /c "c:\Program Files\hello.bat".
Francois Gouget [Sun, 11 May 2003 02:48:17 +0000 (02:48 +0000)] 
Fix handling of wcmd /c "c:\Program Files\hello.bat".
Make /c and /k effectively exclusive, like the real cmd does.
Fix handling of /q: it's compatible with /c and /k.
Added compatibility with /t /x and /y, just ignore them.

21 years agoReset the result buffer after each argument.
Francois Gouget [Sun, 11 May 2003 02:47:28 +0000 (02:47 +0000)] 
Reset the result buffer after each argument.

21 years agoIgnore locking failures caused by missing NFS locking daemon.
Alexandre Julliard [Sun, 11 May 2003 02:45:33 +0000 (02:45 +0000)] 
Ignore locking failures caused by missing NFS locking daemon.
Handle EINVAL the same way as EOVERFLOW.

21 years agoIgnore high word of wParam when handling WM_COMMAND in the MessageBox
Dmitry Timoshkov [Sun, 11 May 2003 02:44:31 +0000 (02:44 +0000)] 
Ignore high word of wParam when handling WM_COMMAND in the MessageBox
proc.

21 years agoFix ALT context bit for WM_KEYDOWN/UP.
Dusan Lacko [Sun, 11 May 2003 02:43:42 +0000 (02:43 +0000)] 
Fix ALT context bit for WM_KEYDOWN/UP.

21 years agoWindows treats dialog control class ids 0-5 same way as 0x80-0x85.
Dmitry Timoshkov [Sun, 11 May 2003 02:43:11 +0000 (02:43 +0000)] 
Windows treats dialog control class ids 0-5 same way as 0x80-0x85.

21 years agoDo not abort dialog creation if DS_NOFAILCREATE allows to continue.
Dmitry Timoshkov [Sun, 11 May 2003 02:42:28 +0000 (02:42 +0000)] 
Do not abort dialog creation if DS_NOFAILCREATE allows to continue.

21 years agoAdded RasEnumEntriesW stub.
Aric Stewart [Sun, 11 May 2003 02:41:18 +0000 (02:41 +0000)] 
Added RasEnumEntriesW stub.

21 years agoImplemented WriteFmtUserTypeStg and ReadFmtUserTypeStg.
Mike McCormack [Sun, 11 May 2003 02:40:29 +0000 (02:40 +0000)] 
Implemented WriteFmtUserTypeStg and ReadFmtUserTypeStg.

21 years agoFill the filedialog95 controls before sending a CDN_INITDONE
Mike McCormack [Sun, 11 May 2003 02:39:08 +0000 (02:39 +0000)] 
Fill the filedialog95 controls before sending a CDN_INITDONE
notification.

21 years agoInvalidate the window when the range is changed.
Huw Davies [Sun, 11 May 2003 02:38:05 +0000 (02:38 +0000)] 
Invalidate the window when the range is changed.

21 years agoStubs for AccessCheckAndAuditAlarmA/W.
Mike McCormack [Sun, 11 May 2003 02:37:11 +0000 (02:37 +0000)] 
Stubs for AccessCheckAndAuditAlarmA/W.

21 years agoRelease 20030508. wine-20030508
Alexandre Julliard [Thu, 8 May 2003 22:13:36 +0000 (22:13 +0000)] 
Release 20030508.

21 years agoFixed return value of wine_utf8_wcstombs (spotted by Jan Sporbeck).
Alexandre Julliard [Thu, 8 May 2003 21:05:50 +0000 (21:05 +0000)] 
Fixed return value of wine_utf8_wcstombs (spotted by Jan Sporbeck).

21 years ago- only enumerate 32 bpp ARGB texture format and remove RGBA one
Lionel Ulmer [Thu, 8 May 2003 21:03:57 +0000 (21:03 +0000)] 
- only enumerate 32 bpp ARGB texture format and remove RGBA one
- add support for 32 bpp ARGB texture format

21 years agowritejump() needs to tell valgrind which piece of code has been
Adam Gundy [Thu, 8 May 2003 21:03:30 +0000 (21:03 +0000)] 
writejump() needs to tell valgrind which piece of code has been
modified.

21 years ago_open_osfhandle is expected to take the absence of either _O_TEXT or
Adam Gundy [Thu, 8 May 2003 21:02:31 +0000 (21:02 +0000)] 
_open_osfhandle is expected to take the absence of either _O_TEXT or
_O_BINARY to mean _O_BINARY.

21 years ago- Disable some 'classic' debug traces (avoid useless flood of traces
Raphael Junqueira [Thu, 8 May 2003 17:36:00 +0000 (17:36 +0000)] 
- Disable some 'classic' debug traces (avoid useless flood of traces
  while debugging games).
- Fix the texture size caps using GL_MAX_TEXTURE_SIZE.

21 years ago- Fix scanline size in OLEPictureImpl_Load for jpeg
Maxime Bellengé [Thu, 8 May 2003 17:35:12 +0000 (17:35 +0000)] 
- Fix scanline size in OLEPictureImpl_Load for jpeg
- Convert from RGB to BGR according to BITMAPINFOHEADER
  documentation.

21 years agoCorrectly fill the background of a checkbox button.
Maxime Bellengé [Thu, 8 May 2003 17:31:35 +0000 (17:31 +0000)] 
Correctly fill the background of a checkbox button.

21 years agoAdded support for calling the TLS callback functions.
Alexandre Julliard [Thu, 8 May 2003 04:13:26 +0000 (04:13 +0000)] 
Added support for calling the TLS callback functions.

21 years agoAdded dumping of the TLS directory.
Alexandre Julliard [Thu, 8 May 2003 04:01:12 +0000 (04:01 +0000)] 
Added dumping of the TLS directory.

21 years agoFixed wrong file offset used when mapping the import directory from a
Alexandre Julliard [Thu, 8 May 2003 03:50:32 +0000 (03:50 +0000)] 
Fixed wrong file offset used when mapping the import directory from a
shared section.

21 years ago- Move texture loading into PreLoad for 2D textures (needs doing for
Jason Edmeades [Thu, 8 May 2003 03:49:04 +0000 (03:49 +0000)] 
- Move texture loading into PreLoad for 2D textures (needs doing for
  the others as well), and call when needed as well.
- Change D3DFMT_R5G6B5 handling to make backdrop of Max Payne appear.
- Add code to reject attempts to use invalid texture units (Max Payne
  did this a lot).
- ValidateDevice fixme silenced as harmless but occurs frequently.
- Add trace which can be compiled in to debug vertex shaders, and
  correct fixmes and dprintf's into appropriate trace statements.
- Ensure we trace what we return when querying the device caps.
- Correct bug with negative numbers in vertex shader code.

21 years agoAdd Dar, Dsisr and Trap registers for the PowerPC CONTEXT structure.
Pierre d'Herbemont [Thu, 8 May 2003 03:48:08 +0000 (03:48 +0000)] 
Add Dar, Dsisr and Trap registers for the PowerPC CONTEXT structure.

21 years agoAdded environment tests.
Eric Pouech [Thu, 8 May 2003 03:47:24 +0000 (03:47 +0000)] 
Added environment tests.

21 years agoImplemented a bunch of environment related NTDLL APIs.
Eric Pouech [Thu, 8 May 2003 03:47:00 +0000 (03:47 +0000)] 
Implemented a bunch of environment related NTDLL APIs.

21 years agoAdded NONAMELESSUNION/STRUCT defines.
Alexandre Julliard [Wed, 7 May 2003 04:01:52 +0000 (04:01 +0000)] 
Added NONAMELESSUNION/STRUCT defines.

21 years agoFixed typo in return value of tkill().
Alexandre Julliard [Wed, 7 May 2003 03:22:22 +0000 (03:22 +0000)] 
Fixed typo in return value of tkill().

21 years agoMoved the EnumResource* functions to the kernel dll, and fixed their
Alexandre Julliard [Wed, 7 May 2003 03:21:26 +0000 (03:21 +0000)] 
Moved the EnumResource* functions to the kernel dll, and fixed their
prototypes.

21 years agoUse RtlFindMessage to load message resources.
Alexandre Julliard [Wed, 7 May 2003 03:19:17 +0000 (03:19 +0000)] 
Use RtlFindMessage to load message resources.

21 years agoAdded wglGetExtensionsStringARB.
Michael Schlüter [Wed, 7 May 2003 03:18:51 +0000 (03:18 +0000)] 
Added wglGetExtensionsStringARB.

21 years agoAdd scrolling support for VGA text mode.
Jukka Heinonen [Wed, 7 May 2003 03:16:34 +0000 (03:16 +0000)] 
Add scrolling support for VGA text mode.

21 years agoAdded comment about why changing ADDRESS_SPACE_LIMIT is wrong.
Alexandre Julliard [Tue, 6 May 2003 18:52:43 +0000 (18:52 +0000)] 
Added comment about why changing ADDRESS_SPACE_LIMIT is wrong.

21 years agoAdded support for retrieving page fault address on Solaris (based on a
Alexandre Julliard [Tue, 6 May 2003 18:50:08 +0000 (18:50 +0000)] 
Added support for retrieving page fault address on Solaris (based on a
patch by Robert Lunnon).

21 years agoIn assembler check, try to use gas first (based on a patch by Robert
Alexandre Julliard [Tue, 6 May 2003 18:41:52 +0000 (18:41 +0000)] 
In assembler check, try to use gas first (based on a patch by Robert
Lunnon).

21 years agoEliminate segfault due to NULL This->sIcoPath.
Robert Lunnon [Tue, 6 May 2003 18:36:54 +0000 (18:36 +0000)] 
Eliminate segfault due to NULL This->sIcoPath.

21 years agoMention the necessary configuration file header.
Andreas Mohr [Tue, 6 May 2003 18:36:09 +0000 (18:36 +0000)] 
Mention the necessary configuration file header.

21 years agoMake it easy to use something other than wrc to compile resources.
Dimitrie O. Paun [Tue, 6 May 2003 18:34:53 +0000 (18:34 +0000)] 
Make it easy to use something other than wrc to compile resources.

21 years agoTests for RtlDuplicateUnicodeString, RtlFindCharInUnicodeString,
Thomas Mertes [Tue, 6 May 2003 18:28:02 +0000 (18:28 +0000)] 
Tests for RtlDuplicateUnicodeString, RtlFindCharInUnicodeString,
RtlInitUnicodeStringEx.

21 years agoImplement RtlDuplicateUnicodeString, RtlFindCharInUnicodeString,
Thomas Mertes [Tue, 6 May 2003 18:27:40 +0000 (18:27 +0000)] 
Implement RtlDuplicateUnicodeString, RtlFindCharInUnicodeString,
RtlInitUnicodeStringEx.
Documentation updates for RtlInitAnsiString, RtlInitString,
RtlInitUnicodeString, RtlAnsiStringToUnicodeString and
RtlOemStringToUnicodeString.

21 years agoAdded include <errno.h>.
Marcus Meissner [Tue, 6 May 2003 18:25:11 +0000 (18:25 +0000)] 
Added include <errno.h>.

21 years agoTake font metrics into account for EC_USEFONTINFO margins.
Achim Kaiser [Tue, 6 May 2003 18:23:17 +0000 (18:23 +0000)] 
Take font metrics into account for EC_USEFONTINFO margins.

21 years agoFixed a couple of races with exiting threads in suspend_for_ptrace().
Alexandre Julliard [Tue, 6 May 2003 00:21:21 +0000 (00:21 +0000)] 
Fixed a couple of races with exiting threads in suspend_for_ptrace().

21 years agoFixed return value of CreateNamedPipe (spotted by Mike McCormack).
Alexandre Julliard [Tue, 6 May 2003 00:19:59 +0000 (00:19 +0000)] 
Fixed return value of CreateNamedPipe (spotted by Mike McCormack).

21 years agoAdd support for MultiplyTransform (helps make the SkimmedMesh SDK
Jason Edmeades [Tue, 6 May 2003 00:19:11 +0000 (00:19 +0000)] 
Add support for MultiplyTransform (helps make the SkimmedMesh SDK
sample look better).

21 years agoAdd the beginnings of support for texture coordinates.
Jason Edmeades [Tue, 6 May 2003 00:15:49 +0000 (00:15 +0000)] 
Add the beginnings of support for texture coordinates.

21 years agoFix return code of DPNHPAST_DllGetClassObject stub.
Marcus Meissner [Tue, 6 May 2003 00:15:03 +0000 (00:15 +0000)] 
Fix return code of DPNHPAST_DllGetClassObject stub.

21 years ago- implemented some more port related-functions
Rok Mandeljc [Tue, 6 May 2003 00:14:31 +0000 (00:14 +0000)] 
- implemented some more port related-functions
- fixed warnings (reported by Gerald Pfeifer)

21 years agoReport errors to applications when illegal dates are passed to set
Jukka Heinonen [Tue, 6 May 2003 00:12:52 +0000 (00:12 +0000)] 
Report errors to applications when illegal dates are passed to set
system date call (required by many installation checks).