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

List:       mingw-notify
Subject:    MinGW-notify digest, Vol 1 #719 - 14 msgs
From:       mingw-notify-request () lists ! sourceforge ! net
Date:       2004-02-11 20:09:08
Message-ID: 200402112010.i1BKAIU2000798 () mailer ! progressive-comp ! com
[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-890559 ] extra param in SQLSetDescField() (SourceForge.net)
   2. [ mingw-Bugs-881942 ] getopt too old (SourceForge.net)
   3. [ mingw-Bugs-888600 ] strtold input string (SourceForge.net)
   4. [ mingw-Bugs-891969 ] internal compiler error with placement new/delete \
(SourceForge.net)  5. [ mingw-Feature Requests-892835 ] Clipboard support \
(SourceForge.net)  6. [ mingw-Feature Requests-892840 ] header file collection \
(SourceForge.net)  7. [ mingw-Bugs-893402 ] hexadecimal floating-point constants \
(SourceForge.net)  8. [ mingw-Bugs-893402 ] hexadecimal floating-point constants \
(SourceForge.net)  9. [ mingw-Bugs-893722 ] hexadecimal floating-point constants \
(SourceForge.net)  10. [ mingw-Bugs-893402 ] hexadecimal floating-point constants \
(SourceForge.net)  11. [ mingw-Bugs-893722 ] hexadecimal floating-point constants \
(SourceForge.net)  12. [ mingw-Bugs-818149 ] missing definitions in winioctl.h \
(SourceForge.net)  13. [ mingw-Bugs-893402 ] hexadecimal floating-point constants \
(SourceForge.net)  14. [ mingw-Bugs-832220 ] missing defines in commctrl.h \
(SourceForge.net)

--__--__--

Message: 1
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 04 Feb 2004 08:58:05 -0800
Subject: [Mingw-notify] [ mingw-Bugs-890559 ] extra param in SQLSetDescField()

Bugs item #890559, was opened at 2004-02-04 16:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=890559&group_id=2435

Category: w32api
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jon Willeke (willeke)
Assigned to: Nobody/Anonymous (nobody)
Summary: extra param in SQLSetDescField()

Initial Comment:
I found this in Open Watcom 1.2, which appears to use
the MinGW headers.

The SQLSetDescFieldA() and SQLSetDescFieldW() function
declarations in sqlucode.h contain a sixth SQLINTEGER *
parameter that does not appear in any of the following:

  * Borland C++ 5.5,
  * Visual C++ 6.0,
  * unixODBC 2.2.7,
  * iODBC 3.51.1,
  * psqlodbc 07.03.0200.

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

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


--__--__--

Message: 2
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Thu, 05 Feb 2004 17:32:12 -0800
Subject: [Mingw-notify] [ mingw-Bugs-881942 ] getopt too old

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

Category: mingw runtime
Group: None
> Status: Closed
> Resolution: Fixed
Priority: 5
Submitted By: Bill Currie (taniwha)
Assigned to: Danny Smith (dannysmith)
Summary: getopt too old

Initial Comment:
the version of getopt included in libmingwex.a is way
too old (doesn't support the "-" flag) can can't easily
be replaced by using a local copy of a more modern copy
(get duplicate symbol errors). Please either replace
with a modern getopt ore completely remove getopt.o
from libmingwex.a

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

Comment By: Danny Smith (dannysmith)
Date: 2004-02-06 14:32

Message:
Logged In: YES 
user_id=11494

The problem you report has caused modification in some fashion in the official CVS \
for the given package.  The w32api and  mingw-runtime official CVS reside in the \
winsup CVS directory tree for Cygwin.  Those package CVS trees are periodically  \
merged into the MinGW CVS tree.  If you still find problems then please open a new \
report.

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

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

Message:
Logged In: YES 
user_id=11494

It's not that old:
/*	$NetBSD: getopt_long.c,v 1.15 2002/01/31 
22:43:40 tv Exp $	*/  which I think corresponds to the latest 
NetBsd release.

I'll have a look.  A patch was submitted to cygwin-patches 
recently addressing similar issue.

http://www.mail-archive.com/cygwin-
patches@cygwin.com/msg02317.html

I think that just changing this strange define:
#define IS_POSIXLY_CORRECT (getenv
("POSIXLY_INCORRECT_GETOPT") == NULL)

to the original NetBsd define:

#define IS_POSIXLY_CORRECT (getenv("POSIXLY_CORRECT") !
= NULL)

will do the trick.

Danny


Danny

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

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


--__--__--

Message: 3
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Thu, 05 Feb 2004 17:33:11 -0800
Subject: [Mingw-notify] [ mingw-Bugs-888600 ] strtold input string

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

Category: gcc
Group: None
> Status: Closed
> Resolution: Fixed
Priority: 5
Submitted By: Darrin Forelle (darrinf)
Assigned to: Danny Smith (dannysmith)
Summary: strtold input string

Initial Comment:
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
//include: stdio.h, stdlib.h, errno.h

int main(int argc, char *argv[])
{
char *charp;
long double value = strtold(argv[1], &charp);

if (charp == argv[1])
 printf("parameter %s\n", argv[1]);
else
 if (!errno)
  printf("value = %g\n", (double) value);
 else
  printf("Incorrect value.\n");

return 0;
}

gcc teststr.c -o teststr.exe & teststr n
value = 0

strtold accepts the strings: "e", "i", "z", "n", "E", "I", "N" 
as value 0.0l.

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

Comment By: Danny Smith (dannysmith)
Date: 2004-02-06 14:33

Message:
Logged In: YES 
user_id=11494

The problem you report has caused modification in some fashion in the official CVS \
for the given package.  The w32api and  mingw-runtime official CVS reside in the \
winsup CVS directory tree for Cygwin.  Those package CVS trees are periodically  \
merged into the MinGW CVS tree.  If you still find problems then please open a new \
report.

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

Comment By: Danny Smith (dannysmith)
Date: 2004-02-02 17:05

Message:
Logged In: YES 
user_id=11494

Thanks again.

I see the  problems and have a patch that fixes them, but the 
code in strtold.c is getting a more and more convoluted.  I 
have a much simpler implementation that doesn't use 
extended precison to salvage the last two bits in the string 
representation.  However, many users of long double are 
intersted in that last two bits, so I'll persevere with the 
Cephes code for awhile.

It seems that you have a test harness for finding these 
bugs.  If so, would you care to share it?

Danny 

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

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


--__--__--

Message: 4
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Fri, 06 Feb 2004 09:41:58 -0800
Subject: [Mingw-notify] [ mingw-Bugs-891969 ] internal compiler error with placement \
new/delete

Bugs item #891969, was opened at 2004-02-06 20:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=891969&group_id=2435

Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alexey Tatarsky (tay65536)
Assigned to: Danny Smith (dannysmith)
Summary: internal compiler error with placement new/delete

Initial Comment:
Compiling the attached file (command line: "gcc 
bug.cpp") gives following output:

bug.cpp: In function `int main()':
bug.cpp:31: Internal compiler error in 
convert_from_eh_region_ranges_1, at 
   except.c:1404

----
Please see comment at the bottom of attached file for 
more info.

----
gcc -v:
  Reading specs from D:/Apps/MinGW/bin/../lib/gcc-
lib/mingw32/3.2.3/specs
  Configured with: ../gcc/configure --with-gcc --with-
gnu-ld --with-gnu-as --host=mingw32 --
target=mingw32 --prefix=/mingw --enable-threads --
disable-nls --enable-languages=c++,f77,objc --disable-
win32-registry --disable-shared --enable-sjlj-exceptions
  Thread model: win32
  gcc version 3.2.3 (mingw special 20030504-1)

MinGW package: MinGW-3.1.0-1.exe


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

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


--__--__--

Message: 5
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Sun, 08 Feb 2004 04:47:05 -0800
Subject: [Mingw-notify] [ mingw-Feature Requests-892835 ] Clipboard support

Feature Requests item #892835, was opened at 2004-02-08 13:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352435&aid=892835&group_id=2435

Category: Suggested Feature
Group: None
Status: Open
Priority: 5
Submitted By: Markus Elfring (elfring)
Assigned to: Nobody/Anonymous (nobody)
Summary: Clipboard support

Initial Comment:
Please add the functions or menu entries "copy" and "insert" to the command window.

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

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


--__--__--

Message: 6
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Sun, 08 Feb 2004 04:59:09 -0800
Subject: [Mingw-notify] [ mingw-Feature Requests-892840 ] header file collection

Feature Requests item #892840, was opened at 2004-02-08 13:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352435&aid=892840&group_id=2435

Category: Suggested Feature
Group: None
Status: Open
Priority: 5
Submitted By: Markus Elfring (elfring)
Assigned to: Nobody/Anonymous (nobody)
Summary: header file collection

Initial Comment:
Please publish a link where all header files can be downloaded in one package. I want \
to perform software analysis (flaw detection). I do not need a full source code \
distribution with all the C or C++ files.

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

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


--__--__--

Message: 7
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Mon, 09 Feb 2004 05:57:50 -0800
Subject: [Mingw-notify] [ mingw-Bugs-893402 ] hexadecimal floating-point constants

Bugs item #893402, was opened at 2004-02-09 13:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=893402&group_id=2435

Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Darrin Forelle (darrinf)
Assigned to: Danny Smith (dannysmith)
Summary: hexadecimal floating-point constants

Initial Comment:
1.c:
#include <stdio.h>

int main(void){
 return printf("2.228e-05 = %g\n", (double) 
0X1.75CBDF111D08CF5CP-16l);
}

gcc 1.c -o 1.exe & 1
2.228e-05 = 0

Tested with gcc v3.3.1 (mingw special 20030804-1).

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

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


--__--__--

Message: 8
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Mon, 09 Feb 2004 14:04:02 -0800
Subject: [Mingw-notify] [ mingw-Bugs-893402 ] hexadecimal floating-point constants

Bugs item #893402, was opened at 2004-02-10 02:57
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=893402&group_id=2435

> Category: mingw runtime
Group: None
> Status: Closed
> Resolution: Wont Fix
Priority: 5
Submitted By: Darrin Forelle (darrinf)
Assigned to: Danny Smith (dannysmith)
Summary: hexadecimal floating-point constants

Initial Comment:
1.c:
#include <stdio.h>

int main(void){
 return printf("2.228e-05 = %g\n", (double) 
0X1.75CBDF111D08CF5CP-16l);
}

gcc 1.c -o 1.exe & 1
2.228e-05 = 0

Tested with gcc v3.3.1 (mingw special 20030804-1).

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

> Comment By: Danny Smith (dannysmith)
Date: 2004-02-10 11:04

Message:
Logged In: YES 
user_id=11494

The printf supplied by the MSVC runtime is not C99 compliant 
and does not support headecimal FP constants. Nor does 
strtod.  Sorry.

Danny

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

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


--__--__--

Message: 9
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Mon, 09 Feb 2004 14:17:43 -0800
Subject: [Mingw-notify] [ mingw-Bugs-893722 ] hexadecimal floating-point constants

Bugs item #893722, was opened at 2004-02-09 22:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=893722&group_id=2435

Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Darrin Forelle (darrinf)
Assigned to: Danny Smith (dannysmith)
Summary: hexadecimal floating-point constants

Initial Comment:
1.c:
#include <stdio.h>

int main(void){
 long double a = 0X1.75CBDF111D08CF5CP-16l;

 if (a > 0.0l)
  printf("true\n");
 else
  printf("false\n");

 return printf("2.228e-05 = %g\n", (double) a);
}

gcc 1.c -o 1.exe & 1
false
2.228e-05 = 0

The problem is not in printf.

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

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


--__--__--

Message: 10
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Mon, 09 Feb 2004 14:44:15 -0800
Subject: [Mingw-notify] [ mingw-Bugs-893402 ] hexadecimal floating-point constants

Bugs item #893402, was opened at 2004-02-10 02:57
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=893402&group_id=2435

Category: mingw runtime
Group: None
> Status: Open
> Resolution: None
Priority: 5
Submitted By: Darrin Forelle (darrinf)
Assigned to: Danny Smith (dannysmith)
Summary: hexadecimal floating-point constants

Initial Comment:
1.c:
#include <stdio.h>

int main(void){
 return printf("2.228e-05 = %g\n", (double) 
0X1.75CBDF111D08CF5CP-16l);
}

gcc 1.c -o 1.exe & 1
2.228e-05 = 0

Tested with gcc v3.3.1 (mingw special 20030804-1).

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

> Comment By: Danny Smith (dannysmith)
Date: 2004-02-10 11:44

Message:
Logged In: YES 
user_id=11494

Sorry, my earlier comments were completely wrong.  It has  
nothing to do with printf.  GCC doesn't like uppercase in 
hexdec fp constants.

This works:

#include <stdio.h>

int main(void){
   return printf("2.228e-05 = %g\n", (double) 
                     0x1.75cbdf111d08cf5cp-16l);
}


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

Comment By: Danny Smith (dannysmith)
Date: 2004-02-10 11:04

Message:
Logged In: YES 
user_id=11494

The printf supplied by the MSVC runtime is not C99 compliant 
and does not support headecimal FP constants. Nor does 
strtod.  Sorry.

Danny

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

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


--__--__--

Message: 11
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Mon, 09 Feb 2004 14:46:08 -0800
Subject: [Mingw-notify] [ mingw-Bugs-893722 ] hexadecimal floating-point constants

Bugs item #893722, was opened at 2004-02-10 11:17
Message generated for change (Settings changed) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=893722&group_id=2435

Category: gcc
Group: None
> Status: Closed
> Resolution: Duplicate
Priority: 5
Submitted By: Darrin Forelle (darrinf)
Assigned to: Danny Smith (dannysmith)
Summary: hexadecimal floating-point constants

Initial Comment:
1.c:
#include <stdio.h>

int main(void){
 long double a = 0X1.75CBDF111D08CF5CP-16l;

 if (a > 0.0l)
  printf("true\n");
 else
  printf("false\n");

 return printf("2.228e-05 = %g\n", (double) a);
}

gcc 1.c -o 1.exe & 1
false
2.228e-05 = 0

The problem is not in printf.

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

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


--__--__--

Message: 12
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 11 Feb 2004 12:01:41 -0800
Subject: [Mingw-notify] [ mingw-Bugs-818149 ] missing definitions in winioctl.h

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

Category: w32api
Group: None
> Status: Closed
> Resolution: Fixed
Priority: 5
Submitted By: kobun fujimori (kobun)
Assigned to: Earnie Boyd (earnie)
Summary: missing definitions in winioctl.h

Initial Comment:
FSCTL_GET_NTFS_VOLUME_DATA control code and
NTFS_VOLUME_DATA_BUFFER structure are not defined.

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

Comment By: Danny Smith (dannysmith)
Date: 2004-02-12 09:01

Message:
Logged In: YES 
user_id=11494

The problem you report has caused modification in some fashion in the official CVS \
for the given package.  The w32api and  mingw-runtime official CVS reside in the \
winsup CVS directory tree for Cygwin.  Those package CVS trees are periodically  \
merged into the MinGW CVS tree.  If you still find problems then please open a new \
report.

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

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


--__--__--

Message: 13
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 11 Feb 2004 12:03:33 -0800
Subject: [Mingw-notify] [ mingw-Bugs-893402 ] hexadecimal floating-point constants

Bugs item #893402, was opened at 2004-02-10 02:57
Message generated for change (Comment added) made by dannysmith
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=893402&group_id=2435

> Category: gcc
Group: None
> Status: Closed
> Resolution: Fixed
Priority: 5
Submitted By: Darrin Forelle (darrinf)
Assigned to: Danny Smith (dannysmith)
Summary: hexadecimal floating-point constants

Initial Comment:
1.c:
#include <stdio.h>

int main(void){
 return printf("2.228e-05 = %g\n", (double) 
0X1.75CBDF111D08CF5CP-16l);
}

gcc 1.c -o 1.exe & 1
2.228e-05 = 0

Tested with gcc v3.3.1 (mingw special 20030804-1).

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

> Comment By: Danny Smith (dannysmith)
Date: 2004-02-12 09:03

Message:
Logged In: YES 
user_id=11494

Fixed in GCC CVS.  The problem was with uppercase 'X'.

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

Comment By: Danny Smith (dannysmith)
Date: 2004-02-10 11:44

Message:
Logged In: YES 
user_id=11494

Sorry, my earlier comments were completely wrong.  It has  
nothing to do with printf.  GCC doesn't like uppercase in 
hexdec fp constants.

This works:

#include <stdio.h>

int main(void){
   return printf("2.228e-05 = %g\n", (double) 
                     0x1.75cbdf111d08cf5cp-16l);
}


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

Comment By: Danny Smith (dannysmith)
Date: 2004-02-10 11:04

Message:
Logged In: YES 
user_id=11494

The printf supplied by the MSVC runtime is not C99 compliant 
and does not support headecimal FP constants. Nor does 
strtod.  Sorry.

Danny

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

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


--__--__--

Message: 14
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 11 Feb 2004 12:07:16 -0800
Subject: [Mingw-notify] [ mingw-Bugs-832220 ] missing defines in commctrl.h

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

Category: w32api
Group: None
> Status: Closed
> Resolution: Fixed
Priority: 5
Submitted By: kobun fujimori (kobun)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing defines in commctrl.h

Initial Comment:
following defines are missing

ICC_STANDARD_CLASSES
ICC_LINK_CLASS

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

Comment By: Danny Smith (dannysmith)
Date: 2004-02-12 09:07

Message:
Logged In: YES 
user_id=11494

The problem you report has caused modification in some fashion in the official CVS \
for the given package.  The w32api and  mingw-runtime official CVS reside in the \
winsup CVS directory tree for Cygwin.  Those package CVS trees are periodically  \
merged into the MinGW CVS tree.  If you still find problems then please open a new \
report.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=832220&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