wine
22 years agoFor a radio button even if the initial style includes WS_TABSTOP the
Bill Medland [Tue, 11 Dec 2001 00:16:23 +0000 (00:16 +0000)] 
For a radio button even if the initial style includes WS_TABSTOP the
first BM_SETCHECK 0 will clear it (even if the state was clear).

22 years agoA treeview item may be TVI_ROOT.
Bill Medland [Tue, 11 Dec 2001 00:15:11 +0000 (00:15 +0000)] 
A treeview item may be TVI_ROOT.

22 years agoFix for toolbar potentially using a NULL pointer.
Dave Hawkes [Tue, 11 Dec 2001 00:14:24 +0000 (00:14 +0000)] 
Fix for toolbar potentially using a NULL pointer.

22 years agoAdded WIN_GetRectangles function.
Alexandre Julliard [Thu, 6 Dec 2001 22:33:58 +0000 (22:33 +0000)] 
Added WIN_GetRectangles function.
Fixed WindowFromPoint to work accross processes.

22 years agoImplemented processing for actions: SPI_GET/SETGRIDGRANULARITY,
Andriy Palamarchuk [Thu, 6 Dec 2001 22:28:43 +0000 (22:28 +0000)] 
Implemented processing for actions: SPI_GET/SETGRIDGRANULARITY,
SPI_GET/SETICONTITLEWRAP, SPI_GET/SETMENUDROPALIGNMENT,
SPI_GET/SETDOUBLECLKWIDTH, SPI_GET/SETDOUBLECLKHEIGHT,
SPI_GET/SETDOUBLECLICKTIME.

22 years agoChange the message trace indentation to be consistent by thread.
Guy L. Albertelli [Thu, 6 Dec 2001 22:24:14 +0000 (22:24 +0000)] 
Change the message trace indentation to be consistent by thread.

22 years agoFix for some types of C++ debug info that can cause winedbg to crash.
Dave Hawkes [Thu, 6 Dec 2001 22:22:25 +0000 (22:22 +0000)] 
Fix for some types of C++ debug info that can cause winedbg to crash.

22 years agoDIALOG_CreateIndirect can incorrectly kill the current input focus.
Dave Hawkes [Thu, 6 Dec 2001 22:21:36 +0000 (22:21 +0000)] 
DIALOG_CreateIndirect can incorrectly kill the current input focus.

22 years agoRemoved calls to HEAP_GetSegptr.
Alexandre Julliard [Wed, 5 Dec 2001 22:23:02 +0000 (22:23 +0000)] 
Removed calls to HEAP_GetSegptr.

22 years agoFixed compile for !MZ_SUPPORTED.
Alexandre Julliard [Wed, 5 Dec 2001 22:19:57 +0000 (22:19 +0000)] 
Fixed compile for !MZ_SUPPORTED.

22 years agoUse ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte
Alexandre Julliard [Wed, 5 Dec 2001 22:18:48 +0000 (22:18 +0000)] 
Use ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte
to avoid corrupting the last error code.

22 years agoRemoved ntdll dependency on MultiByteToWideChar/WideCharToMultiByte
Alexandre Julliard [Wed, 5 Dec 2001 22:14:57 +0000 (22:14 +0000)] 
Removed ntdll dependency on MultiByteToWideChar/WideCharToMultiByte
kernel32 functions, plus a few small cleanups.

22 years agoCleanup and improve the mbcs support.
François Gouget [Wed, 5 Dec 2001 22:11:35 +0000 (22:11 +0000)] 
Cleanup and improve the mbcs support.
Add mbctype.h and mbstring.h.
Implement putwc and putwchar.

22 years agoThe toolbar commands were not sent to the correct notification
Dave Hawkes [Wed, 5 Dec 2001 22:10:26 +0000 (22:10 +0000)] 
The toolbar commands were not sent to the correct notification
window.

22 years agoFixed incorrect packing.
Jukka Heinonen [Wed, 5 Dec 2001 22:09:33 +0000 (22:09 +0000)] 
Fixed incorrect packing.

22 years agogetenv is case insensitive.
François Gouget [Wed, 5 Dec 2001 22:09:00 +0000 (22:09 +0000)] 
getenv is case insensitive.

22 years agomktime must normalize the struct tm fields.
François Gouget [Wed, 5 Dec 2001 22:08:46 +0000 (22:08 +0000)] 
mktime must normalize the struct tm fields.

22 years ago- allow to save/restore some properties into the registry (like font,
Eric Pouech [Tue, 4 Dec 2001 20:46:54 +0000 (20:46 +0000)] 
- allow to save/restore some properties into the registry (like font,
  cursor size...)
- implement the two sets of properties (default & current)
- fixed some bugs mainly in dialog
- enhanced font selection mechanisms,
- added and protected sub-menu for all operations (sysmenu is not
  avail in managed mode)
- better data separation for the backend(s)

22 years agoLet the console renderer be defined as a thread.
Eric Pouech [Tue, 4 Dec 2001 20:17:43 +0000 (20:17 +0000)] 
Let the console renderer be defined as a thread.

22 years agoOnly include the necessary files to avoid conflicts in gethostname
James Juran [Tue, 4 Dec 2001 20:16:58 +0000 (20:16 +0000)] 
Only include the necessary files to avoid conflicts in gethostname
prototypes between winsock.h and unistd.h

22 years agoCreateBitmap can take nHeight or nWidth = zero, and then returns a
Erik Inge Bolsø [Tue, 4 Dec 2001 20:16:25 +0000 (20:16 +0000)] 
CreateBitmap can take nHeight or nWidth = zero, and then returns a
pointer to a 1x1 monochrome bitmap.

22 years ago- Correct implementation of _169 (call of Release). This fixes crashes
Guy L. Albertelli [Tue, 4 Dec 2001 20:13:40 +0000 (20:13 +0000)] 
- Correct implementation of _169 (call of Release). This fixes crashes
  when actually attempting to call Release.
- Correct some traces.

22 years agoMoved most of the real-mode stuff to dlls/winedos.
Alexandre Julliard [Tue, 4 Dec 2001 19:54:44 +0000 (19:54 +0000)] 
Moved most of the real-mode stuff to dlls/winedos.

22 years agoAdded SYNCHRONIZE access to stdio handles.
Alexandre Julliard [Tue, 4 Dec 2001 19:50:18 +0000 (19:50 +0000)] 
Added SYNCHRONIZE access to stdio handles.

22 years agoCopy the correct number of bytes in WriteConsoleInputA.
Marcus Meissner [Tue, 4 Dec 2001 19:40:54 +0000 (19:40 +0000)] 
Copy the correct number of bytes in WriteConsoleInputA.

22 years agoFixed bugs in output functions (write).
Eric Pouech [Tue, 4 Dec 2001 19:40:28 +0000 (19:40 +0000)] 
Fixed bugs in output functions (write).
Rewrote some parts for better DLL separation.
Fixed some prototypes.
Fixed mmioAdvance in write mode.

22 years agoFixed acmFormatChoose returned fields.
Eric Pouech [Tue, 4 Dec 2001 19:39:54 +0000 (19:39 +0000)] 
Fixed acmFormatChoose returned fields.

22 years agoInitialize dialog data correctly in CreateTemplateDialog.
Gerard Patel [Tue, 4 Dec 2001 19:39:33 +0000 (19:39 +0000)] 
Initialize dialog data correctly in CreateTemplateDialog.

22 years agoMisc fixes to DCB building from command line.
Gerard Patel [Tue, 4 Dec 2001 19:39:13 +0000 (19:39 +0000)] 
Misc fixes to DCB building from command line.

22 years agoBetter handling of configuration with several Windows installations.
Gerard Patel [Tue, 4 Dec 2001 19:38:46 +0000 (19:38 +0000)] 
Better handling of configuration with several Windows installations.

22 years agoUndocumented feature of TB_{GET|SET}BUTTONINFO{A|W}: if mask has
Guy L. Albertelli [Sat, 1 Dec 2001 00:37:41 +0000 (00:37 +0000)] 
Undocumented feature of TB_{GET|SET}BUTTONINFO{A|W}: if mask has
0x80000000 set then the command id is really the index.

22 years ago- Fixed PathIsURL{A|W}.
Guy L. Albertelli [Sat, 1 Dec 2001 00:37:12 +0000 (00:37 +0000)] 
- Fixed PathIsURL{A|W}.
- Implemented PathRenameExtension{A|W}, SHRegDuplicateHKey,
  ChrCmpI{A|W}.
- Added forwards to DrawTextW, CreateDialogParamA, CreateFontW,
  TracePopupMenuEx.

22 years ago- Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
Guy L. Albertelli [Sat, 1 Dec 2001 00:36:18 +0000 (00:36 +0000)] 
- Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
  ColorRGBToHLS
- Implement routines for _172, _174, _176, _199, _215, _219, _236, _377,
  _378, UrlCompare{A|W}, UrlApplyScheme{A|W}.
- Fix routines _217, _169, _240, _276, _342, _376.

22 years agoRemoved Get/SetScreenSaveTimeout user driver functions because they
Andriy Palamarchuk [Fri, 30 Nov 2001 23:15:32 +0000 (23:15 +0000)] 
Removed Get/SetScreenSaveTimeout user driver functions because they
are not used.

22 years agoImplemented ImageList_GetDragImage.
Michael Stefaniuc [Fri, 30 Nov 2001 23:15:00 +0000 (23:15 +0000)] 
Implemented ImageList_GetDragImage.
Fixed ImageList_SetDragCursorImage and ImageList_Merge.
No need for StretchBlt in ImageList_BeginDrag.
Added some traces.

22 years agoUse gdi_display everywhere to avoid BadColor errors.
Glenn Schrader [Fri, 30 Nov 2001 23:14:18 +0000 (23:14 +0000)] 
Use gdi_display everywhere to avoid BadColor errors.

22 years agoRemove some possible interlocking problems with peb lock.
Gerard Patel [Fri, 30 Nov 2001 23:13:22 +0000 (23:13 +0000)] 
Remove some possible interlocking problems with peb lock.

22 years agoFixed WS_getpeername parameter in WS_accept.
Paul Rupe [Fri, 30 Nov 2001 23:12:13 +0000 (23:12 +0000)] 
Fixed WS_getpeername parameter in WS_accept.
Changed order of event processing in WINSOCK_DoAsyncEvent.

22 years agomap_image: map the PE header readonly.
Andrew Lewycky [Fri, 30 Nov 2001 23:08:21 +0000 (23:08 +0000)] 
map_image: map the PE header readonly.

22 years agodo_relocations: process relocation blocks with a VirtualAddress of 0,
Andrew Lewycky [Fri, 30 Nov 2001 23:08:02 +0000 (23:08 +0000)] 
do_relocations: process relocation blocks with a VirtualAddress of 0,
stop once SizeOfBlock == 0.

22 years agoRename debug.h to debugtools.h.
Michael Stefaniuc [Fri, 30 Nov 2001 23:07:30 +0000 (23:07 +0000)] 
Rename debug.h to debugtools.h.

22 years agoRedesign of the server communication protocol to allow arbitrary sized
Alexandre Julliard [Fri, 30 Nov 2001 18:46:42 +0000 (18:46 +0000)] 
Redesign of the server communication protocol to allow arbitrary sized
data to be exchanged.
Split request and reply structures to make backwards compatibility
easier.
Moved many console functions to dlls/kernel, added code page support,
changed a few requests to behave properly with the new protocol.

22 years agoAvoid potential problems with filenames containing spaces.
Andreas Mohr [Sun, 25 Nov 2001 00:51:36 +0000 (00:51 +0000)] 
Avoid potential problems with filenames containing spaces.

22 years agoNow passing event with --use-event to let programs starting with
Eric Pouech [Sun, 25 Nov 2001 00:49:36 +0000 (00:49 +0000)] 
Now passing event with --use-event to let programs starting with
digits being run.

22 years agommsystem.dll should be automatically loaded for 16-bit apps.
Joshua Thielen [Sun, 25 Nov 2001 00:49:10 +0000 (00:49 +0000)] 
mmsystem.dll should be automatically loaded for 16-bit apps.

22 years agoFixed IO when not run with wineconsole.
Eric Pouech [Sun, 25 Nov 2001 00:48:44 +0000 (00:48 +0000)] 
Fixed IO when not run with wineconsole.

22 years agoCompile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
Alexandre Julliard [Sat, 24 Nov 2001 17:07:08 +0000 (17:07 +0000)] 
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.

22 years agoSkip queue cleanups if queue has been destroyed already.
Alexandre Julliard [Sat, 24 Nov 2001 03:44:47 +0000 (03:44 +0000)] 
Skip queue cleanups if queue has been destroyed already.

22 years agoFixed registry routines broken by the structure sizes fix.
Alexandre Julliard [Sat, 24 Nov 2001 03:41:37 +0000 (03:41 +0000)] 
Fixed registry routines broken by the structure sizes fix.

22 years agoRevisited console support (got rid of old hacks and private editline
Eric Pouech [Fri, 23 Nov 2001 23:10:08 +0000 (23:10 +0000)] 
Revisited console support (got rid of old hacks and private editline
since we now have a brand new console), removed private debug heap.

22 years agoNew console code based on Win32 windows.
Eric Pouech [Fri, 23 Nov 2001 23:04:58 +0000 (23:04 +0000)] 
New console code based on Win32 windows.

22 years agoFixed packing and layout of many system structures.
Dmitry Timoshkov [Fri, 23 Nov 2001 18:44:43 +0000 (18:44 +0000)] 
Fixed packing and layout of many system structures.

22 years agoMSVCRT_getenv: compare for the length of the key and return NULL in
Uwe Bonnes [Fri, 23 Nov 2001 18:30:19 +0000 (18:30 +0000)] 
MSVCRT_getenv: compare for the length of the key and return NULL in
case of failure.

22 years agoAdd missing </para>.
Michael Stefaniuc [Fri, 23 Nov 2001 18:28:37 +0000 (18:28 +0000)] 
Add missing </para>.

22 years agoCheck for completed overlappeds in ReadComm16 to solve problems with
Mike McCormack [Fri, 23 Nov 2001 18:26:30 +0000 (18:26 +0000)] 
Check for completed overlappeds in ReadComm16 to solve problems with
programs that loop on it but don't get data.

22 years ago_dev_t is an unsigned integer.
Uwe Bonnes [Fri, 23 Nov 2001 18:25:34 +0000 (18:25 +0000)] 
_dev_t is an unsigned integer.

22 years agoImplemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
Andriy Palamarchuk [Tue, 20 Nov 2001 20:27:26 +0000 (20:27 +0000)] 
Implemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
SPI_GET/SETSCREENSAVEACTIVE, SPI_GET/SETSCREENSAVERRUNNING.

22 years agoGetUserName should include the terminating null character when
James Juran [Tue, 20 Nov 2001 20:26:54 +0000 (20:26 +0000)] 
GetUserName should include the terminating null character when
returning the size of the buffer returned. Correctly handle the
ERROR_MORE_DATA case.

22 years agoUse exception handler for GlobalUnlock, GlobalFree.
Andreas Mohr [Tue, 20 Nov 2001 20:26:35 +0000 (20:26 +0000)] 
Use exception handler for GlobalUnlock, GlobalFree.

22 years agoDocumentation fixes.
Patrik Stridvall [Tue, 20 Nov 2001 18:55:39 +0000 (18:55 +0000)] 
Documentation fixes.

22 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Tue, 20 Nov 2001 18:55:02 +0000 (18:55 +0000)] 
Fixed some issues found by winapi_check.

22 years agoMinor API files update.
Patrik Stridvall [Tue, 20 Nov 2001 18:54:43 +0000 (18:54 +0000)] 
Minor API files update.

22 years agoTOOLBAR_GetRect did not correctly translate the command ID to the
Dave Hawkes [Tue, 20 Nov 2001 18:54:04 +0000 (18:54 +0000)] 
TOOLBAR_GetRect did not correctly translate the command ID to the
button index.

22 years agoAdd Debian/Mandrake menu system support.
Dusan Lacko [Tue, 20 Nov 2001 18:53:33 +0000 (18:53 +0000)] 
Add Debian/Mandrake menu system support.

22 years agoIt is legal to call UnregisterClass with an hInstance of zero.
Bill Medland [Tue, 20 Nov 2001 18:53:16 +0000 (18:53 +0000)] 
It is legal to call UnregisterClass with an hInstance of zero.

22 years agoOnly include 'sys/user.h' for Linux. Fixes a compilation error on
Francois Gouget [Tue, 20 Nov 2001 18:52:42 +0000 (18:52 +0000)] 
Only include 'sys/user.h' for Linux. Fixes a compilation error on
FreeBSD 5.0.

22 years agoFix LUID definition.
Francois Gouget [Tue, 20 Nov 2001 18:52:20 +0000 (18:52 +0000)] 
Fix LUID definition.

22 years agoConvert message spy to unicode.
Dmitry Timoshkov [Tue, 20 Nov 2001 18:50:56 +0000 (18:50 +0000)] 
Convert message spy to unicode.

22 years agoFix lock up in GetKeyNameText due to an increment wrap when KeyCode is
Dave Hawkes [Tue, 20 Nov 2001 18:49:38 +0000 (18:49 +0000)] 
Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is
a char type and max_keycode is 255.

22 years ago- fix wrong hexadecimal GetLastError() output
Andreas Mohr [Mon, 19 Nov 2001 02:30:01 +0000 (02:30 +0000)] 
- fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address

22 years agoPrevent warnings about labels at end of switch statements when
James Juran [Mon, 19 Nov 2001 02:24:14 +0000 (02:24 +0000)] 
Prevent warnings about labels at end of switch statements when
compiling with gcc-3.x.

22 years agoFix the Solaris and FreeBSD compilation errors introduced by the
Francois Gouget [Mon, 19 Nov 2001 02:23:22 +0000 (02:23 +0000)] 
Fix the Solaris and FreeBSD compilation errors introduced by the
recent winsock update.

22 years agoFix a loop playing failure and a problem with choppy sound.
Simon Britnell [Mon, 19 Nov 2001 02:10:50 +0000 (02:10 +0000)] 
Fix a loop playing failure and a problem with choppy sound.

22 years agoA few typos.
Francois Gouget [Mon, 19 Nov 2001 02:09:49 +0000 (02:09 +0000)] 
A few typos.

22 years agoMIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.
Francois Gouget [Mon, 19 Nov 2001 02:08:56 +0000 (02:08 +0000)] 
MIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.

22 years agoBetter relaying for _lcreat.
Francois Gouget [Mon, 19 Nov 2001 02:08:34 +0000 (02:08 +0000)] 
Better relaying for _lcreat.

22 years agoSmall typo in avicap32.spec fixed.
Marcus Meissner [Mon, 19 Nov 2001 02:07:40 +0000 (02:07 +0000)] 
Small typo in avicap32.spec fixed.

22 years agoFix exchanged lines in WIN_GetWindowLong.
Gerard Patel [Mon, 19 Nov 2001 02:07:11 +0000 (02:07 +0000)] 
Fix exchanged lines in WIN_GetWindowLong.

22 years agoTruncate the window text if it is too large for the request buffer.
Alexandre Julliard [Fri, 16 Nov 2001 18:14:17 +0000 (18:14 +0000)] 
Truncate the window text if it is too large for the request buffer.

22 years agoLocal classes registered with USER instance handle now are now found
Joshua Thielen [Fri, 16 Nov 2001 18:11:43 +0000 (18:11 +0000)] 
Local classes registered with USER instance handle now are now found
in CLASS_FindClassByAtom.

22 years agoAdded missing RichEdit defines.
Jussi Jumppanen [Fri, 16 Nov 2001 18:11:15 +0000 (18:11 +0000)] 
Added missing RichEdit defines.

22 years agoMoved WIN_FindWinToRepaint functionality to the server.
Alexandre Julliard [Wed, 14 Nov 2001 21:28:36 +0000 (21:28 +0000)] 
Moved WIN_FindWinToRepaint functionality to the server.

22 years agoMake winsock.h and winsock2.h independent from the Unix headers.
Francois Gouget [Wed, 14 Nov 2001 21:26:23 +0000 (21:26 +0000)] 
Make winsock.h and winsock2.h independent from the Unix headers.
Make them compatible with both the Unix C headers and the MSVCRT
headers.
Ensure compatibility with the Unix headers via the USE_WS_PREFIX
macro.
Add WINE_NOWINSOCK: prevents winsock.h from being included from
windows.h when defined.
Add ws2tcpip.h, move definitions to the right header.

22 years agoStructure NEWTEXTMETRIC uses packing 4.
Dmitry Timoshkov [Wed, 14 Nov 2001 21:23:46 +0000 (21:23 +0000)] 
Structure NEWTEXTMETRIC uses packing 4.

22 years agoAdded missing MAPI defines.
Jussi Jumppanen [Wed, 14 Nov 2001 21:23:17 +0000 (21:23 +0000)] 
Added missing MAPI defines.

22 years agoStore the window caption text in the server.
Alexandre Julliard [Tue, 13 Nov 2001 22:23:48 +0000 (22:23 +0000)] 
Store the window caption text in the server.
Maintain a paint count separately for each window.

22 years agoFix the server paint count in SetWindowPos.
Gerard Patel [Tue, 13 Nov 2001 22:02:20 +0000 (22:02 +0000)] 
Fix the server paint count in SetWindowPos.

22 years agoFixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
Eric Pouech [Tue, 13 Nov 2001 21:58:32 +0000 (21:58 +0000)] 
Fixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
16/32 API call ordering.

22 years agoImplemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
Andriy Palamarchuk [Tue, 13 Nov 2001 21:30:59 +0000 (21:30 +0000)] 
Implemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
SPI_GET/SETKEYBOARDSPEED actions. Implemented use of mouse
acceleration/threshold for relative mouse movements.

22 years agoEDIT_EM_LineLength called from within EDIT_EM_LineLength needs
Andreas Mohr [Tue, 13 Nov 2001 21:29:38 +0000 (21:29 +0000)] 
EDIT_EM_LineLength called from within EDIT_EM_LineLength needs
starting line char index, not line index (== line number).

22 years ago- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
Guy L. Albertelli [Tue, 13 Nov 2001 21:28:21 +0000 (21:28 +0000)] 
- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
- Implement SHRegWriteUSValue{A|W}, UrlGetPart{A|W}, UrlIs...{A|W}

22 years agoFixed some race conditions in notification vs. operation
Eric Pouech [Mon, 12 Nov 2001 15:55:37 +0000 (15:55 +0000)] 
Fixed some race conditions in notification vs. operation
synchronization using the same in process message ring in waveIn as in
waveOut.

22 years agoFixes stupid bug with typelib filenames.
Huw D M Davies [Mon, 12 Nov 2001 15:50:01 +0000 (15:50 +0000)] 
Fixes stupid bug with typelib filenames.

22 years agoCast id to unsigned in GetDlgItem16.
Lawson Whitney [Mon, 12 Nov 2001 15:49:38 +0000 (15:49 +0000)] 
Cast id to unsigned in GetDlgItem16.

22 years agoParity settings were not set properly in BuildCommDCBAndTimeouts()
Gerson Kurz [Mon, 12 Nov 2001 15:49:08 +0000 (15:49 +0000)] 
Parity settings were not set properly in BuildCommDCBAndTimeouts()
because of an off-by-one error.

22 years agoFixed handling of -1 itemid in WM_DRAWITEM.
Gerard Patel [Mon, 12 Nov 2001 15:48:20 +0000 (15:48 +0000)] 
Fixed handling of -1 itemid in WM_DRAWITEM.

22 years ago- implement mbscspn mostly as a stub
Gerard Patel [Mon, 12 Nov 2001 15:47:26 +0000 (15:47 +0000)] 
- implement mbscspn mostly as a stub
- reimplement mktime

22 years ago- don't forget to initialize number of connections to 0
Andreas Mohr [Mon, 12 Nov 2001 15:46:33 +0000 (15:46 +0000)] 
- don't forget to initialize number of connections to 0
- add "RAS doesn't work" warning

22 years agoCleaned up the wodPlayer functionality to make it easier to follow.
Simon Britnell [Fri, 9 Nov 2001 20:26:59 +0000 (20:26 +0000)] 
Cleaned up the wodPlayer functionality to make it easier to follow.
Changed notification to be calculated from bytes played rather than
time elapsed.

22 years agoTest bits with '&' instead of '&&'.
Travis Michielsen [Fri, 9 Nov 2001 20:05:06 +0000 (20:05 +0000)] 
Test bits with '&' instead of '&&'.