On Feb 22 14:21, Tim Hubberstey wrote:
> --- Corinna Vinschen wrote:
> > On Feb 18 09:58, Corinna Vinschen wrote:
> > > On Feb 17 01:52, Tim Hubberstey wrote:
> > > > $ find /cygdrive/c -name @@@F\*
> > > > find: Filesystem loop detected; `/cygdrive/c/aa/aa' has the same
> > device
> > > > number a
On Feb 22 21:52, Eric Blake wrote:
> The following two wishes are not essential, but would improve coreutils.
> Unfortunately, I am not in a position to assign copyright to Red Hat at the
> moment, so I can't contribute an implementation.
Too bad. We could need help.
> POSIX requires statvfs()
On Feb 23 13:14, Corinna Vinschen wrote:
> On Feb 22 21:52, Eric Blake wrote:
> > Linux provides /dev/full at major device 1, minor 7, and the properties of
> > world readable/writable, writes error out with ENOSPC, reads behave like
> > /dev/zero, seeks succeed. The coreutils testsuite tries to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Corinna Vinschen on 2/23/2005 5:14 AM:
>>Unfortunately, I am not in a position to assign copyright to Red Hat at the
>>moment, so I can't contribute an implementation.
>
> Too bad. We could need help.
Well, I'm willing; it is getting m
ssh-agent leaves stale directories named /tmp/ssh-
that contain the named pipe for authentication.
These left over directories come about when you log out
or shut down the computer without stopping ssh-agent
either by running keychain to shut it down or sending it
a SIGHUP to exit and clean up.
Dear cygwin team,
the following c++ program (see below) is affected by a strange bug: floating
point precision is decreased by uncommenting the call to gethostname().
Behaviour:
* you get high precision if you do not call gethostname()
* you get different values if the call is uncommented, i.e
On Tue, 22 Feb 2005 15:42:45 -, Dave Korn wrote:
> Original Message
> >From: cygwin-owner On Behalf Of Raul Miller
> > Both the man page and the usage information on cygpath indicate
> > that it only accepts a single file name argument. These should
> > probably be updated.
>
> A fa
On Feb 23 07:17, Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Corinna Vinschen on 2/23/2005 5:14 AM:
> >>Unfortunately, I am not in a position to assign copyright to Red Hat at the
> >>moment, so I can't contribute an implementation.
> >
> > Too bad. We c
On Feb 23 06:18, Jim Kleckner wrote:
> ssh-agent leaves stale directories named /tmp/ssh-
> that contain the named pipe for authentication.
> These left over directories come about when you log out
> or shut down the computer without stopping ssh-agent
> either by running keychain to shut it do
-Original Message-
>From: cygwin-owner On Behalf Of R.Schulz
>Sent: 23 February 2005 14:28
>the following c++ program (see below) is affected by a strange bug:
floating
>point precision is decreased by uncommenting the call to gethostname().
>* if you change the long doubles to normal d
Original Message
From: cygwin-owner On Behalf Of Joshua Daniel Franklin
Sent: 23 February 2005 14:25
>> 2) What's with the CDATA section ?
>
> A CDATA section is for enclosing text that might otherwise be interpreted
Yeh, I knew that! I meant "How come it appears in the man page?"
【前』:美希
『年齢』:30歳
『職業』:自営業
『年収』:2.400万円
『アド載せたのでメールしてくれませんか?今週ならいつでも会えます。
援助金は100万円用意してあります。
☆こちらから無料返信☆
http://jellybean.hosting-geomax.jp/secre
Long doubles are 12 byte = 96 bit = sizeof(long double). No matter whether
stored in memory or in registers, they should have that length, no?
The -ffloat-store option does not make a difference (at least not in the first
7 digits). However, there is a significant difference between the version
From: Jim Kleckner
Subject: ssh-agent and /tmp/ssh-* removal at logout
Date: Wed, 23 Feb 2005 06:18:50 -0800
ssh-agent leaves stale directories named /tmp/ssh-
that contain the named pipe for authentication.
These left over directories come about when you log out
or shut down the computer with
I would like to report that "find -printf %n" appends a spurious 'd' to the
output produced.
This happens also for %G, %U, %b, %D, %k format directives.
Under Cygwin:
=
% cygcheck -v -s | grep ^find
findutils 20041227-1
% for i in G U b D k n; do
fmt="%12$i\t%f\n"
echo \"$fmt\":
I think keychain as a service would be nice. I currently
use a modified version of ssh-agent as a service, and
it works pretty well. I just have to remember to replace
the ssh-agent with my patched version any time the
ssh package gets updated.
And, yes, I have offered a patch upstream as well
Corinna Vinschen wrote:
On Feb 23 06:18, Jim Kleckner wrote:
ssh-agent leaves stale directories named /tmp/ssh-
that contain the named pipe for authentication.
These left over directories come about when you log out
or shut down the computer without stopping ssh-agent
either by running keychain
On Feb 23 08:41, Karl M wrote:
> I'm in the process of doing some clean-up work and trying out keychain
> 2.5.1. I am also adding ${HOSTNAME}.cmd file creation for use with Windows
> shell scripts. If there is interest, perhaps I should offer to maintain
> keychain, with additional support for l
From: Jim Kleckner
Subject: Re: ssh-agent and /tmp/ssh-* removal at logout
Date: Wed, 23 Feb 2005 09:20:08 -0800
Corinna Vinschen wrote:
On Feb 23 06:18, Jim Kleckner wrote:
ssh-agent leaves stale directories named /tmp/ssh-
that contain the named pipe for authentication.
These left over direc
Original Message
>From: cygwin-owner On Behalf Of Ralf B. Schulz
>Sent: 23 February 2005 16:42
> Long doubles are 12 byte = 96 bit = sizeof(long double). No matter whether
> stored in memory or in registers, they should have that length, no?
Oh, that does turn out to be a recent change
From: Corinna Vinschen >Reply-To: cygwin@cygwin.com
Subject: Re: ssh-agent and /tmp/ssh-* removal at logout
Date: Wed, 23 Feb 2005 18:21:00 +0100
On Feb 23 08:41, Karl M wrote:
> I'm in the process of doing some clean-up work and trying out keychain
> 2.5.1. I am also adding ${HOSTNAME}.cmd file c
> >and the console in which I suspended the script has not given me a
> >prompt so I can't issue any more commands.
>
> What if you suspend it like "vi &" instead. That definitely gives me a
> prompt and the "fg" command works.
In future that is what I will do, however in this circumstance when
On Tue, 22 Feb 2005 18:17:26 -0800 (PST), Jeremy C. Reed
<[EMAIL PROTECTED]> wrote:
> On Tue, 22 Feb 2005, Matt Wilkie wrote:
>
> > thanks for your help Jeremy.
>
> You are welcome.
>
> > Although -SIGCONT didn't completely work in this circumstance I'm glad
> > of the knowledge. I've encountere
Not knowing the exact order of how things are released,
does announcing it on "cygwin-apps" mean that it will be
available via setup soon?
When it is, does that mean we should be able to build perl
modules/utils that inter-operate with the native Win32
interface? What necessary steps does it need
On Wed, 23 Feb 2005, Linda W wrote:
> Reini Urban wrote:
>
> > Yitzchak Scott-Thoennes schrieb:
> >
> > > 3) wait for an updated perl-libwin32 release (should be soon)
> >
> > It's already announced in cygwin-apps.
> > It just needs the necessary steps there.
>
> Not knowing the exact order of how
I am trying to install matplotlib-0.72.1 (matplotlib.sourceforge.net) under
cygwin and its python release.
I had to modify setupext.py to include the proper directories for cygwin (to
match linux)...
basedir = {
'win32' : ['win32_static',],
'cygwin' : ['/usr/local', '/usr',],
'linux2
Igor Pechtchanski wrote:
Announcing something on cygwin-apps means that the other maintainers will
look at it if necessary, and that someone with access will eventually
upload it to sourceware.org. Once that happens, the package will be
announced on cygwin-announce, and *that* does mean that it'l
Linda W wrote:
> Ahhh...hmm...I haven't understood (and am not entirely sure, if
> yet, I do) the package release mechanism. I would have thought that
> package maintainers would have been able to check in their packages
> directly -- perhaps, at least, under the experimental release sect
On Wed, Feb 23, 2005 at 03:40:13PM -0500, Kirschner, Paul E wrote:
> What happened here? Any help in making this work?
See the following:
http://www.google.com/search?hl=en&q=unable+remap+same+address+parent+cygwin+python
Jason
--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or ke
Okay, sorry: the abs() function was defined as a template in the original code
for historical reasons:
template
number abs(number) ... and so forth
Changing to std::fabs() doesn't change anything in the behavior, however.
At least now I know it's probably AMD FPU related.
-Ralf
> > Long doubl
Karl M wrote:
From: Jim Kleckner
Subject: ssh-agent and /tmp/ssh-* removal at logout
Date: Wed, 23 Feb 2005 06:18:50 -0800
ssh-agent leaves stale directories named /tmp/ssh-
that contain the named pipe for authentication.
These left over directories come about when you log out
or shut down the
From: Jim Kleckner
Subject: Re: ssh-agent and /tmp/ssh-* removal at logout
Date: Wed, 23 Feb 2005 15:04:46 -0800
Karl M wrote:
From: Jim Kleckner
Subject: ssh-agent and /tmp/ssh-* removal at logout
Date: Wed, 23 Feb 2005 06:18:50 -0800
ssh-agent leaves stale directories named /tmp/ssh-
that co
Hello,
I am new to cygwin.
I installed the fundamental packages and gcc and g77. I tried them in the
cygwin console without problems.
Bash scripts work fine, piping works fine, no problems.
Then I tried to run command line programs that I had created with djgpp, and
found the following: the p
On Wed, 23 Feb 2005 15:26:18 -, Dave Korn wrote:
> Original Message
> From: cygwin-owner On Behalf Of Joshua Daniel Franklin
> Sent: 23 February 2005 14:25
>
> >> 2) What's with the CDATA section ?
> >
> > A CDATA section is for enclosing text that might otherwise be interpreted
>
>
34 matches
Mail list logo