Picon

[ mingw-Patches-3482620 ] m17n support for mingw-get-inst

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.
Patches item #3482620, was opened at 2012-01-31 22:15
Message generated for change (Tracker Item Submitted) made by monaka
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=3482620&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: MURANAKA Masaki (monaka)
Assigned to: Nobody/Anonymous (nobody)
Summary: m17n support for mingw-get-inst

Initial Comment:
This patch includes some hacks to use custom messages.
And also Japanase translated messages

ChangeLog is:

2012-02-01  Masaki Muranaka  <monaka@...>

	* mingw-get-inst.iss: Add multilingual message support.
	* mingw.isl: New file. It contains custom messages in English.
(Continue reading)

Picon

[ mingw-Patches-3482620 ] m17n support for mingw-get-inst

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.
Patches item #3482620, was opened at 2012-01-31 22:15
Message generated for change (Settings changed) made by monaka
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=3482620&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: mingw-get
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: MURANAKA Masaki (monaka)
Assigned to: Nobody/Anonymous (nobody)
Summary: m17n support for mingw-get-inst

Initial Comment:
This patch includes some hacks to use custom messages.
And also Japanase translated messages

ChangeLog is:

2012-02-01  Masaki Muranaka  <monaka@...>

	* mingw-get-inst.iss: Add multilingual message support.
	* mingw.isl: New file. It contains custom messages in English.
(Continue reading)

Picon

[ mingw-Bugs-3474489 ] MSYS: mkdir (coreutils-5.97) mishandles -- argument

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.
Bugs item #3474489, was opened at 2012-01-16 08:52
Message generated for change (Comment added) made by keithmarshall
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3474489&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSYS
>Group: Waiting User Response
Status: Open
Resolution: None
>Priority: 1
Private: No
Submitted By: Keith Marshall (keithmarshall)
Assigned to: Cesar Strauss (cstrauss)
Summary: MSYS: mkdir (coreutils-5.97) mishandles -- argument

Initial Comment:
Command:

  $ mkdir -p -- ../foo/bar
  mkdir: ambiguous long option '--'

This is with mkdir from the current MSYS release of coreutils.  The intent of the '--' argument is to indicate
that no further option arguments follow, even if some exhibit a format which would normally cause them to
be interpreted as such; POSIX advocates this interpretation:
http://pubs.opengroup.org/onlinepubs/009604499/basedefs/xbd_chap12.html (guideline 10).
(Continue reading)

Picon

[ mingw-Bugs-3474489 ] MSYS: mkdir (coreutils-5.97) mishandles -- argument

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.
Bugs item #3474489, was opened at 2012-01-16 08:52
Message generated for change (Comment added) made by keithmarshall
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3474489&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSYS
Group: Waiting User Response
Status: Open
Resolution: None
Priority: 1
Private: No
Submitted By: Keith Marshall (keithmarshall)
Assigned to: Cesar Strauss (cstrauss)
Summary: MSYS: mkdir (coreutils-5.97) mishandles -- argument

Initial Comment:
Command:

  $ mkdir -p -- ../foo/bar
  mkdir: ambiguous long option '--'

This is with mkdir from the current MSYS release of coreutils.  The intent of the '--' argument is to indicate
that no further option arguments follow, even if some exhibit a format which would normally cause them to
be interpreted as such; POSIX advocates this interpretation:
http://pubs.opengroup.org/onlinepubs/009604499/basedefs/xbd_chap12.html (guideline 10).
(Continue reading)

Picon

[ mingw-Bugs-3482704 ] MSYS bash: quoting does not prevent globbing

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.
Bugs item #3482704, was opened at 2012-02-01 05:22
Message generated for change (Tracker Item Submitted) made by keithmarshall
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3482704&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSYS
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Keith Marshall (keithmarshall)
Assigned to: Cesar Strauss (cstrauss)
Summary: MSYS bash: quoting does not prevent globbing

Initial Comment:
Originally reported by Eli Zaretskii; see http://thread.gmane.org/gmane.comp.gnu.mingw.user/38302

When a globbing character appears within a quoted shell command argument, then glob expansion should not
occur.  This behaviour may be correctly observed when passing such arguments to shell built-in commands,
or MSYS-aware applications, (i.e. those linked with msys-1.0.dll).  However, when passing such
arguments to MinGW applications, the protective quotes are not preserved, and the globbing characters
are inappropriately expanded by the MSVCRT startup code.

There are two issues identified in the original mail thread:
(Continue reading)

Picon

[ mingw-Bugs-3482704 ] MSYS bash: quoting does not prevent globbing

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.
Bugs item #3482704, was opened at 2012-02-01 05:22
Message generated for change (Comment added) made by earnie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3482704&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSYS
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Keith Marshall (keithmarshall)
Assigned to: Cesar Strauss (cstrauss)
Summary: MSYS bash: quoting does not prevent globbing

Initial Comment:
Originally reported by Eli Zaretskii; see http://thread.gmane.org/gmane.comp.gnu.mingw.user/38302

When a globbing character appears within a quoted shell command argument, then glob expansion should not
occur.  This behaviour may be correctly observed when passing such arguments to shell built-in commands,
or MSYS-aware applications, (i.e. those linked with msys-1.0.dll).  However, when passing such
arguments to MinGW applications, the protective quotes are not preserved, and the globbing characters
are inappropriately expanded by the MSVCRT startup code.

There are two issues identified in the original mail thread:
(Continue reading)

Picon

[ mingw-Bugs-3482928 ] gcc with optimization generates bug code

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.
Bugs item #3482928, was opened at 2012-02-01 17:27
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3482928&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: gcc with optimization generates bug code

Initial Comment:
I'm using mingw 4.6.2-1 and when compiling mongoose with optimization the program exits without any error
message but without optmization it works fine.
With optmization on the function mg_start it dies without error message when calling
"WSAStartup(MAKEWORD(2,2), &data);" on line 4368 on the simple codeblocks project attached. without
optmization the call succeed and everithing goes ok.

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

You can respond by visiting: 
(Continue reading)

Picon

[ mingw-Support Requests-3482928 ] gcc with optimization generates bug code

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.
Support Requests item #3482928, was opened at 2012-02-01 17:27
Message generated for change (Comment added) made by earnie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=202435&aid=3482928&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: gcc
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: gcc with optimization generates bug code

Initial Comment:
I'm using mingw 4.6.2-1 and when compiling mongoose with optimization the program exits without any error
message but without optmization it works fine.
With optmization on the function mg_start it dies without error message when calling
"WSAStartup(MAKEWORD(2,2), &data);" on line 4368 on the simple codeblocks project attached. without
optmization the call succeed and everithing goes ok.

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

>Comment By: Earnie Boyd (earnie)
Date: 2012-02-02 04:50
(Continue reading)

Picon

[ mingw-Bugs-3482704 ] MSYS bash: quoting does not prevent globbing

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.
Bugs item #3482704, was opened at 2012-02-01 05:22
Message generated for change (Comment added) made by keithmarshall
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3482704&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSYS
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Keith Marshall (keithmarshall)
Assigned to: Cesar Strauss (cstrauss)
Summary: MSYS bash: quoting does not prevent globbing

Initial Comment:
Originally reported by Eli Zaretskii; see http://thread.gmane.org/gmane.comp.gnu.mingw.user/38302

When a globbing character appears within a quoted shell command argument, then glob expansion should not
occur.  This behaviour may be correctly observed when passing such arguments to shell built-in commands,
or MSYS-aware applications, (i.e. those linked with msys-1.0.dll).  However, when passing such
arguments to MinGW applications, the protective quotes are not preserved, and the globbing characters
are inappropriately expanded by the MSVCRT startup code.

There are two issues identified in the original mail thread:
(Continue reading)

Picon

[ mingw-Bugs-3483998 ] directx - Missing Headers and Libs

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.
Bugs item #3483998, was opened at 2012-02-03 11:34
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3483998&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: w32api
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ken P. ()
Assigned to: Nobody/Anonymous (nobody)
Summary: directx - Missing Headers and Libs

Initial Comment:
This is a generic bug report. Currently many DirectX based files and libraries are missing headers and
defines. I will separate this based on Verions, but it's worth noting that others might appear with
windows 8 or newer.

DirectX9 or older has the following files missing headers... dsound, d3d8, and a few other parts.
DirectX9 or older missing Headers and libraries... d3dx9, xinput.

DirectX10 is missing all headers and libraries (d3d10, d3dx10, etc )
DirectX11 is missing all headers and libraries (d3d11, d3dx11, direct2d, etc)
(Continue reading)


Gmane