std::bad_alloc since 1.24 using pipe

2010-05-16 Thread Xuefer
version with this bug (./astyle.exe is a backup before i downgrade it) $ ./astyle.exe --version Artistic Style Version 1.24 version without this bug $ astyle.exe --version Artistic Style Version 1.23 reproduced with: $ cat a | ./astyle.exe (.) terminate called after throwing an instance o

Re: Cygwin 1.7.5 fork() bug

2010-05-16 Thread Christopher Faylor
On Mon, May 17, 2010 at 11:09:55AM +0800, Huang Bambo wrote: >fork() may translate a wrong encoded path name to CreateProcessW in somecase. > >My cygwin version: > >$ uname -a >CYGWIN_NT-5.1 bambo-notebook 1.7.5(0.225/5/3) 2010-04-12 19:07 i686 Cygwin > >This happens in windows XP with multi-byte c

Re: cron visual output looks funny

2010-05-16 Thread Larry Hall (Cygwin)
On 5/14/2010 10:49 PM, Stephen Morton wrote: On Sun, 02 May 2010 16:25:07 +0200 Johannes Müller Wrote: I installed and use cron on windows xp using cygwin. It works fine for non-GUI applications, but for instance notepad does not seem to>start at all. And a popup-window-script I wrote in python

Re: V1.7 and endless loops triggerd by junction points

2010-05-16 Thread Matthias Meyer
Matthias Meyer wrote: > Corinna Vinschen wrote: > >> On May 6 10:41, Corinna Vinschen wrote: >>> On May 5 21:15, Matthias Meyer wrote: >>> > Corinna Vinschen wrote: >>> > > Otherwise, the only difference as far as I can see is the fact that >>> > > the user token attrib inherited from the Cygwi

Re: getlong()/getshort()/ns_get16()/ns_get32()

2010-05-16 Thread Christopher Faylor
On Sun, May 16, 2010 at 05:42:09PM +0300, Dennis Yurichev wrote: >>On Sun, May 16, 2010 at 09:59:51AM +0300, Dennis Yurichev wrote: >>>On 16-May-10 09:39, Christopher Faylor wrote: On Sun, May 16, 2010 at 09:19:52AM +0300, Dennis Yurichev wrote: > I have a software using getlong()/getshort

Re: getlong()/getshort()/ns_get16()/ns_get32()

2010-05-16 Thread Dennis Yurichev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16-May-10 17:33, Christopher Faylor wrote: > egrep 'getlong|getshort' /usr/include/arpa/nameser*.h den...@ubuntu:~$ egrep -i 'getlong|getshort' /usr/include/arpa/nameser*.h /usr/include/arpa/nameser_compat.h:#define GETSHORTNS

Re: getlong()/getshort()/ns_get16()/ns_get32()

2010-05-16 Thread Christopher Faylor
On Sun, May 16, 2010 at 09:59:51AM +0300, Dennis Yurichev wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >On 16-May-10 09:39, Christopher Faylor wrote: >> On Sun, May 16, 2010 at 09:19:52AM +0300, Dennis Yurichev wrote: >>> I have a software using getlong()/getshort() functions which are

Re: getlong()/getshort()/ns_get16()/ns_get32()

2010-05-16 Thread Václav Haisman
Dennis Yurichev wrote, On 16.5.2010 8:19: > Hi. > > I have a software using getlong()/getshort() functions which are also > synonyms to ns_get32()/ns_get16(). > But they are removed from cygwin? > Why and what to use instead of? Wow. Having so badly named functions in public name space... You col

[ANNOUNCEMENT] Updated: cygport-0.9.84-1

2010-05-16 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: *** cygport-0.9.84-1 cygport is a tool for building Cygwin packages. This release features several improvements for Java packages, updated KDE SRC_URIs, and a new "homepage" command to display $HOMEPAGE in your preferred $BRO

Re: getlong()/getshort()/ns_get16()/ns_get32()

2010-05-16 Thread Dennis Yurichev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16-May-10 09:39, Christopher Faylor wrote: > On Sun, May 16, 2010 at 09:19:52AM +0300, Dennis Yurichev wrote: >> I have a software using getlong()/getshort() functions which are also >> synonyms to ns_get32()/ns_get16(). But they are removed from c