[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-notify
Subject:    MinGW-notify digest, Vol 1 #700 - 3 msgs
From:       mingw-notify-request () lists ! sourceforge ! net
Date:       2004-01-02 4:56:34
Message-ID: E1AcHNC-0007eW-Dj () sc8-sf-list1 ! sourceforge ! net
[Download RAW message or body]

Send MinGW-notify mailing list submissions to
	mingw-notify@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
	mingw-notify-request@lists.sourceforge.net

You can reach the person managing the list at
	mingw-notify-admin@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-notify digest..."


This list is used to send updates of submitted patches, bug reports and file \
releases.  You are discouraged from posting to this list.  If you wish to unsubscribe \
you can do so at https://lists.sourceforge.net/lists/listinfo/mingw-notify.

Today's Topics:

   1. [ mingw-Bugs-867718 ] winnt.h are missing struct PVECTORED_EXCEPTION_HANDLER \
(SourceForge.net)  2. [ mingw-Bugs-655256 ] missing defines in signal.h \
(SourceForge.net)  3. [ mingw-Patches-867052 ] small TreeView addition \
(SourceForge.net)

--__--__--

Message: 1
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Thu, 01 Jan 2004 01:31:35 -0800
Subject: [Mingw-notify] [ mingw-Bugs-867718 ] winnt.h are missing struct \
PVECTORED_EXCEPTION_HANDLER

Bugs item #867718, was opened at 2003-12-31 04:18
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=867718&group_id=2435

Category: None
Group: None
> Status: Closed
> Resolution: Rejected
Priority: 5
Submitted By: Magnus Olsen (greatlord)
Assigned to: Nobody/Anonymous (nobody)
Summary: winnt.h are missing struct PVECTORED_EXCEPTION_HANDLER

Initial Comment:
Here is the struct that winnt.h are missing 
please add this in next 

typedef LONG (NTAPI 
*PVECTORED_EXCEPTION_HANDLER)(
    struct _EXCEPTION_POINTERS *ExceptionInfo
    );



----------------------------------------------------------------------

> Comment By: Danny Smith (dannysmith)
Date: 2004-01-01 22:31

Message:
Logged In: YES 
user_id=11494

This is currently in winnt.h 
#if (_WIN32_WINNT >= 0x0500)
typedef LONG (WINAPI *PVECTORED_EXCEPTION_HANDLER)
(PEXCEPTION_POINTERS);
#endif

Above is consistent with MSDN documentation of 
VectoredHandler at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/debug/base/vectoredhandler.asp


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=867718&group_id=2435


--__--__--

Message: 2
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Thu, 01 Jan 2004 01:36:22 -0800
Subject: [Mingw-notify] [ mingw-Bugs-655256 ] missing defines in signal.h

Bugs item #655256, was opened at 2002-12-18 05:22
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=655256&group_id=2435

Category: None
Group: None
> Status: Closed
> Resolution: Rejected
Priority: 5
Submitted By: Matthew Burgess (ca9mbu)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing defines in signal.h

Initial Comment:
I've just tried compiling smake-1.2a18 
(ftp://ftp.berlios.de/pub/smake/alpha/) using the latest 
MinGW/binutils/gcc toolchain.  The first errors that are 
encountered when compiling make.c is that SIGQUIT 
and SIGHUP are not defined.  As far as I can tell they 
should be in include/signal.h.  http://list-
archive.xemacs.org/xemacs-
patches/199904/msg00051.html has some defines that 
they felt necessary.  If there are particular reasons why 
these defines aren't included I'd like to hear about them, 
thanks.

Thanks in advance,

Matthew Burgess

----------------------------------------------------------------------

> Comment By: Danny Smith (dannysmith)
Date: 2004-01-01 22:36

Message:
Logged In: YES 
user_id=11494

I think Luke is correct and am closing this.

Danny

----------------------------------------------------------------------

Comment By: Luke Dunstan (infidel)
Date: 2002-12-18 14:50

Message:
Logged In: YES 
user_id=30442

The C runtime library and the operating system do not 
support these signals. Calling the signal() function with an 
unsupported signal number like the emacs patch appears to 
do would cause it to fail, so perhaps a better way to port the 
software to Mingw would be to not attempt to install the 
handlers at all. If "smake" can handle the failure of signal() 
then you can modify the software to add these signal 
identifiers, but I think it would be unwise to add these to the 
Mingw headers because it is always better for a program to 
fail at compile-time than at run-time.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=655256&group_id=2435


--__--__--

Message: 3
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Thu, 01 Jan 2004 02:36:47 -0800
Subject: [Mingw-notify] [ mingw-Patches-867052 ] small TreeView addition

Patches item #867052, was opened at 2003-12-30 02:19
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=867052&group_id=2435

Category: w32api
Group: None
> Status: Closed
> Resolution: Fixed
Priority: 5
Submitted By: Mattia Barbon (mbarbon)
Assigned to: Nobody/Anonymous (nobody)
Summary: small TreeView addition

Initial Comment:
TVN_GETINFOTIP unicode mapping, struct NMTVGETINFOTIP.
Formatted ChangeLog entry included in the patch.

Regards
Mattia

----------------------------------------------------------------------

> Comment By: Danny Smith (dannysmith)
Date: 2004-01-01 23:36

Message:
Logged In: YES 
user_id=11494

Thanks
Committed to CVS.
Danny



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=867052&group_id=2435



--__--__--

_______________________________________________
MinGW-notify mailing list
MinGW-notify@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-notify


End of MinGW-notify Digest


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic