> Earnie Boyd writes:
> I've made a new version of the mingw runtime headers and libraries
> available for download. A list of what has changed is attached.
Documentation should go to /usr/share/doc instead of /usr/doc.
> Earnie.
Ciao
Volker
--
Unsubscribe info: http://
Hi,
I have the following script (a.ksh) :
$ cat a.ksh
#!/usr/bin/ksh -x
echo $*
getopts abc var
echo $?
echo $var
echo $OPTIND
echo $OPTARG
shift
echo $*
getopts abc var
echo $?
echo $var
echo $OPTIND
echo $OPTARG
When run on AIX ksh, it produces the following (expected output) :
$
That's very, um, interesting.
- Original Message -
From: "Mohit Aron" <[EMAIL PROTECTED]>
To:
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, January 02, 2005 11:59 AM
Subject: cygwin subversion package
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http:
Applied Technology Research Center offers Linux and Open Source solutions.
Advantages of considering Linux based solutions.
No need to replace your proprietary systems completely.
No more licencing problems. You gain compliance to WTO regulations and
Intellectual Property copyright laws.
Open S
On Sun, 2 Jan 2005, Brian Dessent wrote:
> David Christensen wrote:
> >
> > Suggestion -- When a user selects a message sent to the Cygwin mailing
> > in their mailer and activates the mailer "Reply" feature, the reply
> > should be addressed to the Cygwin list, not the original poster.
>
> This h
Gerrit P. Haase wrote:
> I took the textfile from the attachment which has actually two \r\n
> at the end which are 78 bytes at all:
Thanks for your suggestion. I believe my copy of textfile.txt has one
CRLF pair at the end, and the length is 76 bytes:
[EMAIL PROTECTED]:~$ wc textfile.txt
2 14
All,
In porting STLport (STLport_r50 from cvs) I've run
into a problem where a couple of the unit tests
involving
exception handling for out of range errors aren't
caught. I've reduced one test case down to be
fairly minimal. I've run the same version w/ the same
version of gcc on Linux and the
> > ? By one of the two ways God intended when he gave Moses POSIX:
> >
> > 1. O_BINARY
> > 2. "rb"
>
> Umm, that's not what I think of as "by default". I call that
> "hardcoded".
Right: hardcoded to work properly by default.
--
Gary R. Van Sickle
--
Unsubscribe info: http://cygwin
On Sun, Jan 02, 2005 at 05:48:21PM -0800, Brian Dessent wrote:
>Yitzchak Scott-Thoennes wrote:
>>>I thought we were talking about 'od' here where presumably you always
>>>want to open files for reading in binary mode? (And as far as I know
>>>od doesn't write anything, redirection aside...)
>>
>>'
Yitzchak Scott-Thoennes wrote:
> > I thought we were talking about 'od' here where presumably you always
> > want to open files for reading in binary mode? (And as far as I know od
> > doesn't write anything, redirection aside...)
>
> 'twas redirection I was thinking of:
>
> $ od /dev/null>od.o
David Christensen wrote:
>
> Suggestion -- When a user selects a message sent to the Cygwin mailing
> in their mailer and activates the mailer "Reply" feature, the reply
> should be addressed to the Cygwin list, not the original poster.
This has been brought up many times, search the archives. I
On Sun, Jan 02, 2005 at 05:16:40PM -0800, Yitzchak Scott-Thoennes wrote:
>On Sun, Jan 02, 2005 at 05:58:47PM -0600, "Gary R. Van Sickle" wrote:
>>>On Sun, Jan 02, 2005 at 05:27:45PM -0500, Christopher Faylor wrote:
On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote:
>This means t
David Christensen wrote:
you wrote in your second posting with this subject that it is not
resolved, however it works for me.
I have run Cygwin setup and chosen "DOS" line endings.
Well, I use binary mode mounts but have some textmode mounts for
testing.
When I create a text file with DOS line end
On Sun, Jan 02, 2005 at 05:29:21PM -0800, Yitzchak Scott-Thoennes wrote:
> On Sun, Jan 02, 2005 at 05:28:35PM -0800, Brian Dessent <[EMAIL PROTECTED]>
> wrote:
Sorry for the inadvertent email address there.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
On Sun, Jan 02, 2005 at 05:28:35PM -0800, Brian Dessent <[EMAIL PROTECTED]>
wrote:
> Yitzchak Scott-Thoennes wrote:
>
> > > > ? By one of the two ways God intended when he gave Moses POSIX:
> > > >
> > > > 1. O_BINARY
> > > > 2. "rb"
> > >
> > > (3. link with binmode.o)
> >
> > Wouldn't binmode
Gerrit P. Haase wrote:
David Christensen wrote:
And then look at it with Cygwin "od", I see:
Obviously you used an old buggy version of od.
Hmm, I don't get it.
Resolved.
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/pro
Yitzchak Scott-Thoennes wrote:
> > > ? By one of the two ways God intended when he gave Moses POSIX:
> > >
> > > 1. O_BINARY
> > > 2. "rb"
> >
> > (3. link with binmode.o)
>
> Wouldn't binmode.o change it to not output crlf to text mounts?
> Probably wouldn't be a good choice.
I thought we were
On Sun, 2 Jan 2005, Yitzchak Scott-Thoennes wrote:
> On Sun, Jan 02, 2005 at 06:13:44PM -0500, "Pierre A. Humblet" wrote:
> > On Sun, Jan 02, 2005 at 02:18:44PM -0800, Yitzchak Scott-Thoennes wrote:
> > > On Sun, Jan 02, 2005 at 04:33:01PM -0500, "Pierre A. Humblet" wrote:
> > > > On Sun, Jan 02,
On Sun, Jan 02, 2005 at 04:54:16PM -0800, Brian Dessent <[EMAIL PROTECTED]>
wrote:
> "Gary R. Van Sickle" wrote:
>
> > > > I think that this is a regression of "od", though. It
> > > probably should
> > > > use binmode by default.
> > >
> > > I would tend to agree, but how would you change this
Brian Dessent wrote:
David Christensen wrote:
cygwin:
When I create a file using notepad:
This is a text file created with Notepad.
It has DOS (CRLF) line endings.
Look at it using "wc":
[EMAIL PROTECTED]:~$ wc textfile.txt
2 14 76 textfile.txt
And then look at i
On Sun, Jan 02, 2005 at 05:58:47PM -0600, "Gary R. Van Sickle" wrote:
> > On Sun, Jan 02, 2005 at 05:27:45PM -0500, Christopher Faylor wrote:
> > > On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote:
> > > >This means that when a cygwin program reads a file with
> > CRLF endings
> > >
On Sun, Jan 02, 2005 at 06:13:44PM -0500, "Pierre A. Humblet" wrote:
> On Sun, Jan 02, 2005 at 02:18:44PM -0800, Yitzchak Scott-Thoennes wrote:
> > On Sun, Jan 02, 2005 at 04:33:01PM -0500, "Pierre A. Humblet" wrote:
> > > On Sun, Jan 02, 2005 at 12:32:21PM -0800, Yitzchak Scott-Thoennes wrote:
> >
"Gary R. Van Sickle" wrote:
> > > I think that this is a regression of "od", though. It
> > probably should
> > > use binmode by default.
> >
> > I would tend to agree, but how would you change this default
> > if desired?
> >
>
> ? By one of the two ways God intended when he gave Moses POSIX:
> On Sun, Jan 02, 2005 at 05:27:45PM -0500, Christopher Faylor wrote:
> > On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote:
> > >This means that when a cygwin program reads a file with
> CRLF endings
> > >it is translated to LF line endings that all unix tools
> expect. You
> > >w
On Sun, Jan 02, 2005 at 02:18:44PM -0800, Yitzchak Scott-Thoennes wrote:
> On Sun, Jan 02, 2005 at 04:33:01PM -0500, "Pierre A. Humblet" wrote:
> > On Sun, Jan 02, 2005 at 12:32:21PM -0800, Yitzchak Scott-Thoennes wrote:
> > > /usr/share/doc/cygwin-doc-1.3/html/cygwin-ug-net/using-cygwinenv.html
>
Schneelocke schrieb:
I noticed a small problem with the current release (2.427) of the
Cygwin setup program (setup.exe): while it is possible to specify a
proxy server that will be used for connecting to the update sites, the
setup program does not save the proxy port specified and resets it to
80
Hi,
I noticed a small problem with the current release (2.427) of the
Cygwin setup program (setup.exe): while it is possible to specify a
proxy server that will be used for connecting to the update sites, the
setup program does not save the proxy port specified and resets it to
80 at startup. Whil
On Sun, Jan 02, 2005 at 05:27:45PM -0500, Christopher Faylor wrote:
> On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote:
> >This means that when a cygwin program reads a file with CRLF endings it
> >is translated to LF line endings that all unix tools expect. You want
> >binary mounts
On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote:
>David Christensen wrote:
>>
>> cygwin:
>>
>> When I create a file using notepad:
>>
>> This is a text file created with Notepad.
>> It has DOS (CRLF) line endings.
>>
>> Look at it using "wc":
>>
>> [EMAIL PROTECTE
On Sun, Jan 02, 2005 at 01:55:03PM -0500, Jon A. Lambert wrote:
>Christopher Faylor wrote:
>>On Sat, Jan 01, 2005 at 03:54:23AM -0500, Jon A. Lambert wrote:
>>>my application. I tried various means of examining and setting the
>>>registers in the stack to get to a frame that was within my app. I
$ cygcheck -f /usr/share/doc/cygwin-doc-1.3/html/cygwin-ug-net/are-free.html
cygwin-doc-1.3-7
cygwin-doc-1.3-7
Looks like most or all the files under cygwin-ug-net/ are in the tarball
twice.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.co
On Sun, Jan 02, 2005 at 11:45:19AM -0700, Tom Hall wrote:
>Since this problem appears to be the result of a bug in Windows, and I
>don't use my floppy too much, I've come up with a Windows-level hack
>that makes the problem more tolerable for me on Windows 98 until the
>proper Cygwin solution is fo
At 03:57 PM 1/2/2005, you wrote:
>Suggestion -- When a user selects a message sent to the Cygwin mailing
>in their mailer and activates the mailer "Reply" feature, the reply
>should be addressed to the Cygwin list, not the original poster.
>
On this list, if you want any replies to your posts to g
--=_20050102141424_34359
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
I've made a new version of the w32api headers and libraries
available for download. A list of what has changed is attached.
Earnie.
-Installation Instructions-
To update your inst
--=_20050102141222_23052
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
I've made a new version of the mingw runtime headers and libraries
available for download. A list of what has changed is attached.
Earnie.
-Installation Instructions-
To update yo
On Sun, Jan 02, 2005 at 12:32:21PM -0800, Yitzchak Scott-Thoennes wrote:
> /usr/share/doc/cygwin-doc-1.3/html/cygwin-ug-net/using-cygwinenv.html says:
>
>check_case:level - Controls the behaviour of Cygwin when a user
> tries to open or create a file using a case different from the case of
> t
While I did delete everything when doing a T&E cycle,
/var/log/sshd.log
/var/empty (dir)
/var/run/sshd.pid
/etc/ssh* (all keygen, config files)
/etc/passwd (removed sshd entry)
Removed user (via Control Panel)
Removed sshd (via cygrunsrv)
.ssh (in User directory)
I also ve
Jon A. Lambert wrote:
Max Bowsher wrote:
APR and APR-util, portability and miscellaneous utility libraries,
have been updated in the Cygwin net distribution to version 0.9.5-1.
This is a minor upgrade from the 0.9.5 development version bundled
with apache 2.0.52 to the real 0.9.5 release, which has
-Original Message-
From: David Christensen [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 02, 2005 12:41 PM
To: 'David Christensen'
Subject: RE: expand changing DOS line endings to Unix line endings
I updated Cygwin and the issue is still present:
[EMAIL PROTECTED]:~$ expand textfile
-Original Message-
From: David Christensen [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 02, 2005 12:40 PM
To: 'David Christensen'
Subject: RE: "od" wrong line endings and byte count
I updated Cygwin and its fixed:
[EMAIL PROTECTED]:~$ dump textfile.txt
000 T h i s
Suggestion -- When a user selects a message sent to the Cygwin mailing
in their mailer and activates the mailer "Reply" feature, the reply
should be addressed to the Cygwin list, not the original poster.
David
p.s. I looked at the headers for my "Subject: expand changing DOS line
endings to Uni
/usr/share/doc/cygwin-doc-1.3/html/cygwin-ug-net/using-cygwinenv.html says:
check_case:level - Controls the behaviour of Cygwin when a user
tries to open or create a file using a case different from the case of
the path as asved on the disk. level is one of relaxed, adjust and
strict.
...
David Christensen wrote:
>
> cygwin:
>
> When I create a file using notepad:
>
> This is a text file created with Notepad.
> It has DOS (CRLF) line endings.
>
> Look at it using "wc":
>
> [EMAIL PROTECTED]:~$ wc textfile.txt
> 2 14 76 textfile.txt
>
> A
Cygwin:
I have run Cygwin setup and chosen "DOS" line endings.
When I create a text file with DOS line endings (CRLF):
This is a text file created with Notepad.
It has DOS (CRLF) line endings.
Look at it with (unxutils) "od":
[EMAIL PROTECTED]:~$ dump textfile.txt
00 T h i
cygwin:
When I create a file using notepad:
This is a text file created with Notepad.
It has DOS (CRLF) line endings.
Look at it using "wc":
[EMAIL PROTECTED]:~$ wc textfile.txt
2 14 76 textfile.txt
And then look at it with Cygwin "od", I see:
[EMAIL
--- Begin Message ---
--- End Message ---
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
At 07:44 AM 1/2/2005, you wrote:
>Hello,
> After using the following references:
>
>http://ist.uwaterloo.ca/~kscully/SSH/CygwinSSHD_W2K3.html
>http://sources.redhat.com/ml/cygwin/2001-11/msg00844.html
>/usr/share/doc/Cygwin/openssh.README
>/usr/bin/ssh-host-config
>/usr/bin/ssh-user-config
>
>& p
At 04:08 PM 1/1/2005, you wrote:
>Brian Bruns wrote:
>>
>>
>>I think you really really really need to reevaluate what you say
>>before you hit send.
>>
>>The open source/free software developers that I communicate with/work
>>with wrote the stuff they did because they needed an
>>application/librar
Max Bowsher wrote:
APR and APR-util, portability and miscellaneous utility libraries,
have been updated in the Cygwin net distribution to version 0.9.5-1.
This is a minor upgrade from the 0.9.5 development version bundled
with apache 2.0.52 to the real 0.9.5 release, which has, at last,
occurred.
Christopher Faylor wrote:
On Sat, Jan 01, 2005 at 03:54:23AM -0500, Jon A. Lambert wrote:
my application. I tried various means of examining and setting the
registers in the stack to get to a frame that was within my app. I
have read the various messages on the list describing how to get to
those
Since this problem appears to be the result of a bug in Windows, and I
don't use my floppy too much, I've come up with a Windows-level hack
that makes the problem more tolerable for me on Windows 98 until the
proper Cygwin solution is found. This "works" for both find and df.
Add this line somewh
Christopher Faylor wrote:
Thanks for the concise bug report. I'll make sure that a fix shows up
in the next snapshot.
Thanks. Your changes fix the problem for me.
--
David Rothenbergerspammer? -> [EMAIL PROTECTED]
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E7
Hello,
I forgot to mention that I had to add all the editrights priveleges within
ssh-host-config to my User
account which is already a member of Administrators except for the "SeDeny*"
priveleges which I left out.
So a total of 4 priveleges were added & verbatim per the ssh-host-config
script.
Hello,
After using the following references:
http://ist.uwaterloo.ca/~kscully/SSH/CygwinSSHD_W2K3.html
http://sources.redhat.com/ml/cygwin/2001-11/msg00844.html
/usr/share/doc/Cygwin/openssh.README
/usr/bin/ssh-host-config
/usr/bin/ssh-user-config
& plenty of T&E (trial & error),
I was able to
pedal2metal wrote:
[...]
I'm running Windows 2000 Pro SP4 & using a February 25,2004 archive of the
redhat mirror for the Cygwin install.
This is ten month old and no longer supported, try to update to a recent
version of Cygwin and tools.
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.co
55 matches
Mail list logo