wine
21 years agoFixed handling of LANGUAGE statement for message tables (found by
Alexandre Julliard [Tue, 20 Jul 2004 01:24:11 +0000 (01:24 +0000)] 
Fixed handling of LANGUAGE statement for message tables (found by
Zhangrong Huang).

21 years agoNotify when position format not supported.
Robert Reif [Tue, 20 Jul 2004 01:22:47 +0000 (01:22 +0000)] 
Notify when position format not supported.
Test that position is 0 at start.

21 years agoIf the data table for a called action does not exist (for example
Aric Stewart [Tue, 20 Jul 2004 01:22:37 +0000 (01:22 +0000)] 
If the data table for a called action does not exist (for example
CreateFolders wants a CreateFolder table to read the data from) do not
fail, instead just do not perform the action.

21 years agoCall wine_cp_wcstombs() to retrieve actual length of buffer before
Zhangrong Huang [Tue, 20 Jul 2004 01:21:57 +0000 (01:21 +0000)] 
Call wine_cp_wcstombs() to retrieve actual length of buffer before
conversion.

21 years agoFix string length return from HttpQueryInfoA.
Robert Shearman [Tue, 20 Jul 2004 01:21:08 +0000 (01:21 +0000)] 
Fix string length return from HttpQueryInfoA.

21 years agoMake STARTUPINFO.lpDesktop tests pass on NT.
Mike Hearn [Tue, 20 Jul 2004 01:20:50 +0000 (01:20 +0000)] 
Make STARTUPINFO.lpDesktop tests pass on NT.

21 years agoUse pointers internally and refcount all objects.
Mike McCormack [Mon, 19 Jul 2004 21:49:39 +0000 (21:49 +0000)] 
Use pointers internally and refcount all objects.

21 years agoSet VersionMsi property.
Hans Leidekker [Mon, 19 Jul 2004 21:49:15 +0000 (21:49 +0000)] 
Set VersionMsi property.
Accept a dot in a number value.

21 years agoAdd some test cases for _wputenv, fix deletion of non-existent
Mike Hearn [Mon, 19 Jul 2004 21:23:02 +0000 (21:23 +0000)] 
Add some test cases for _wputenv, fix deletion of non-existent
environment variables, return -1 on error.

21 years agoSet the top_popup global variable to zero in MENU_ExitTracking(),
Zach Gorman [Mon, 19 Jul 2004 21:21:40 +0000 (21:21 +0000)] 
Set the top_popup global variable to zero in MENU_ExitTracking(),
fixing MENU_IsMenuActive() and therefore VK_F1 WM_HELP message
generation.

21 years agoCheck that we are still playing in wodUpdatePlayedTotal(). If not,
Francois Gouget [Mon, 19 Jul 2004 21:20:59 +0000 (21:20 +0000)] 
Check that we are still playing in wodUpdatePlayedTotal(). If not,
then the value returned by snd_pcm_delay() is not usable so assume
delay=0. This gets the winmm test to complete in interactive mode with
winealsa.

21 years agoMake the listener/sound position update duration and TIME_SLICE
Francois Gouget [Mon, 19 Jul 2004 21:20:38 +0000 (21:20 +0000)] 
Make the listener/sound position update duration and TIME_SLICE
independent.
Set the sound and listener velocity and increase the sound source
velocity so we may get some doppler effect.
Added some traces so one can monitor the listener/sound positions with
WINETEST_DEBUG=3.

21 years agoIn interactive mode, check that the tone duration is within 10% of the
Francois Gouget [Mon, 19 Jul 2004 21:20:03 +0000 (21:20 +0000)] 
In interactive mode, check that the tone duration is within 10% of the
expected value.

21 years agoImplement the repair mechanism in msiexec, and stub it out in
Vincent Béron [Mon, 19 Jul 2004 21:19:45 +0000 (21:19 +0000)] 
Implement the repair mechanism in msiexec, and stub it out in
msi.dll.

21 years agoHonour INTERNET_FLAG_NO_COOKIES.
Robert Shearman [Mon, 19 Jul 2004 21:18:33 +0000 (21:18 +0000)] 
Honour INTERNET_FLAG_NO_COOKIES.

21 years agoBuild wine-pthread on Darwin.
Emmanuel Maillard [Mon, 19 Jul 2004 20:11:10 +0000 (20:11 +0000)] 
Build wine-pthread on Darwin.

21 years agoFix HttpQueryInfo(HTTP_QUERY_RAW_HEADERS*) so that it returns the
Robert Shearman [Mon, 19 Jul 2004 20:09:20 +0000 (20:09 +0000)] 
Fix HttpQueryInfo(HTTP_QUERY_RAW_HEADERS*) so that it returns the
actual headers received, not just reconstituting them from processed
data.

21 years agoUpdate localization for Portuguese language.
Marcelo Duarte [Mon, 19 Jul 2004 20:09:00 +0000 (20:09 +0000)] 
Update localization for Portuguese language.

21 years agoFix the check_position() test: on Windows waveOutGetPosition() returns
Francois Gouget [Mon, 19 Jul 2004 20:08:24 +0000 (20:08 +0000)] 
Fix the check_position() test: on Windows waveOutGetPosition() returns
the number of samples played plus one (also one extra sample for the
byte count).

21 years agoUse round() instead of ceil() in wodGetPosition(TIME_SMPTE).
Francois Gouget [Mon, 19 Jul 2004 20:08:06 +0000 (20:08 +0000)] 
Use round() instead of ceil() in wodGetPosition(TIME_SMPTE).
Fixes the corresponding winmm conformance test.

21 years agoDo initialization to match windows behavior (with test).
Robert Reif [Mon, 19 Jul 2004 20:06:22 +0000 (20:06 +0000)] 
Do initialization to match windows behavior (with test).

21 years agoCleanup of the properties last space removal, since it can be used not
Vincent Béron [Mon, 19 Jul 2004 20:05:54 +0000 (20:05 +0000)] 
Cleanup of the properties last space removal, since it can be used not
only with Install.

21 years agoFirst draft for a msiexec.exe replacement.
Vincent Béron [Mon, 19 Jul 2004 19:44:07 +0000 (19:44 +0000)] 
First draft for a msiexec.exe replacement.

21 years agoCreate ~/.wine if not present during wineinstall.
Paul Vriens [Mon, 19 Jul 2004 19:36:44 +0000 (19:36 +0000)] 
Create ~/.wine if not present during wineinstall.

21 years agoBetter fix for collate icon behavior.
James Hawkins [Mon, 19 Jul 2004 19:35:28 +0000 (19:35 +0000)] 
Better fix for collate icon behavior.

21 years agoFix the return code of MsiDatabaseOpenView.
Mike McCormack [Mon, 19 Jul 2004 19:35:05 +0000 (19:35 +0000)] 
Fix the return code of MsiDatabaseOpenView.

21 years agoFixes the right bugs and keeps intent of test.
Robert Reif [Mon, 19 Jul 2004 19:34:44 +0000 (19:34 +0000)] 
Fixes the right bugs and keeps intent of test.
Adds more reference count checks.

21 years agoAdded a German translation for WineMine.
Henning Gerhardt [Mon, 19 Jul 2004 19:34:26 +0000 (19:34 +0000)] 
Added a German translation for WineMine.

21 years agoAdded some German translations.
Michael Jung [Mon, 19 Jul 2004 19:33:59 +0000 (19:33 +0000)] 
Added some German translations.

21 years agoRemove implementation of NtCurrentTeb for ppc host.
Emmanuel Maillard [Mon, 19 Jul 2004 19:33:08 +0000 (19:33 +0000)] 
Remove implementation of NtCurrentTeb for ppc host.

21 years agoForward shlwapi.459/460 (SHExpandEnvironmentStringsA/W) to
Stefan Leichter [Mon, 19 Jul 2004 19:32:51 +0000 (19:32 +0000)] 
Forward shlwapi.459/460 (SHExpandEnvironmentStringsA/W) to
kernel32.ExpandEnvironmentStringsA/W.

21 years agoFix size return from InternetGetCookieW.
Robert Shearman [Mon, 19 Jul 2004 19:32:36 +0000 (19:32 +0000)] 
Fix size return from InternetGetCookieW.

21 years agoUse system metrics values in TOOLBAR_DrawPattern instead of hardcoded
Filip Navara [Mon, 19 Jul 2004 19:32:16 +0000 (19:32 +0000)] 
Use system metrics values in TOOLBAR_DrawPattern instead of hardcoded
values.

21 years agoRelease 20040716. wine-20040716
Alexandre Julliard [Sat, 17 Jul 2004 00:52:37 +0000 (00:52 +0000)] 
Release 20040716.

21 years agoImplemented GetUIVersion (based on a patch by Stefan Leichter).
Alexandre Julliard [Sat, 17 Jul 2004 00:05:23 +0000 (00:05 +0000)] 
Implemented GetUIVersion (based on a patch by Stefan Leichter).

21 years agoDon't try to create a IDirectSound3DBuffer, partly to keep this test
Francois Gouget [Sat, 17 Jul 2004 00:04:17 +0000 (00:04 +0000)] 
Don't try to create a IDirectSound3DBuffer, partly to keep this test
simple and partly because it's going to fail since we did not request
DSBCAPS_CTRL3D. Fixes a crash on Windows.
Don't request unneeded caps.

21 years agoSystem default locale in Windows determines the ANSI encoding
Shachar Shemesh [Fri, 16 Jul 2004 23:44:18 +0000 (23:44 +0000)] 
System default locale in Windows determines the ANSI encoding
(LC_CTYPE on Unix).

21 years agoFixed collate icon behavior.
James Hawkins [Fri, 16 Jul 2004 23:43:20 +0000 (23:43 +0000)] 
Fixed collate icon behavior.

21 years agoGet and print the DirectSound primary buffer volume.
Francois Gouget [Fri, 16 Jul 2004 23:42:44 +0000 (23:42 +0000)] 
Get and print the DirectSound primary buffer volume.

21 years agoKeep track of how much has been played and get rid of last_pos. This
Francois Gouget [Fri, 16 Jul 2004 23:42:32 +0000 (23:42 +0000)] 
Keep track of how much has been played and get rid of last_pos. This
fixes a bug where buffer_service() would not detect that everything
had been played.
Check that the actual sound duration was within 10% of the expected
value.
Make BUFFER_LEN and TIME_SLICE independent, make sure TIME_SLICE does
not divide BUFFER_LEN to spice things up a bit.

21 years agoAdded regression test for WM_NEXTDLGCTL and default button ID
Krishna Murthy [Fri, 16 Jul 2004 23:22:49 +0000 (23:22 +0000)] 
Added regression test for WM_NEXTDLGCTL and default button ID
behavior.

21 years agoPrevent garbage being passed for windows directory.
Kevin Koltzau [Fri, 16 Jul 2004 23:22:09 +0000 (23:22 +0000)] 
Prevent garbage being passed for windows directory.

21 years agoCall IDirectSound::Initialize() as per MSDN before using the
Francois Gouget [Fri, 16 Jul 2004 23:21:46 +0000 (23:21 +0000)] 
Call IDirectSound::Initialize() as per MSDN before using the
DirectSound object. Fixes a crash on Windows.

21 years agoOn Windows GetPan() may not return the value that was just set with
Francois Gouget [Fri, 16 Jul 2004 23:21:33 +0000 (23:21 +0000)] 
On Windows GetPan() may not return the value that was just set with
SetPan().

21 years agoAdded stubs for DllInstall and DllRegisterServer.
Stefan Leichter [Fri, 16 Jul 2004 23:21:16 +0000 (23:21 +0000)] 
Added stubs for DllInstall and DllRegisterServer.

21 years agoMake the pattern drawing in TOOLBAR_DrawPattern look better.
Filip Navara [Fri, 16 Jul 2004 23:20:55 +0000 (23:20 +0000)] 
Make the pattern drawing in TOOLBAR_DrawPattern look better.

21 years agoFixed lvalue casts for new compiler.
Marcus Meissner [Fri, 16 Jul 2004 23:20:38 +0000 (23:20 +0000)] 
Fixed lvalue casts for new compiler.

21 years agoFixed some duplicate CRYPT_Free calls (spotted by Michael Jung).
Alexandre Julliard [Fri, 16 Jul 2004 19:19:00 +0000 (19:19 +0000)] 
Fixed some duplicate CRYPT_Free calls (spotted by Michael Jung).

21 years agoAdded PROV_ENUMALGS[_EX] structs and typedefs.
Michael Jung [Fri, 16 Jul 2004 19:16:24 +0000 (19:16 +0000)] 
Added PROV_ENUMALGS[_EX] structs and typedefs.
Added some defines.

21 years agoAssorted spelling fixes.
Francois Gouget [Fri, 16 Jul 2004 19:15:40 +0000 (19:15 +0000)] 
Assorted spelling fixes.

21 years agoFix msvcmaker so the generated testlist.c files include stdarg.h.
Francois Gouget [Fri, 16 Jul 2004 19:14:43 +0000 (19:14 +0000)] 
Fix msvcmaker so the generated testlist.c files include stdarg.h.
Add comments pointing out the relation between msvcmaker and
make_ctests.

21 years agoCheck for empty PrinterName in PRINTDLG_WMCommandW.
James Hawkins [Fri, 16 Jul 2004 19:14:19 +0000 (19:14 +0000)] 
Check for empty PrinterName in PRINTDLG_WMCommandW.

21 years agoDistinguish between Open and Explore commands.
Martin Fuchs [Fri, 16 Jul 2004 19:13:21 +0000 (19:13 +0000)] 
Distinguish between Open and Explore commands.
Execute items by default.

21 years agoPass the environment for a child process through the server instead of
Alexandre Julliard [Fri, 16 Jul 2004 03:54:35 +0000 (03:54 +0000)] 
Pass the environment for a child process through the server instead of
relying on the Unix environment.

21 years agoSpecify the PATH variable in uppercase to avoid getting two flavors of
Alexandre Julliard [Fri, 16 Jul 2004 03:52:26 +0000 (03:52 +0000)] 
Specify the PATH variable in uppercase to avoid getting two flavors of
PATH when converting the Unix environment.

21 years agoImplemented _spawnle and _spawnlpe.
Alexandre Julliard [Fri, 16 Jul 2004 03:08:19 +0000 (03:08 +0000)] 
Implemented _spawnle and _spawnlpe.

21 years agoInvoke wineprefixcreate if the .wine directory does not exist.
Alexandre Julliard [Fri, 16 Jul 2004 02:45:25 +0000 (02:45 +0000)] 
Invoke wineprefixcreate if the .wine directory does not exist.

21 years agoSupport for large profile values (based on a patch by Robert
Alexandre Julliard [Fri, 16 Jul 2004 02:45:00 +0000 (02:45 +0000)] 
Support for large profile values (based on a patch by Robert
Shearman).
Fixed PROFILE_FlushFile to correctly truncate the file before saving
it.

21 years agoDefine the backend_cpu regarding the host processor.
Pierre d'Herbemont [Fri, 16 Jul 2004 02:31:55 +0000 (02:31 +0000)] 
Define the backend_cpu regarding the host processor.

21 years agoRemoved the crosscalls (unicode to ascii) from GetAcceptLanguagesW.
Stefan Leichter [Fri, 16 Jul 2004 02:31:41 +0000 (02:31 +0000)] 
Removed the crosscalls (unicode to ascii) from GetAcceptLanguagesW.
Removed todo_wine from GetAcceptLanguagesA tests.

21 years agoDon't crash on NULL tab text.
Jon Griffiths [Fri, 16 Jul 2004 02:30:48 +0000 (02:30 +0000)] 
Don't crash on NULL tab text.

21 years agoFixed one lvalue casted assignment for the new compiler.
Marcus Meissner [Thu, 15 Jul 2004 22:08:05 +0000 (22:08 +0000)] 
Fixed one lvalue casted assignment for the new compiler.

21 years agoDo not assign to casted values.
Marcus Meissner [Thu, 15 Jul 2004 22:07:54 +0000 (22:07 +0000)] 
Do not assign to casted values.

21 years agoFix a few serious race conditions in the OLE object pipe server.
Mike McCormack [Thu, 15 Jul 2004 22:07:44 +0000 (22:07 +0000)] 
Fix a few serious race conditions in the OLE object pipe server.

21 years agoSet the system directory in ntdll as soon as we have determined it.
Alexandre Julliard [Thu, 15 Jul 2004 22:07:21 +0000 (22:07 +0000)] 
Set the system directory in ntdll as soon as we have determined it.

21 years agoDon't get system directory from the environment, use
Alexandre Julliard [Thu, 15 Jul 2004 19:00:35 +0000 (19:00 +0000)] 
Don't get system directory from the environment, use
GetSystemDirectory instead.

21 years agoFix a double free in the named pipe code.
Mike McCormack [Thu, 15 Jul 2004 18:59:58 +0000 (18:59 +0000)] 
Fix a double free in the named pipe code.

21 years agoUse RegQueryValueExA instead of RegQueryValueA in
Michael Jung [Thu, 15 Jul 2004 18:59:34 +0000 (18:59 +0000)] 
Use RegQueryValueExA instead of RegQueryValueA in
CryptEnumProviderTypes.

21 years agoDarwin/Mac OS X Weak import workaround.
Pierre d'Herbemont [Thu, 15 Jul 2004 18:58:42 +0000 (18:58 +0000)] 
Darwin/Mac OS X Weak import workaround.

21 years ago- Be more accurate on Darwin stack size.
Pierre d'Herbemont [Thu, 15 Jul 2004 18:57:57 +0000 (18:57 +0000)] 
- Be more accurate on Darwin stack size.
- Delay import fix on PowerPC hosts.

21 years agoAuthors: Mike McCormack <mike@codeweavers.com>, Robert Shearman <rob@codeweavers...
Alexandre Julliard [Thu, 15 Jul 2004 18:57:32 +0000 (18:57 +0000)] 
Authors: Mike McCormack <mike@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
- Change the way that the response headers are reconstructed to reduce
  the chance of memory being incorrectly allocated.
- Return the correct error when a header is not found.
- remove all the response headers before receiving new ones so that we
  don't merge headers from two responses.
- Add extra standard fields.
- Split the status line into http version, status code and status text
  and store those in the response data, without using use a fake
  field.

21 years agoAdd the selected extension from file type filter if file name does not
Krishna Murthy [Wed, 14 Jul 2004 21:47:11 +0000 (21:47 +0000)] 
Add the selected extension from file type filter if file name does not
contain the file extension.

21 years agoFixed memory allocation bug.
Eric Frias [Wed, 14 Jul 2004 21:46:25 +0000 (21:46 +0000)] 
Fixed memory allocation bug.

21 years agoAn SNDCTL_DSP_SETDUPLEX failure should be a WARN(), not an ERR(),
Francois Gouget [Wed, 14 Jul 2004 21:44:50 +0000 (21:44 +0000)] 
An SNDCTL_DSP_SETDUPLEX failure should be a WARN(), not an ERR(),
since the OSS specifications say we have to call it before knowing if
the sound card is full-duplex capable.

21 years agoAdded RegOpenCurrentUser prototype.
Michael Jung [Wed, 14 Jul 2004 21:44:26 +0000 (21:44 +0000)] 
Added RegOpenCurrentUser prototype.

21 years agoReport win2k service pack 4 instead of 3.
Aric Stewart [Wed, 14 Jul 2004 21:44:10 +0000 (21:44 +0000)] 
Report win2k service pack 4 instead of 3.

21 years agoImplement the functionality that allows one to call MsiOpenPackage
Aric Stewart [Wed, 14 Jul 2004 21:43:49 +0000 (21:43 +0000)] 
Implement the functionality that allows one to call MsiOpenPackage
with #nnn where nnn is a string representing the handle to an open
database.

21 years agoUncomment implemented in Wine msvidc32 (MSVC/CRAM) codec.
Dmitry Timoshkov [Wed, 14 Jul 2004 21:43:20 +0000 (21:43 +0000)] 
Uncomment implemented in Wine msvidc32 (MSVC/CRAM) codec.

21 years agoMake it possible to open read-only AVI files for a playback.
Dmitry Timoshkov [Wed, 14 Jul 2004 21:43:03 +0000 (21:43 +0000)] 
Make it possible to open read-only AVI files for a playback.

21 years agoUpdate the MSI version to be the same as on win2k.
Aric Stewart [Wed, 14 Jul 2004 21:42:50 +0000 (21:42 +0000)] 
Update the MSI version to be the same as on win2k.

21 years agoFix font replacements to work with bitmap fonts.
Huw Davies [Wed, 14 Jul 2004 21:42:35 +0000 (21:42 +0000)] 
Fix font replacements to work with bitmap fonts.
Enumerate System, Terminal, FixedSys in that order.

21 years agoDelayed import fix for Darwin and PowerPC Host.
Pierre d'Herbemont [Wed, 14 Jul 2004 21:42:18 +0000 (21:42 +0000)] 
Delayed import fix for Darwin and PowerPC Host.

21 years agoAdded tests for registering a dialog box created by using the CLASS
Sami Aario [Wed, 14 Jul 2004 00:52:55 +0000 (00:52 +0000)] 
Added tests for registering a dialog box created by using the CLASS
directive in a resource file, then creating the dialog using
CreateDialogParam.

21 years agoAllocate the dialog info in DIALOG_CreateIndirect if this wasn't
Alexandre Julliard [Wed, 14 Jul 2004 00:49:40 +0000 (00:49 +0000)] 
Allocate the dialog info in DIALOG_CreateIndirect if this wasn't
already done by the dialog procedure.

21 years agoPrevent the debug buffer from overflowing on long stabs.
Jon Griffiths [Wed, 14 Jul 2004 00:44:27 +0000 (00:44 +0000)] 
Prevent the debug buffer from overflowing on long stabs.

21 years agoFixed handling of includes stack.
Alexandre Julliard [Wed, 14 Jul 2004 00:42:25 +0000 (00:42 +0000)] 
Fixed handling of includes stack.

21 years agoFix 16/32 bit separation.
Ge van Geldorp [Wed, 14 Jul 2004 00:39:10 +0000 (00:39 +0000)] 
Fix 16/32 bit separation.

21 years agoMore German translations.
Henning Gerhardt [Tue, 13 Jul 2004 23:36:37 +0000 (23:36 +0000)] 
More German translations.

21 years agoRemove DirectSound reference counts by buffers and add Destroy
Robert Reif [Tue, 13 Jul 2004 23:35:09 +0000 (23:35 +0000)] 
Remove DirectSound reference counts by buffers and add Destroy
functions to buffer components and DirectSound to allow proper
destruction even with outstanding references.
Remove trailing white space.
Add tests for proper release even with active buffers.

21 years agoAccept headers without \r\n ending in HttpAddRequestHeaders.
Robert Shearman [Tue, 13 Jul 2004 23:34:28 +0000 (23:34 +0000)] 
Accept headers without \r\n ending in HttpAddRequestHeaders.

21 years agoReference counting for CRYPTPROV objects.
Michael Jung [Tue, 13 Jul 2004 23:34:13 +0000 (23:34 +0000)] 
Reference counting for CRYPTPROV objects.
Implemented CryptContextAddRef.

21 years agoIn GetVolumeInformationW handle the case when there are no permissions
Rein Klazes [Tue, 13 Jul 2004 23:33:47 +0000 (23:33 +0000)] 
In GetVolumeInformationW handle the case when there are no permissions
accessing the device the same way as when no device is found.

21 years agoAdded and cleaned API docs.
James Hawkins [Tue, 13 Jul 2004 23:33:14 +0000 (23:33 +0000)] 
Added and cleaned API docs.

21 years agoAllow specifying multiple graphics drivers and use the first one that
Alexandre Julliard [Tue, 13 Jul 2004 03:53:55 +0000 (03:53 +0000)] 
Allow specifying multiple graphics drivers and use the first one that
loads successfully.

21 years agoMake x11drv fail to load when it can't open the display, instead of
Alexandre Julliard [Tue, 13 Jul 2004 03:49:52 +0000 (03:49 +0000)] 
Make x11drv fail to load when it can't open the display, instead of
killing the whole process.

21 years agoAdded support for dumping exported entry points in NE modules.
Alexandre Julliard [Tue, 13 Jul 2004 03:43:25 +0000 (03:43 +0000)] 
Added support for dumping exported entry points in NE modules.

21 years agoAdd a 16 bit pair DLL for TWAIN.
Mike Hearn [Tue, 13 Jul 2004 03:37:07 +0000 (03:37 +0000)] 
Add a 16 bit pair DLL for TWAIN.

21 years agoFixed switch (unsigned int) { case -1 / -2: } problems.
Marcus Meissner [Mon, 12 Jul 2004 23:52:33 +0000 (23:52 +0000)] 
Fixed switch (unsigned int) { case -1 / -2: } problems.

21 years agoDon't test i386 types on non i386.
Pierre d'Herbemont [Mon, 12 Jul 2004 23:48:58 +0000 (23:48 +0000)] 
Don't test i386 types on non i386.

21 years agoAdded a few stub implementations.
Mike McCormack [Mon, 12 Jul 2004 23:48:39 +0000 (23:48 +0000)] 
Added a few stub implementations.