<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.os.cygwin">
    <title>gmane.os.cygwin</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139614"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139613"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139612"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139609"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139608"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139599"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139597"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.cygwin/139595"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139614">
    <title>Re: lftp update</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139614</link>
    <description>&lt;pre&gt;
Sure, I'll upload a new release, assuming there are no problems building
it.

Andrew


&lt;/pre&gt;</description>
    <dc:creator>Andrew Schulman</dc:creator>
    <dc:date>2013-05-21T17:08:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139613">
    <title>Re: Inconsistency with coreutils: _Static_assert()</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139613</link>
    <description>&lt;pre&gt;
Sorry, but I don't grok this sentence.  Since the cdefs.h version
works as expected, it does not work in coreutils' verify.h?  Who
exactly is wrong, cdefs.h or verify.h?  And *what* exactly is wrong
with the definition?


Corinna

&lt;/pre&gt;</description>
    <dc:creator>Corinna Vinschen</dc:creator>
    <dc:date>2013-05-21T16:08:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139612">
    <title>Re: Patch for shutdown</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139612</link>
    <description>&lt;pre&gt;
Cool, thanks!


Uhm... I would prefer if we had the cygwin-specific tools in a single
repository, if it's not asked too much.  I'm sure we could add git
access as well, if it's not already available.


Corinna

&lt;/pre&gt;</description>
    <dc:creator>Corinna Vinschen</dc:creator>
    <dc:date>2013-05-21T16:05:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139611">
    <title>Inconsistency with coreutils: _Static_assert()</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139611</link>
    <description>&lt;pre&gt;Hello,

I compile coreutils-8.21 under Cygwin (Windows XP). I'm using
gcc-4.8.0 with no problem, except that under _any_ snapshot posterior 
to
plain 1.7.18, i obtain the following (with plain 1.7.18, or under
gcc-4.5.3 it works perfectly):

---------------
...
depbase=`echo src/chroot.o | sed 's|[^/]*$|.deps/&amp;amp;|;s|\.o$||'`;\
gcc -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src    -g -O2 -MT 
src/chroot.o -MD -MP -MF $depbase.Tpo -c -o src/chroot.o src/chroot.c 
&amp;amp;&amp;amp;\
mv -f $depbase.Tpo $depbase.Po
In file included from /usr/include/sys/stdio.h:14:0,
                  from /usr/include/stdio.h:62,
                  from ./lib/stdio.h:43,
                  from src/chroot.c:21:
src/chroot.c: In function 'set_additional_groups':
./lib/verify.h:181:8: error: expected specifier-qualifier-list before 
'typedef'
         _Static_assert (R, DIAGNOSTIC);          \
         ^
./lib/verify.h:166:16: note: in expansion of macro '_GL_VERIFY_TYPE'
      (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC)))
                 ^
./&lt;/pre&gt;</description>
    <dc:creator>Denis Excoffier</dc:creator>
    <dc:date>2013-05-21T15:59:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139610">
    <title>Re: Patch for shutdown</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139610</link>
    <description>&lt;pre&gt;2013/5/21 Corinna Vinschen:

That's why I sent my email in March in the first place. But I really
think having -h for halt is better for a POSIX/Linux-like shutdown.
And "shutdown -h now" will now halt the machine instead of hibernate.
Although I understand they definitely are not the same, it won't leave
the machine turned on. It will be in a "form of off".

A proper announcement is required. The backward compatibility breakage
was the reason I thought about 2.x vs 1.x.


Anything "for free" must be good ;-)

I see the cygport file is in src archive. It has been very long since
I have played with cygport.

And I have not looked at cygwin64, although I use Win7-64. I had no
real need for cygwin64 so far, so I wanted to wait for it to be
officially released. I just ran the setup64.exe found at a nearby
mirror, installed cygport and gcc/g++ and shutdown compiles under 32
and 64 bit.

So back to the question... why not take over? I will read
http://cygwin.com/setup.html thoroughly, create the new packages and
s&lt;/pre&gt;</description>
    <dc:creator>Frank Fesevur</dc:creator>
    <dc:date>2013-05-21T15:20:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139609">
    <title>Re: BUG: Ability to access nonexistent directories</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139609</link>
    <description>&lt;pre&gt;
And hippos aside (I think we all know how difficult it is to do that!), 
64-bit proggies on 64-bit CPUs are supposed to be a little zippier anyway.

&lt;/pre&gt;</description>
    <dc:creator>Larry Hall (Cygwin</dc:creator>
    <dc:date>2013-05-21T14:53:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139608">
    <title>RE: Patch for shutdown</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139608</link>
    <description>&lt;pre&gt;Fedin Pavel sent the following at Monday, May 20, 2013 10:00 AM

FYI, Windows find = grep

c:\&amp;gt; find /?
Searches for a text string in a file or files.

FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] "string" [[drive:][path]filename[ ...]]

  /V         Displays all lines NOT containing the specified string.
  /C         Displays only the count of lines containing the string.
  /N         Displays line numbers with the displayed lines.
  /I         Ignores the case of characters when searching for the string.
  /OFF[LINE] Do not skip files with offline attribute set.
  "string"   Specifies the text string to find.
  [drive:][path]filename
             Specifies a file or files to search.

If a path is not specified, FIND searches the text typed at the prompt
or piped from another command.
&lt;/pre&gt;</description>
    <dc:creator>Buchbinder, Barry (NIH/NIAID) [E]</dc:creator>
    <dc:date>2013-05-21T13:01:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139607">
    <title>Re: cygpath codepage problem</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139607</link>
    <description>&lt;pre&gt;
I just created the 2013-05-21 snapshot.


HTH,
Corinna

&lt;/pre&gt;</description>
    <dc:creator>Corinna Vinschen</dc:creator>
    <dc:date>2013-05-21T11:34:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139606">
    <title>Re: what library provides __b64_ntop? (libresolv does not)</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139606</link>
    <description>&lt;pre&gt;
I just added the latest FreeBSD version of the base64.c file to Cygwin,
so we have them in the next version.


HTH,
Corinna

&lt;/pre&gt;</description>
    <dc:creator>Corinna Vinschen</dc:creator>
    <dc:date>2013-05-21T10:09:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139605">
    <title>Re: Patch for shutdown</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139605</link>
    <description>&lt;pre&gt;
I'm a bit reluctant as of the backward compatibility breakage.  What
if somebody uses shutdown in a script?  You know, starting a backup
in the evening and the last action of the script is to hibernate the
machine or something like that...


1.10 is fine I think.  Say, do you want to take over shutdown
maintainership?  It's an easy enough package to start with, it
builds fine on 32 and 64 bit, and you get the cygport configuration
"for free".  What do you say?


Corinna

&lt;/pre&gt;</description>
    <dc:creator>Corinna Vinschen</dc:creator>
    <dc:date>2013-05-21T09:42:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139604">
    <title>Re: cygpath codepage problem</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139604</link>
    <description>&lt;pre&gt;
Confirmed.  Between 1.7.17 and 1.7.18 there was a non-trivial change in
the build system.  During this transition, an old patch has gone lost.
The result is that the multibyte&amp;lt;-&amp;gt;wide char character conversion
functions are loaded from ntdll.dll, rather than from the Cygwin DLL.
Since the ntdll has another idea about the current codeset, the result
is pretty much unusable in terms of non-ASCII characters.

I fixed that in CVS.  The next snapshort from http://cygwin.com/snapshots/
will have the fix, too.


Thanks for the report,
Corinna

&lt;/pre&gt;</description>
    <dc:creator>Corinna Vinschen</dc:creator>
    <dc:date>2013-05-21T09:35:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139603">
    <title>Re: BUG: Ability to access nonexistent directories</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139603</link>
    <description>&lt;pre&gt;
The 64-bit port employed fewer hippos.  As it turns out, they were terrible
coders.

&lt;/pre&gt;</description>
    <dc:creator>Christopher Faylor</dc:creator>
    <dc:date>2013-05-21T06:18:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139602">
    <title>RE: BUG: Ability to access nonexistent directories</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139602</link>
    <description>&lt;pre&gt;
 By the way... Right now i'm testing 64-bit Cygwin, and it appears to be
significantly faster. I wonder, did you do anything special to achieve this
? Or does this mean just that 32-bit API on 64-bit Windows is slow ?

 Kind regards


&lt;/pre&gt;</description>
    <dc:creator>Fedin Pavel</dc:creator>
    <dc:date>2013-05-21T06:07:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139601">
    <title>Re: what library provides __b64_ntop? (libresolv does not)</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139601</link>
    <description>&lt;pre&gt;
That is an older version of the file currently shipped by FreeBSD, but 
like other libc/sys/linux files, it is only compiled into newlib when 
targeting Linux.  The file compiles cleanly on Cygwin, but whether or 
not we want to provide these non-standard functions would be up to cgf 
or Corinna.


Yaakov


&lt;/pre&gt;</description>
    <dc:creator>Yaakov (Cygwin/X</dc:creator>
    <dc:date>2013-05-21T05:19:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139600">
    <title>Re: what library provides __b64_ntop? (libresolv does not)</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139600</link>
    <description>&lt;pre&gt;There appears to be an implementation of that function in cygwin's
src/newlib/libc/sys/linux/net/base64.c.  Is it possible to link
against whatever that gets compiled to?  If not, could that function
be copied to cygwin's libresolv?  When the header and implementation
are already there it seems a shame not to make it available.


On Mon, May 20, 2013 at 9:49 PM, Yaakov (Cygwin/X)
&amp;lt;yselkowitz&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Luke White</dc:creator>
    <dc:date>2013-05-21T04:57:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139599">
    <title>Re: what library provides __b64_ntop? (libresolv does not)</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139599</link>
    <description>&lt;pre&gt;
Cygwin does not provide that function; resolv.h declares it only because 
it is mostly copied from the BSDs, where it is defined.


Yaakov



&lt;/pre&gt;</description>
    <dc:creator>Yaakov (Cygwin/X</dc:creator>
    <dc:date>2013-05-21T02:49:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139598">
    <title>Re: Were the Perl multithreading problems ever fixed?</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139598</link>
    <description>&lt;pre&gt;(Resending because it complained about my inadvertently using html.)

My Cygwin Perl is 5.14.2.  I don't have a link to a report.  I never
filed a bug report, but we had an email exchange about this starting
on 1/13/12.  My script is still having occasional problems, but it's
not dumping core.  I'll have to do some more debugging to see what I
can see.

On Mon, May 20, 2013 at 7:10 PM, Reini Urban &amp;lt;rurban&amp;lt; at &amp;gt;x-ray.at&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>David Karr</dc:creator>
    <dc:date>2013-05-21T02:22:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139597">
    <title>Re: Were the Perl multithreading problems ever fixed?</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139597</link>
    <description>&lt;pre&gt;
These were entirely perl related and not cygwin.
And most of the known problems were fixed with the change from
non-thread safe usemymalloc (perl internal malloc) to the thread-safe
system malloc
with 5.14.2.
There are still minor thread problems within perl, but nothing dramatic.

The upcoming 5.18.0 should have fixed more. Do you have a link to your
report? So I can test it.
--
Reini Urban
http://cpanel.net/   http://www.perl-compiler.org/

&lt;/pre&gt;</description>
    <dc:creator>Reini Urban</dc:creator>
    <dc:date>2013-05-21T02:10:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139596">
    <title>lftp update</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139596</link>
    <description>&lt;pre&gt;Would it be possible to have lftp updated to the latest version 4.4.6? There's some SFTP related bugfixes in this version.

Thanks,

Alex
&lt;/pre&gt;</description>
    <dc:creator>Alex Mason</dc:creator>
    <dc:date>2013-05-21T00:26:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139595">
    <title>what library provides __b64_ntop? (libresolv does not)</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139595</link>
    <description>&lt;pre&gt;I'm getting the following error if I try to compile something that
includes resolv.h:

$ gcc test.c -lresolv
/tmp/cc0xhSEa.o:test.c:(.text+0x2e): undefined reference to `___b64_ntop'
collect2: ld returned 1 exit status


Here's the contents of test.c, which is just meant to demonstrate the problem:

$ cat test.c
#include &amp;lt;resolv.h&amp;gt;
int main ()
{
  b64_ntop (NULL, 0, NULL, 0);
  return 0;
}


I'm using gcc 4.5.3 from the gcc4-core-4.5.3-3 package.

&lt;/pre&gt;</description>
    <dc:creator>Luke White</dc:creator>
    <dc:date>2013-05-20T23:06:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.cygwin/139594">
    <title>Re: luatex font path problem</title>
    <link>http://permalink.gmane.org/gmane.os.cygwin/139594</link>
    <description>&lt;pre&gt;
Arthur,

I'd like to send the patch upstream.  Before I do that, could you 
confirm that it solves your problem?  I hope you weren't thrown off by 
the copy/paste error I made; the file to be patched is

   /usr/share/texmf-dist/tex/luatex/luaotfload/otfl-font-nms.lua

Ken


&lt;/pre&gt;</description>
    <dc:creator>Ken Brown</dc:creator>
    <dc:date>2013-05-20T21:25:52</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.cygwin">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.cygwin</link>
  </textinput>
</rdf:RDF>
