wine
21 years agoAllocate the TEB and signal stack separately from the main stack.
Alexandre Julliard [Tue, 4 Nov 2003 04:50:18 +0000 (04:50 +0000)] 
Allocate the TEB and signal stack separately from the main stack.
Dynamically allocate the initial TEB too so that it is properly
page-aligned.

21 years agoThe CDDA case of CDROM_RawRead() no longer works on FreeBSD -CURRENT,
Gerald Pfeifer [Tue, 4 Nov 2003 04:23:49 +0000 (04:23 +0000)] 
The CDDA case of CDROM_RawRead() no longer works on FreeBSD -CURRENT,
remove it.  Also, combine the FreeBSD and NetBSD NYI notes.

21 years agoPropSheetPageProc callback should always have hwnd = 0.
Huw Davies [Tue, 4 Nov 2003 04:23:00 +0000 (04:23 +0000)] 
PropSheetPageProc callback should always have hwnd = 0.

21 years agoAuthors: Ulrich Czekalla <ulrich@codeweavers.com>, Huw Davies <huw@codeweavers.com>
Alexandre Julliard [Tue, 4 Nov 2003 04:22:37 +0000 (04:22 +0000)] 
Authors: Ulrich Czekalla <ulrich@codeweavers.com>, Huw Davies <huw@codeweavers.com>
Added drag and drop support to listview.

21 years agoFix a fixme.
Huw Davies [Tue, 4 Nov 2003 04:22:07 +0000 (04:22 +0000)] 
Fix a fixme.

21 years agoWM_WINDOWPOSCHANGING should receive original, not fixed values.
Dmitry Timoshkov [Tue, 4 Nov 2003 04:21:42 +0000 (04:21 +0000)] 
WM_WINDOWPOSCHANGING should receive original, not fixed values.

21 years agoAlways repaint scroll bar if requested.
Dmitry Timoshkov [Tue, 4 Nov 2003 04:21:15 +0000 (04:21 +0000)] 
Always repaint scroll bar if requested.

21 years agoProtect ILIsParent from NULL pidls.
Dmitry Timoshkov [Tue, 4 Nov 2003 04:21:01 +0000 (04:21 +0000)] 
Protect ILIsParent from NULL pidls.

21 years agoFixed bug in capture stop. Only current header should be returned to
Robert Reif [Tue, 4 Nov 2003 04:20:47 +0000 (04:20 +0000)] 
Fixed bug in capture stop.  Only current header should be returned to
app.
Make wave fragment size adjustable to guarantee better than 10 ms
latency.  Makes a difference for 8 kHz voice apps.

21 years agoAvoid argument list limit in etags generation.
Mike Hearn [Tue, 4 Nov 2003 04:20:02 +0000 (04:20 +0000)] 
Avoid argument list limit in etags generation.

21 years agoPass through floats correctly to the render states at
Jason Edmeades [Tue, 4 Nov 2003 04:17:52 +0000 (04:17 +0000)] 
Pass through floats correctly to the render states at
initialization. Fixes point problems.

21 years agoCheck that we don't write out of the defined range of palettes.
Carlos Lozano [Tue, 4 Nov 2003 04:17:28 +0000 (04:17 +0000)] 
Check that we don't write out of the defined range of palettes.

21 years agoAllocate a memory view for builtin dlls so that VirtualQuery returns
Alexandre Julliard [Mon, 3 Nov 2003 22:23:09 +0000 (22:23 +0000)] 
Allocate a memory view for builtin dlls so that VirtualQuery returns
something sensible.

21 years agoFixed type and protection values returned by NtQueryVirtualMemory to
Alexandre Julliard [Mon, 3 Nov 2003 22:21:55 +0000 (22:21 +0000)] 
Fixed type and protection values returned by NtQueryVirtualMemory to
be closer to what Windows does.
Allow using MEM_SYSTEM without MEM_RESERVE to avoid 64k alignment.
Use pread instead of lseek+read when faking mmap.

21 years agoPut better values for code and data sizes in the NT header of builtin
Alexandre Julliard [Mon, 3 Nov 2003 22:19:44 +0000 (22:19 +0000)] 
Put better values for code and data sizes in the NT header of builtin
dlls.

21 years agoWM_LBUTTONDOWN calls SetFocus under Windows. Remove the SetFocus in
Huw Davies [Mon, 3 Nov 2003 22:15:59 +0000 (22:15 +0000)] 
WM_LBUTTONDOWN calls SetFocus under Windows.  Remove the SetFocus in
WM_MOUSEACTIVATE.

21 years agoDon't get confused if PSN_SETACTIVE returns a positive number that
Huw Davies [Mon, 3 Nov 2003 22:15:39 +0000 (22:15 +0000)] 
Don't get confused if PSN_SETACTIVE returns a positive number that
isn't a resource id.

21 years agoMake the listview send its notifications to the parent window passed
Huw Davies [Mon, 3 Nov 2003 22:15:22 +0000 (22:15 +0000)] 
Make the listview send its notifications to the parent window passed
to it in CREATESTRUCT.  Based on a treeview patch by Igor Grahek.

21 years agoFix the return value of StretchDIBits.
Huw Davies [Mon, 3 Nov 2003 22:14:46 +0000 (22:14 +0000)] 
Fix the return value of StretchDIBits.

21 years agoImplement PSDRV_PaintRgn (also gets us FillRgn, FrameRgn and FillPath
Huw Davies [Mon, 3 Nov 2003 22:14:30 +0000 (22:14 +0000)] 
Implement PSDRV_PaintRgn (also gets us FillRgn, FrameRgn and FillPath
for free).

21 years agoAdd common dialog notification messages and WM_SIZE.
Dmitry Timoshkov [Mon, 3 Nov 2003 22:14:04 +0000 (22:14 +0000)] 
Add common dialog notification messages and WM_SIZE.

21 years agoAdd support for QWERTZ virtual keys mapping, fix many keyboard layouts
Dmitry Timoshkov [Mon, 3 Nov 2003 22:13:48 +0000 (22:13 +0000)] 
Add support for QWERTZ virtual keys mapping, fix many keyboard layouts
to conform to the XFree86 ones, add support for Russian cp1251 and
phonetic keyboard layouts, Israelian phonetic and Saharon keyboard
layouts.

21 years agoImplement fat32 extended free space function.
Jukka Heinonen [Mon, 3 Nov 2003 22:13:25 +0000 (22:13 +0000)] 
Implement fat32 extended free space function.
Make fat32 calls reset carry flag explicitly.

21 years agoDo not coerce arguments of ITypeLib::Invoke in-place, or we get
Marcus Meissner [Mon, 3 Nov 2003 22:13:05 +0000 (22:13 +0000)] 
Do not coerce arguments of ITypeLib::Invoke in-place, or we get
corrupted variants.
Handle V_ARRAY | something -> VT_SAFEARRAY, as this is a NOP.

21 years agoStubs for job control.
Mike McCormack [Mon, 3 Nov 2003 22:12:15 +0000 (22:12 +0000)] 
Stubs for job control.

21 years agoUse a timeout when sending broadcast messages.
Alexandre Julliard [Fri, 31 Oct 2003 04:18:55 +0000 (04:18 +0000)] 
Use a timeout when sending broadcast messages.

21 years agoDuplicate stdin/stdout handles to avoid closing them when library is
Ulrich Czekalla [Fri, 31 Oct 2003 04:17:45 +0000 (04:17 +0000)] 
Duplicate stdin/stdout handles to avoid closing them when library is
unloaded.

21 years agoSwitched a + to a - so that it makes sense when marking the last node
Aric Stewart [Fri, 31 Oct 2003 04:16:54 +0000 (04:16 +0000)] 
Switched a + to a - so that it makes sense when marking the last node
in the Adapters Info linked list.

21 years agoMake support for CopyRects to a small area of the back buffer, and
Jason Edmeades [Fri, 31 Oct 2003 04:15:07 +0000 (04:15 +0000)] 
Make support for CopyRects to a small area of the back buffer, and
correct the general method of updating the back buffer.

21 years agoReplace 28591 by 28605 (euro) for appropriate locales.
Dmitry Timoshkov [Fri, 31 Oct 2003 03:40:08 +0000 (03:40 +0000)] 
Replace 28591 by 28605 (euro) for appropriate locales.

21 years agoMake sure GetTempFileName never returns 0 on success.
Alexandre Julliard [Fri, 31 Oct 2003 03:38:54 +0000 (03:38 +0000)] 
Make sure GetTempFileName never returns 0 on success.

21 years agoMostly stub implemenation for cfgmgr32.
Mike McCormack [Fri, 31 Oct 2003 03:38:07 +0000 (03:38 +0000)] 
Mostly stub implemenation for cfgmgr32.

21 years agoClear should not be affected by write masks.
Jason Edmeades [Fri, 31 Oct 2003 03:35:43 +0000 (03:35 +0000)] 
Clear should not be affected by write masks.

21 years agoImplemented RtlCreateUserThread, and use it to move thread creation to
Alexandre Julliard [Fri, 31 Oct 2003 00:16:20 +0000 (00:16 +0000)] 
Implemented RtlCreateUserThread, and use it to move thread creation to
ntdll.

21 years agoColorWriteEnable should not impact clearing the screen.
Jason Edmeades [Fri, 31 Oct 2003 00:09:07 +0000 (00:09 +0000)] 
ColorWriteEnable should not impact clearing the screen.

21 years ago- Use the style returned in custom draw structure to draw the button,
Robert Shearman [Fri, 31 Oct 2003 00:08:39 +0000 (00:08 +0000)] 
- Use the style returned in custom draw structure to draw the button,
  as apps may modify the style this way.
- Disabled buttons can become hot.
- Retrieve image list for drawing after getting image list ID (in
  I_IMAGECALLBACK case).

21 years ago- better traces
Raphael Junqueira [Fri, 31 Oct 2003 00:08:02 +0000 (00:08 +0000)] 
- better traces
- some IPersistStream::GetClassID implementation
- add the "search by name" support for IDirectMusicLoader8::GetObject
  (and a hack for understanding containers use)

21 years ago- Fix tab size for TCS_OWNERDRAWFIXED style.
Vitaliy Margolen [Fri, 31 Oct 2003 00:06:42 +0000 (00:06 +0000)] 
- Fix tab size for TCS_OWNERDRAWFIXED style.
- Correct size recalculation after setting tab width.
- Fix button sizes to match native.
- Center both vertically and horizontally tab text & icon.
- Use correct left/center alignment flags.

21 years agoCopyRects (per rect) copied one too many lines, trashing the heap.
Jason Edmeades [Thu, 30 Oct 2003 23:24:44 +0000 (23:24 +0000)] 
CopyRects (per rect) copied one too many lines, trashing the heap.
Also tidies up scissor test from previous patch.

21 years agoAdded a test for mailslots.
Mike McCormack [Thu, 30 Oct 2003 23:24:12 +0000 (23:24 +0000)] 
Added a test for mailslots.

21 years agoFixed race in %gs selector restoring during vm86 mode return.
Alexandre Julliard [Thu, 30 Oct 2003 23:15:56 +0000 (23:15 +0000)] 
Fixed race in %gs selector restoring during vm86 mode return.
Minor cleanups.

21 years agoChange some variables from int to unsigned to avoid signedness
Gerald Pfeifer [Thu, 30 Oct 2003 23:09:25 +0000 (23:09 +0000)] 
Change some variables from int to unsigned to avoid signedness
mismatches.

21 years agoAdd proper casts to avoid signed vs. unsigned mismatches in
Gerald Pfeifer [Thu, 30 Oct 2003 23:09:09 +0000 (23:09 +0000)] 
Add proper casts to avoid signed vs. unsigned mismatches in
strmake().

21 years agoCache the wave volume so it can be returned rather than the OSS
Robert Reif [Thu, 30 Oct 2003 23:08:46 +0000 (23:08 +0000)] 
Cache the wave volume so it can be returned rather than the OSS
derived value when possible.

21 years agoReturn more sane mailslot error values.
Mike McCormack [Thu, 30 Oct 2003 23:08:23 +0000 (23:08 +0000)] 
Return more sane mailslot error values.

21 years agoClean up *GetDevCaps to check for valid pointer and only copy proper
Robert Reif [Thu, 30 Oct 2003 23:07:23 +0000 (23:07 +0000)] 
Clean up *GetDevCaps to check for valid pointer and only copy proper
amount of data.

21 years agoInclude ntdll_misc.h to avoid undefined reference to GetProcessHeap
Pavel Roskin [Thu, 30 Oct 2003 23:06:41 +0000 (23:06 +0000)] 
Include ntdll_misc.h to avoid undefined reference to GetProcessHeap
when compiled without optimization.

21 years agoFix incorrectly sized buffer.
Mike McCormack [Thu, 30 Oct 2003 23:06:10 +0000 (23:06 +0000)] 
Fix incorrectly sized buffer.

21 years agoCulling to different viewports failed as clearing the whole viewport
Jason Edmeades [Thu, 30 Oct 2003 23:05:09 +0000 (23:05 +0000)] 
Culling to different viewports failed as clearing the whole viewport
cleared the screen.

21 years agoBetter defaults for heap and stack sizes.
Alexandre Julliard [Thu, 30 Oct 2003 22:49:01 +0000 (22:49 +0000)] 
Better defaults for heap and stack sizes.

21 years agoJoystickAImpl_Unacquire should return DI_NOEFFECT if the device is not
Hannu Valtonen [Thu, 30 Oct 2003 22:48:04 +0000 (22:48 +0000)] 
JoystickAImpl_Unacquire should return DI_NOEFFECT if the device is not
in an acquired state.

21 years agoSome stub implementations.
Mike McCormack [Thu, 30 Oct 2003 22:47:42 +0000 (22:47 +0000)] 
Some stub implementations.

21 years agoSql tokens are case insensitive in msi.dll.
Mike McCormack [Thu, 30 Oct 2003 22:46:59 +0000 (22:46 +0000)] 
Sql tokens are case insensitive in msi.dll.

21 years agoCorrect writing to back buffer in non-ortho mode, and ensure the line
Jason Edmeades [Thu, 30 Oct 2003 22:46:29 +0000 (22:46 +0000)] 
Correct writing to back buffer in non-ortho mode, and ensure the line
stipple is passed correctly to enable proper wireframe support.

21 years agoRestored emulation of protected instructions in 32-bit code when
Alexandre Julliard [Tue, 28 Oct 2003 21:57:24 +0000 (21:57 +0000)] 
Restored emulation of protected instructions in 32-bit code when
running with a Win9x version.

21 years agoTreat missing MSI tables as empty.
Mike McCormack [Tue, 28 Oct 2003 21:49:06 +0000 (21:49 +0000)] 
Treat missing MSI tables as empty.

21 years agoIncrease WINE_LDT_FIRST_ENTRY to leave room for glibc thread
Alexandre Julliard [Tue, 28 Oct 2003 21:48:41 +0000 (21:48 +0000)] 
Increase WINE_LDT_FIRST_ENTRY to leave room for glibc thread
selectors.

21 years agoRemoved no longer needed SIGNAL_Unblock() function.
Alexandre Julliard [Tue, 28 Oct 2003 21:46:46 +0000 (21:46 +0000)] 
Removed no longer needed SIGNAL_Unblock() function.

21 years agoWeekly spelling fixes.
Francois Gouget [Tue, 28 Oct 2003 21:45:30 +0000 (21:45 +0000)] 
Weekly spelling fixes.

21 years agoFixed MSI buffer overflow.
Mike McCormack [Tue, 28 Oct 2003 21:43:14 +0000 (21:43 +0000)] 
Fixed MSI buffer overflow.

21 years agoImplemented Add/RemoveVectoredExceptionHandler.
Alexandre Julliard [Tue, 28 Oct 2003 21:22:50 +0000 (21:22 +0000)] 
Implemented Add/RemoveVectoredExceptionHandler.

21 years agoAdd support for .dbg.c files. This makes it possible to use the Wine
Francois Gouget [Tue, 28 Oct 2003 21:13:54 +0000 (21:13 +0000)] 
Add support for .dbg.c files. This makes it possible to use the Wine
tracing macros in Winelib applications.
The wine/lib, wine/ole, wine/unicode directories are gone. Simplify
the wine_unicode and wine_uuid detection.
Fix generation of the clean target (in some corner cases it could
generate a $(RM) command with no parameter).
Move the distclean target to the top-level Makefile and make it more
thorough.
Update a few autoconf constructs.
Remote commented out code in wrapper.c. If we need that code we can
always get it from CVS.

21 years agoFixed _wfullpath prototype.
Pierre d'Herbemont [Tue, 28 Oct 2003 21:13:13 +0000 (21:13 +0000)] 
Fixed _wfullpath prototype.

21 years agoMove event_names[] into EVENT_ProcessEvent().
Gerald Pfeifer [Tue, 28 Oct 2003 21:09:47 +0000 (21:09 +0000)] 
Move event_names[] into EVENT_ProcessEvent().

21 years agoFormatMessageW: Allocate anough space.
Uwe Bonnes [Tue, 28 Oct 2003 21:09:32 +0000 (21:09 +0000)] 
FormatMessageW: Allocate anough space.

21 years agoFix string value lookups in MSI.
Mike McCormack [Tue, 28 Oct 2003 21:09:10 +0000 (21:09 +0000)] 
Fix string value lookups in MSI.

21 years agoSome fixes in dmband loading.
Rok Mandeljc [Tue, 28 Oct 2003 21:08:55 +0000 (21:08 +0000)] 
Some fixes in dmband loading.

21 years agoSysMouseAImpl_Unacquire should return DI_NOEFFECT if the device is not
Hannu Valtonen [Tue, 28 Oct 2003 21:08:31 +0000 (21:08 +0000)] 
SysMouseAImpl_Unacquire should return DI_NOEFFECT if the device is not
in an acquired state.

21 years agoFixed typo that broke handling of .com and .bat files.
Alexandre Julliard [Tue, 28 Oct 2003 00:31:52 +0000 (00:31 +0000)] 
Fixed typo that broke handling of .com and .bat files.

21 years agoSwitch back to the main process stack before calling exception
Alexandre Julliard [Tue, 28 Oct 2003 00:30:55 +0000 (00:30 +0000)] 
Switch back to the main process stack before calling exception
handlers.

21 years agoRepaired relay debugging for kernel and ntdll (spotted by Uwe
Alexandre Julliard [Tue, 28 Oct 2003 00:25:32 +0000 (00:25 +0000)] 
Repaired relay debugging for kernel and ntdll (spotted by Uwe
Bonnes).

21 years agoTest WM_KEY* and WM_SYSKEY* messages generated by various keyboard
Rein Klazes [Tue, 28 Oct 2003 00:18:40 +0000 (00:18 +0000)] 
Test WM_KEY* and WM_SYSKEY* messages generated by various keyboard
events.

21 years agoAdded support for getting the wave device name.
Robert Reif [Tue, 28 Oct 2003 00:15:16 +0000 (00:15 +0000)] 
Added support for getting the wave device name.

21 years agoFix dmloader's behavior to be more MS compliant.
Rok Mandeljc [Tue, 28 Oct 2003 00:10:38 +0000 (00:10 +0000)] 
Fix dmloader's behavior to be more MS compliant.

21 years agoUse freetype 2.0 defines for font encodings instead of misuse of
Marcus Meissner [Tue, 28 Oct 2003 00:08:28 +0000 (00:08 +0000)] 
Use freetype 2.0 defines for font encodings instead of misuse of
MS_MAKE_TAG.

21 years agoget_full_path_helper: Handle the case \\.\\ as intended; fix length
Uwe Bonnes [Tue, 28 Oct 2003 00:07:56 +0000 (00:07 +0000)] 
get_full_path_helper: Handle the case \\.\\ as intended; fix length
arguments for memmove.

21 years agoAnother difference in the printf family.
Uwe Bonnes [Tue, 28 Oct 2003 00:04:42 +0000 (00:04 +0000)] 
Another difference in the printf family.

21 years agoCorrect the logic that decides whether a WM_SYSKEYUP/DOWN or a
Rein Klazes [Tue, 28 Oct 2003 00:02:57 +0000 (00:02 +0000)] 
Correct the logic that decides whether a WM_SYSKEYUP/DOWN or a
WM_KEYUP/DOWN message is to be sent.

21 years agolibntdll.dll.so no longer exists, check for libntdll.def instead.
Alexandre Julliard [Mon, 27 Oct 2003 22:14:15 +0000 (22:14 +0000)] 
libntdll.dll.so no longer exists, check for libntdll.def instead.

21 years agoAdded printing of the target of forwarded exports.
Alexandre Julliard [Mon, 27 Oct 2003 22:11:57 +0000 (22:11 +0000)] 
Added printing of the target of forwarded exports.

21 years agoMake init_thread request deal better with fd allocation errors.
Alexandre Julliard [Mon, 27 Oct 2003 22:10:22 +0000 (22:10 +0000)] 
Make init_thread request deal better with fd allocation errors.

21 years ago- Some fixes on DirectSound init (need SetCooperativeLevel as seen in
Raphael Junqueira [Mon, 27 Oct 2003 22:08:37 +0000 (22:08 +0000)] 
- Some fixes on DirectSound init (need SetCooperativeLevel as seen in
  msdn) on IDirectMusicPerformance8::InitAudio.
- Some fixes in IDirectMusicPerformance8ImplCreateStandardAudioPath
  (not perfect yet, need to understand/fix the channel init/use).
- Fix typo on CreateDirectMusicContainer.
- Add missing define in dsound.h.
- Better traces on IDirectMusicLoader8::SetSearchDirectory.

21 years agoControl_DoLaunch: memmove needs bytes as length argument.
Uwe Bonnes [Mon, 27 Oct 2003 22:06:56 +0000 (22:06 +0000)] 
Control_DoLaunch: memmove needs bytes as length argument.

21 years agoClean up mouse driver implementation.
Jukka Heinonen [Mon, 27 Oct 2003 22:06:27 +0000 (22:06 +0000)] 
Clean up mouse driver implementation.

21 years agoMoved drive parameter block (DPB) routines to winedos.
Jukka Heinonen [Mon, 27 Oct 2003 22:06:10 +0000 (22:06 +0000)] 
Moved drive parameter block (DPB) routines to winedos.

21 years agoAdded a few stubs.
Uwe Bonnes [Mon, 27 Oct 2003 22:05:33 +0000 (22:05 +0000)] 
Added a few stubs.

21 years agoFix PowerPC assembler syntax mistakes.
Pierre d'Herbemont [Mon, 27 Oct 2003 22:04:54 +0000 (22:04 +0000)] 
Fix PowerPC assembler syntax mistakes.

21 years agoAdded Dutch translations.
Hans Leidekker [Mon, 27 Oct 2003 22:04:36 +0000 (22:04 +0000)] 
Added Dutch translations.

21 years ago- Dutch translations of Wine programs.
Hans Leidekker [Mon, 27 Oct 2003 22:03:28 +0000 (22:03 +0000)] 
- Dutch translations of Wine programs.
- Correct grammar error in winefile.

21 years ago- Added Dutch translation.
Hans Leidekker [Mon, 27 Oct 2003 22:02:37 +0000 (22:02 +0000)] 
- Added Dutch translation.
- Make an example's description consistent with the example.

21 years agoUpdated Hebrew resources.
Shachar Shemesh [Mon, 27 Oct 2003 22:02:06 +0000 (22:02 +0000)] 
Updated Hebrew resources.

21 years agoFix SMPTE time.
Robert Reif [Mon, 27 Oct 2003 22:01:30 +0000 (22:01 +0000)] 
Fix SMPTE time.
Fix primary buffer volume setting.

21 years agoOnly copy amount requested up to size of structure.
Robert Reif [Mon, 27 Oct 2003 22:01:01 +0000 (22:01 +0000)] 
Only copy amount requested up to size of structure.

21 years agoClear a new hardware buffer to proper silence values based on format.
Robert Reif [Mon, 27 Oct 2003 22:00:10 +0000 (22:00 +0000)] 
Clear a new hardware buffer to proper silence values based on format.
Allows dxdiag to play 8 bit sounds in hardware primary buffer now.

21 years agoInclude <arpa/nameser.h> before <resolv.h>.
Pierre d'Herbemont [Mon, 27 Oct 2003 21:55:00 +0000 (21:55 +0000)] 
Include <arpa/nameser.h> before <resolv.h>.

21 years agoUpdated some of the generated tests.
Alexandre Julliard [Fri, 24 Oct 2003 04:45:35 +0000 (04:45 +0000)] 
Updated some of the generated tests.

21 years agoSpecify include quotes in the tests.dat file.
Alexandre Julliard [Fri, 24 Oct 2003 04:43:16 +0000 (04:43 +0000)] 
Specify include quotes in the tests.dat file.

21 years agoUse sigsetjmp instead of setjmp in Wine internal exception handlers to
Alexandre Julliard [Fri, 24 Oct 2003 04:30:13 +0000 (04:30 +0000)] 
Use sigsetjmp instead of setjmp in Wine internal exception handlers to
make sure the signal mask is restored properly.

21 years agoAdded support for the linuxthreads cancel signal as an alternative to
Alexandre Julliard [Fri, 24 Oct 2003 04:29:01 +0000 (04:29 +0000)] 
Added support for the linuxthreads cancel signal as an alternative to
SIGCHLD.

21 years agoAdded a test case for sprintf.
Uwe Bonnes [Fri, 24 Oct 2003 04:24:08 +0000 (04:24 +0000)] 
Added a test case for sprintf.