wine
21 years agoAdded/fixed some definitions for direct sound capture.
Robert Reif [Fri, 14 Feb 2003 23:57:27 +0000 (23:57 +0000)] 
Added/fixed some definitions for direct sound capture.

21 years agoSupport the undocumented behavior of deleting column zero.
Duane Clark [Fri, 14 Feb 2003 23:31:45 +0000 (23:31 +0000)] 
Support the undocumented behavior of deleting column zero.

21 years agoFixed regression in process parent handling.
Eric Pouech [Fri, 14 Feb 2003 23:31:10 +0000 (23:31 +0000)] 
Fixed regression in process parent handling.

21 years agoRoll loop back up to avoid code duplication.
Dan Kegel [Fri, 14 Feb 2003 23:30:50 +0000 (23:30 +0000)] 
Roll loop back up to avoid code duplication.

21 years agoAuthors: Mike McCormack <mike@codeweavers.com>, Huw Davies <huw@codeweavers.com>
Alexandre Julliard [Fri, 14 Feb 2003 23:30:27 +0000 (23:30 +0000)] 
Authors: Mike McCormack <mike@codeweavers.com>, Huw Davies <huw@codeweavers.com>
- make world transforms work in EMFs
- fix declaration of GDICOMMENT_* macros
- refuse to load unaligned EMFs
- fix SetWinMetaFileBits

21 years agoSeparate "Enumerate Hardware Addresses" as function, as other netapi32
Uwe Bonnes [Fri, 14 Feb 2003 23:29:24 +0000 (23:29 +0000)] 
Separate "Enumerate Hardware Addresses" as function, as other netapi32
function need it.
Implemented level 0 of NetWkstaTransportEnum.

21 years agoImplemented _mbsnbcat.
Michael Stefaniuc [Fri, 14 Feb 2003 23:26:58 +0000 (23:26 +0000)] 
Implemented _mbsnbcat.

21 years agoChanged fd operations to take a struct fd instead of a struct object.
Alexandre Julliard [Fri, 14 Feb 2003 20:27:09 +0000 (20:27 +0000)] 
Changed fd operations to take a struct fd instead of a struct object.
Removed get_file_info function from object operations.
Added get_device_id request to avoid abusing get_file_info.

21 years agoCorrectly remember the first paint event, but delay item metrics
Dimitrie O. Paun [Fri, 14 Feb 2003 19:24:11 +0000 (19:24 +0000)] 
Correctly remember the first paint event, but delay item metrics
calculation until we actually have some items.

21 years ago- fixed mouse event generation
Eric Pouech [Fri, 14 Feb 2003 19:23:36 +0000 (19:23 +0000)] 
- fixed mouse event generation
- better management of some keys
- now generating several wincon-events for a given curses-event
- added basic support for V-scrolling (disabled by default)
- fixed printing of some unsupported characters

21 years agoOutputting backspaces should only move the cursor.
Jukka Heinonen [Fri, 14 Feb 2003 19:23:16 +0000 (19:23 +0000)] 
Outputting backspaces should only move the cursor.
Text buffer copy is now always initialized correctly.
Preserve video memory flag is parsed and text screen is now really
cleared when flag is clear.

21 years agoRemoved the nonexistant command "debugmsg" from winedbg help screen.
Mike Hearn [Fri, 14 Feb 2003 19:22:48 +0000 (19:22 +0000)] 
Removed the nonexistant command "debugmsg" from winedbg help screen.

21 years agoUse the dwStartVertex argument in the Draw*PrimitiveVB methods.
Lionel Ulmer [Wed, 12 Feb 2003 21:40:25 +0000 (21:40 +0000)] 
Use the dwStartVertex argument in the Draw*PrimitiveVB methods.

21 years agoChange algorithm to detect lighted / unlighted vertices.
Lionel Ulmer [Wed, 12 Feb 2003 21:36:56 +0000 (21:36 +0000)] 
Change algorithm to detect lighted / unlighted vertices.

21 years agoHandle the COLORVERTEX render state.
Lionel Ulmer [Wed, 12 Feb 2003 21:35:06 +0000 (21:35 +0000)] 
Handle the COLORVERTEX render state.

21 years agoTrace after the matrix has been copied, not before.
Lionel Ulmer [Wed, 12 Feb 2003 21:34:46 +0000 (21:34 +0000)] 
Trace after the matrix has been copied, not before.

21 years agoRemoved direct references to the file descriptor, use the new fd
Alexandre Julliard [Wed, 12 Feb 2003 21:30:44 +0000 (21:30 +0000)] 
Removed direct references to the file descriptor, use the new fd
functions instead so that get_fd works properly.

21 years ago- _SHStrDupAA forgot about terminating '\0'.
Sergei Turchanov [Wed, 12 Feb 2003 21:29:20 +0000 (21:29 +0000)] 
- _SHStrDupAA forgot about terminating '\0'.
- SHStrDupA adds extra terminator which is not needed as the length
  returned by MultiByteToWideChar(,,-1,,) already includes it.

21 years agoFix warning in __crtLCMapStringA.
Marcus Meissner [Wed, 12 Feb 2003 21:28:47 +0000 (21:28 +0000)] 
Fix warning in __crtLCMapStringA.

21 years agoAvoid warnings caused by assert(...).
Gerald Pfeifer [Wed, 12 Feb 2003 21:28:04 +0000 (21:28 +0000)] 
Avoid warnings caused by assert(...).

21 years agoReplace HEAP_strdupAtoW call and delete extra
Duane Clark [Wed, 12 Feb 2003 21:27:27 +0000 (21:27 +0000)] 
Replace HEAP_strdupAtoW call and delete extra
RtlCreateUnicodeStringFromAsciiz.

21 years agoImplemented EnumObjects for the keyboard device.
Lionel Ulmer [Wed, 12 Feb 2003 21:27:00 +0000 (21:27 +0000)] 
Implemented EnumObjects for the keyboard device.

21 years ago- fixed GetTransform
Lionel Ulmer [Wed, 12 Feb 2003 21:26:28 +0000 (21:26 +0000)] 
- fixed GetTransform
- implemented MultiplyTransform

21 years agoAdded fogging for transformed vertices.
Lionel Ulmer [Wed, 12 Feb 2003 21:26:05 +0000 (21:26 +0000)] 
Added fogging for transformed vertices.

21 years agoAdded some missing LeaveCriticalSection's.
Michael Stefaniuc [Wed, 12 Feb 2003 01:26:05 +0000 (01:26 +0000)] 
Added some missing LeaveCriticalSection's.

21 years agoRemove dead code after return or properly comment it out.
Michael Stefaniuc [Wed, 12 Feb 2003 01:23:17 +0000 (01:23 +0000)] 
Remove dead code after return or properly comment it out.

21 years agoAdd entry for "Error installing iKernel.exe: (0x1400)".
Tony Lambregts [Wed, 12 Feb 2003 01:20:35 +0000 (01:20 +0000)] 
Add entry for "Error installing iKernel.exe: (0x1400)".

21 years agoWinspool expects NULLs to be preserved in ascii to unicode
Duane Clark [Wed, 12 Feb 2003 01:19:25 +0000 (01:19 +0000)] 
Winspool expects NULLs to be preserved in ascii to unicode
conversions.

21 years agoIncrease size of insufficiently big stack allocated buffer used for
Warren Baird [Wed, 12 Feb 2003 01:17:55 +0000 (01:17 +0000)] 
Increase size of insufficiently big stack allocated buffer used for
error messages in ELF_LoadLibraryExA.

21 years agoImplementation of GetDeviceCaps in metafile driver.
Warren Baird [Wed, 12 Feb 2003 01:17:25 +0000 (01:17 +0000)] 
Implementation of GetDeviceCaps in metafile driver.

21 years agoAdded BYTE explicit casts in RGB macro definition.
Warren Baird [Wed, 12 Feb 2003 01:15:27 +0000 (01:15 +0000)] 
Added BYTE explicit casts in RGB macro definition.

21 years agoMake trace output produced by wineboot more useful.
Matthew Davison [Wed, 12 Feb 2003 01:14:08 +0000 (01:14 +0000)] 
Make trace output produced by wineboot more useful.

21 years agoReport an error if GetDeviceData is called on an Unacquired device.
Lionel Ulmer [Wed, 12 Feb 2003 01:13:31 +0000 (01:13 +0000)] 
Report an error if GetDeviceData is called on an Unacquired device.

21 years agoModify the wineconf tags so that the sample config can be included in
Tony Lambregts [Wed, 12 Feb 2003 01:12:18 +0000 (01:12 +0000)] 
Modify the wineconf tags so that the sample config can be included in
the documentation.

21 years agoFix comment in ZfromZproj.
Christian Costa [Wed, 12 Feb 2003 01:11:17 +0000 (01:11 +0000)] 
Fix comment in ZfromZproj.
Fix missing path in lighting code.
Move some OpenGL fog init to the right place.

21 years agoImplemented IDirect3DDevice7_Load.
Christian Costa [Wed, 12 Feb 2003 01:10:03 +0000 (01:10 +0000)] 
Implemented IDirect3DDevice7_Load.

21 years agoPorting fixes.
Steven Edwards [Tue, 11 Feb 2003 22:27:13 +0000 (22:27 +0000)] 
Porting fixes.

21 years agoReorganize IOCTL handling.
Jukka Heinonen [Tue, 11 Feb 2003 22:22:50 +0000 (22:22 +0000)] 
Reorganize IOCTL handling.
Move ASPI hooking to winedos.
Move some miscellaneous functions to winedos.
Remove unnecessary exports from winedos dll.

21 years agoIn PE_fixup_imports report "module file not found" only in case of a
Rein Klazes [Tue, 11 Feb 2003 22:21:24 +0000 (22:21 +0000)] 
In PE_fixup_imports report "module file not found" only in case of a
"file not found" error. Otherwise report failure and error number.

21 years agoFixed undefined operation compiler warning.
Marcus Meissner [Tue, 11 Feb 2003 22:20:24 +0000 (22:20 +0000)] 
Fixed undefined operation compiler warning.

21 years agoAdd locking to VGA_SetWindowStart.
Jukka Heinonen [Tue, 11 Feb 2003 22:19:27 +0000 (22:19 +0000)] 
Add locking to VGA_SetWindowStart.
Move console updates to update thread instead of immediately writing
to console.

21 years agoAdd support for VESA mode information.
Jukka Heinonen [Tue, 11 Feb 2003 22:18:11 +0000 (22:18 +0000)] 
Add support for VESA mode information.
Reorganize controller and state information routines.

21 years agoCompute matrix of first paint when we actually have some items
Dimitrie O. Paun [Tue, 11 Feb 2003 22:17:31 +0000 (22:17 +0000)] 
Compute matrix of first paint when we actually have some items
(problem first spotted & debugged by Duane Clark).

21 years agoAdd missing ListView_SetItemCount declaration.
Dimitrie O. Paun [Tue, 11 Feb 2003 22:15:22 +0000 (22:15 +0000)] 
Add missing ListView_SetItemCount declaration.

21 years agoAdded stub for undocumented 'wglGetDefaultProcAddress' function.
Lionel Ulmer [Tue, 11 Feb 2003 22:13:54 +0000 (22:13 +0000)] 
Added stub for undocumented 'wglGetDefaultProcAddress' function.

21 years agoFix wrong structure used to determine the size of a memcpy in
Warren Baird [Tue, 11 Feb 2003 22:13:11 +0000 (22:13 +0000)] 
Fix wrong structure used to determine the size of a memcpy in
MFDRV_CreateBrushIndirect.

21 years agoFixed time zone calculation.
Martin Fuchs [Tue, 11 Feb 2003 22:12:41 +0000 (22:12 +0000)] 
Fixed time zone calculation.

21 years agoAuthors: Francois Gouget <fgouget@free.fr>, With help from Enio Schutt Jr <enio.s...
Alexandre Julliard [Tue, 11 Feb 2003 22:11:56 +0000 (22:11 +0000)] 
Authors: Francois Gouget <fgouget@free.fr>, With help from Enio Schutt Jr <enio.s.jr@operamail.com>
Skip the overlapped I/O tests on files on Win9x.

21 years agoImplemented __crtLCMapStringA.
Marcus Meissner [Tue, 11 Feb 2003 22:11:17 +0000 (22:11 +0000)] 
Implemented __crtLCMapStringA.

21 years agoManage internal ctl3d auto subclass flag.
Dmitry Timoshkov [Tue, 11 Feb 2003 22:10:36 +0000 (22:10 +0000)] 
Manage internal ctl3d auto subclass flag.

21 years agoOnly install the keyboard hook on device creation.
Ove Kaaven [Tue, 11 Feb 2003 22:10:11 +0000 (22:10 +0000)] 
Only install the keyboard hook on device creation.

21 years agoTranslated sprintf calls into snprintf.
Eric Pouech [Tue, 11 Feb 2003 22:07:16 +0000 (22:07 +0000)] 
Translated sprintf calls into snprintf.

21 years ago- translated sprintf calls into snprintf
Eric Pouech [Tue, 11 Feb 2003 22:06:19 +0000 (22:06 +0000)] 
- translated sprintf calls into snprintf
- added helper for sending strings in hex form

21 years agoAttach command no longer worked as expected, fixed it.
Eric Pouech [Tue, 11 Feb 2003 22:05:06 +0000 (22:05 +0000)] 
Attach command no longer worked as expected, fixed it.

21 years agoFixed handling of PATH command with spaces.
Sylvain Petreolle [Tue, 11 Feb 2003 22:01:11 +0000 (22:01 +0000)] 
Fixed handling of PATH command with spaces.

21 years agoAdd option to set preprocessor (not yet implemented).
Dimitrie O. Paun [Tue, 11 Feb 2003 21:58:46 +0000 (21:58 +0000)] 
Add option to set preprocessor (not yet implemented).
Remove the -N option, which is equivalent to '-P cat'.

21 years agoAdd support for 24 bpp to _Blt_ColorFill.
Christian Costa [Tue, 11 Feb 2003 21:58:07 +0000 (21:58 +0000)] 
Add support for 24 bpp to _Blt_ColorFill.
Fix endianness issue in DIB_DirectDrawSurface_Blt.

21 years agoAdded FIXME on stub exception.
Andreas Mohr [Tue, 11 Feb 2003 21:56:59 +0000 (21:56 +0000)] 
Added FIXME on stub exception.

21 years agoMade process and thread ids small integers instead of pointers.
Alexandre Julliard [Sat, 1 Feb 2003 01:38:40 +0000 (01:38 +0000)] 
Made process and thread ids small integers instead of pointers.

21 years agoStore mbstok() next pointer in the per-thread data.
Alexandre Julliard [Sat, 1 Feb 2003 00:59:22 +0000 (00:59 +0000)] 
Store mbstok() next pointer in the per-thread data.

21 years agoImplemented _mbstok and _mbsnbset.
Michael Stefaniuc [Sat, 1 Feb 2003 00:45:22 +0000 (00:45 +0000)] 
Implemented _mbstok and _mbsnbset.

21 years agoImplemented marshalling of pointers, simple and complex structures,
Ove Kaaven [Sat, 1 Feb 2003 00:44:51 +0000 (00:44 +0000)] 
Implemented marshalling of pointers, simple and complex structures,
conformant and complex arrays, and user-marshalled types.
Improved marshalling of conformant strings and interface pointers a
bit.

21 years agoChange SHCreateDirectory and Win32DeleteFile to be Unicode or ANSI depending
Rolf Kalbermatter [Sat, 1 Feb 2003 00:41:30 +0000 (00:41 +0000)] 
Change SHCreateDirectory and Win32DeleteFile to be Unicode or ANSI depending
on OS version. Add ShCreateDirectoryEx API.

21 years agoMerge README.wrc into wrc's man page.
Dimitrie O. Paun [Sat, 1 Feb 2003 00:36:59 +0000 (00:36 +0000)] 
Merge README.wrc into wrc's man page.

21 years agoExtended SetSystemPaletteUse to deal with error conditions.
Andrew John Hughes [Sat, 1 Feb 2003 00:36:38 +0000 (00:36 +0000)] 
Extended SetSystemPaletteUse to deal with error conditions.

21 years agoCorrect some capabilities, and default others to fully supported for
Jason Edmeades [Sat, 1 Feb 2003 00:35:36 +0000 (00:35 +0000)] 
Correct some capabilities, and default others to fully supported for
now.

21 years agoNo longer used.
Alexandre Julliard [Fri, 31 Jan 2003 03:24:59 +0000 (03:24 +0000)] 
No longer used.

21 years ago- DeviceCapabilities16 now calls PSDRV_DeviceCapabilities.
Andrew John Hughes [Fri, 31 Jan 2003 03:24:33 +0000 (03:24 +0000)] 
- DeviceCapabilities16 now calls PSDRV_DeviceCapabilities.
- ExtDeviceMode16 now calls PSDRV_ExtDeviceMode.
- Extended switch statement in DeviceCapabilities to handle new
  options.
- Added comments to functions.

21 years agoBetter handling of bad data in TabbedTextOut/TabbedTextExtent
Bill Medland [Fri, 31 Jan 2003 03:23:18 +0000 (03:23 +0000)] 
Better handling of bad data in TabbedTextOut/TabbedTextExtent
Checked with:
a) Null tabstop array with non-zero number of entries
b) Negative number of entries (MSDN is wrong; it is not an error)
c) Single tabwidth of negative size
d) Single specified tabwidth of zero size

21 years agoReuseBuffer should be FALSE for RPC clients.
Ove Kaaven [Fri, 31 Jan 2003 03:22:53 +0000 (03:22 +0000)] 
ReuseBuffer should be FALSE for RPC clients.
Some cleanups and elimination of some duplicate code.

21 years agoFixed a bug in CompleteBindingA/W.
Ove Kaaven [Fri, 31 Jan 2003 03:22:38 +0000 (03:22 +0000)] 
Fixed a bug in CompleteBindingA/W.

21 years agoImplemented RpcRaiseException.
Ove Kaaven [Fri, 31 Jan 2003 03:22:27 +0000 (03:22 +0000)] 
Implemented RpcRaiseException.

21 years agoSome RPC definitions.
Ove Kaaven [Fri, 31 Jan 2003 03:21:11 +0000 (03:21 +0000)] 
Some RPC definitions.

21 years agoRemove header file generation, and related options.
Dimitrie O. Paun [Fri, 31 Jan 2003 03:20:49 +0000 (03:20 +0000)] 
Remove header file generation, and related options.

21 years agoImplemented mbsicoll (without locale handling).
Marcus Meissner [Fri, 31 Jan 2003 03:20:25 +0000 (03:20 +0000)] 
Implemented mbsicoll (without locale handling).

21 years agoRemoved invalid char.
Waldeck Schutzer [Fri, 31 Jan 2003 03:20:03 +0000 (03:20 +0000)] 
Removed invalid char.

21 years ago- Added experimental parsing for C++ code (but winedbg doesn't support
Eric Pouech [Thu, 30 Jan 2003 01:18:06 +0000 (01:18 +0000)] 
- Added experimental parsing for C++ code (but winedbg doesn't support
  C++ ABI).
- Now loading symbols for included files.

21 years agoXCloseIM sometimes crashes in Xlib, don't call it.
Alexandre Julliard [Thu, 30 Jan 2003 01:08:53 +0000 (01:08 +0000)] 
XCloseIM sometimes crashes in Xlib, don't call it.

21 years agoAdded XNFocusWindow attribute when creating a IC.
Liu Spider [Thu, 30 Jan 2003 01:07:43 +0000 (01:07 +0000)] 
Added XNFocusWindow attribute when creating a IC.

21 years agoStarted moving functions that deal with Unix file descriptors to a
Alexandre Julliard [Thu, 30 Jan 2003 00:26:44 +0000 (00:26 +0000)] 
Started moving functions that deal with Unix file descriptors to a
separate fd object. This will be needed for file locking.

21 years ago- Removed no longer used queue & modref related commands.
Eric Pouech [Thu, 30 Jan 2003 00:24:18 +0000 (00:24 +0000)] 
- Removed no longer used queue & modref related commands.
- Protected walk commands while being called with no process loaded.
- In command grammar, allowed some expressions while only numbers
  where accepted.
- Renamed 'info maps' info 'walk maps' and let it work on any
  process.

21 years agoProvide stub implementations of GetTypeByNameA and SetServiceA.
Andrew John Hughes [Thu, 30 Jan 2003 00:23:39 +0000 (00:23 +0000)] 
Provide stub implementations of GetTypeByNameA and SetServiceA.

21 years agoRemove writable-strings support.
Dimitrie O. Paun [Thu, 30 Jan 2003 00:19:14 +0000 (00:19 +0000)] 
Remove writable-strings support.

21 years agoOnly warn if message is >= WM_USER && < WM_APP.
Dan Kegel [Thu, 30 Jan 2003 00:18:48 +0000 (00:18 +0000)] 
Only warn if message is >= WM_USER && < WM_APP.

21 years ago- Defer of IDirect3DVertexShader_SetConstant, waiting for
Raphael Junqueira [Thu, 30 Jan 2003 00:18:27 +0000 (00:18 +0000)] 
- Defer of IDirect3DVertexShader_SetConstant, waiting for
DrawPrimitive call.
- Beginning of VertexShader constants support into stateblock (only
  stored, not captured yet).
- Fix compiation with nivdia GL/gl.h and mesa Gl/glext headers as
  reported by Andrew John Hughes.
- One glActiveTexture/glActiveTextureARB missing.

21 years agoAdd missing casts related to pthread_t. Tweak comments.
Gerald Pfeifer [Thu, 30 Jan 2003 00:17:30 +0000 (00:17 +0000)] 
Add missing casts related to pthread_t. Tweak comments.

21 years agoFix buffered input function. Add support for UMB subfunctions to
Jukka Heinonen [Thu, 30 Jan 2003 00:17:03 +0000 (00:17 +0000)] 
Fix buffered input function. Add support for UMB subfunctions to
memory allocation strategy function. Move flock to winedos.

21 years ago- made ICInfo closer to Windows behavior (i.e. no longer opens the
Eric Pouech [Thu, 30 Jan 2003 00:16:35 +0000 (00:16 +0000)] 
- made ICInfo closer to Windows behavior (i.e. no longer opens the
  driver)
- fixed most endianess related bugs in fourCC handling
- added debug function for printing fourCC:s
- internal function fixes and speed-up

21 years agoAdd real syntax doc for LABEL command.
Dan Kegel [Thu, 30 Jan 2003 00:15:50 +0000 (00:15 +0000)] 
Add real syntax doc for LABEL command.

21 years agoSome needed cleanups for future dx9 and d3d common layer support:
Raphael Junqueira [Tue, 28 Jan 2003 01:12:23 +0000 (01:12 +0000)] 
Some needed cleanups for future dx9 and d3d common layer support:
  - stateblocks to IDirect3DStateBlockImpl interface and moving into
    a new file (stateblock.c)
  - shaders to IDirect3D*ShaderImpl interfaces
  - splitting vshader and vshader declaration as in dx9 into 2
    interfaces (for future common layer use)
  - vshader declaration code to a new file (vsaderdeclaration.c)
  - device calls to new interfaces (redirect stubs)
Simple texture fix for a little regression after last Jason's patches.
Some caps code using the GL/glext.h defines (GL_VERSION_*).

21 years agoImplemented font selection.
Shachar Shemesh [Tue, 28 Jan 2003 01:10:28 +0000 (01:10 +0000)] 
Implemented font selection.
Added accelerators resources.

21 years agoProperly #define sipx_node for FreeBSD.
Gerald Pfeifer [Tue, 28 Jan 2003 01:07:09 +0000 (01:07 +0000)] 
Properly #define sipx_node for FreeBSD.

21 years agoUpdated the Sample config
Tom Wickline [Tue, 28 Jan 2003 01:06:50 +0000 (01:06 +0000)] 
Updated the Sample config
Replaced <para> with <programlisting>.

21 years agoFix DoDragDrop in case of child windows.
Juergen Schmied [Tue, 28 Jan 2003 01:06:20 +0000 (01:06 +0000)] 
Fix DoDragDrop in case of child windows.

21 years agoWhen using desktop mode attach all thread inputs together, so that
Alexandre Julliard [Tue, 28 Jan 2003 00:34:07 +0000 (00:34 +0000)] 
When using desktop mode attach all thread inputs together, so that
keyboard focus works properly.

21 years agoRemoved the old win.ini sample replaced it with a RH 8.0 rpm .spec.
Tom Wickline [Tue, 28 Jan 2003 00:32:25 +0000 (00:32 +0000)] 
Removed the old win.ini sample replaced it with a RH 8.0 rpm .spec.
Changed title name of section 5.1.
Other small fixes.

21 years agoDo not free the old string in SysReAllocStringLen, reuse the old
Marcus Meissner [Tue, 28 Jan 2003 00:30:29 +0000 (00:30 +0000)] 
Do not free the old string in SysReAllocStringLen, reuse the old
string memory (if 'in' is NULL).

21 years agoAvoid compiler warning in STORAGE_get_free_pps_entry().
Gerald Pfeifer [Tue, 28 Jan 2003 00:24:23 +0000 (00:24 +0000)] 
Avoid compiler warning in STORAGE_get_free_pps_entry().

21 years agoDo not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
Martin Wilck [Tue, 28 Jan 2003 00:24:04 +0000 (00:24 +0000)] 
Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
(currently unused) can thus be used to determine if a stream socket
was ever connected.

21 years agoAdded R4 and R8 comparison to VarCmp.
Marcus Meissner [Tue, 28 Jan 2003 00:23:19 +0000 (00:23 +0000)] 
Added R4 and R8 comparison to VarCmp.
Added I2 to VarFormat.
Added VarSub, VarDiv, VarMul for integer and float types.