On Wed, May 18, 2005 at 10:09:35PM -0700, Vance Turner wrote:
>Additional note
>
>ls -lRC - not working
>ls -RCl - working
>
>If you point out the source I will fix it.
1) This is not a bug reporting list.
2) This does not, as far as I can tell, have anything to do with the
subject of this messag
Additional note
ls -lRC - not working
ls -RCl - working
If you point out the source I will fix it.
I usually don't write you guys, I follow the thread to see how development
is going.
Just a note. The ls command is't quite right.
Ls -lRC wil not recursively list the files and directories in verbose mode.
The l flag seems to be ignored.
-Original Message-
From: [EMAIL PROTECTED]
[mail
On Wed, May 18, 2005 at 11:51:55AM -0700, Brian Dessent wrote:
>Corinna Vinschen wrote:
>
>> While this might help to avoid... something, I'm seriously wondering
>> what's wrong with this expression. Why does each new version of gcc
>> add new incompatibilities?
>
>I think I've figured this out.
Corinna Vinschen wrote:
> While this might help to avoid... something, I'm seriously wondering
> what's wrong with this expression. Why does each new version of gcc
> add new incompatibilities?
I think I've figured this out. PR/13684 added thread safety to
initialization of local statics.[1] I
- Original Message -
From: "Corinna Vinschen"
To:
Sent: Wednesday, May 18, 2005 12:48 PM
Subject: Re: [Patch]: mkdir -p and network drives
> Hi Pierre,
>
> I don't see a reason why you moved telldir just a few lines up.
> Any reasoning, perhaps together with a ChangeLog entry?
Nope, i
Brian Dessent wrote:
> entirely in their build scripts due to compiler problems. So who knows,
> maybe I should try with a release build.
With the release version of gcc 4.0.0 and without the mmap() kludge I
get the same thing:
FAIL: mmaptest01.c (execute)
FAIL: mmaptest03.c (execute)
FAIL: mma
Hi Pierre,
On May 18 08:22, Pierre A. Humblet wrote:
> Here is the implementation of mkdir and rmdir with fhandlers.
Thanks for the patch. Chris is going to reply later today, but I have
some questions beforehand.
> +_off64_t
> +fhandler_disk_file::telldir (DIR *dir)
> +{
> + return dir->__d_p
Christopher Faylor wrote:
> >While this might help to avoid... something, I'm seriously wondering
> >what's wrong with this expression. Why does each new version of gcc
> >add new incompatibilities?
>
> Well, it might actually be "a gcc bug".
Here I admit to using a snapshot verion of gcc and n
On Wed, May 18, 2005 at 10:01:33AM +0200, Corinna Vinschen wrote:
>On May 17 15:50, Brian Dessent wrote:
>> diff -u -r1.109 mmap.cc
>> --- mmap.cc 2 May 2005 03:50:07 - 1.109
>> +++ mmap.cc 17 May 2005 22:40:14 -
>> @@ -500,14 +500,14 @@
>> }
>> }
>>
>> +static DWORD granula
Corinna Vinschen wrote:
> > Alright. I am not sure how to push out the new version to the web site,
> > so someone else will have to do that (or tell me what to do - check in
> > the .html files into the website CVS or something?)
>
> Yep. cvs -d :ext:cygwin.com:/cvs/cygwin co htdocs
Got it, t
Here is the implementation of mkdir and rmdir with fhandlers.
To prepare the day where proc_registry will allow writes,
I have removed setting PATH_RO and an error return from path.cc
(it's all handled in the fhandlers).
I have also removed obsolete code about fhandler_cygdrive.
There is another
On May 18 04:59, Brian Dessent wrote:
> Corinna Vinschen wrote:
>
> > Looks good. Please check in.
>
> Alright. I am not sure how to push out the new version to the web site,
> so someone else will have to do that (or tell me what to do - check in
> the .html files into the website CVS or somet
Corinna Vinschen wrote:
> Looks good. Please check in.
Alright. I am not sure how to push out the new version to the web site,
so someone else will have to do that (or tell me what to do - check in
the .html files into the website CVS or something?)
Brian
On May 18 03:37, Brian Dessent wrote:
> * install.texinfo ("How do I uninstall..."): Rewrite to cover
> removing services, dealing with permissions, and other common
> tasks for removing Cygwin completely.
Looks good. Please check in.
Thanks,
Corinna
--
Corinna Vinschen
Corinna Vinschen wrote:
> > 2005-05-17 Brian Dessent <[EMAIL PROTECTED]>
>
> http://cygwin.com/acronyms#PCYMTNQREAIYR ;-)
Yeah, I know. Spammers have had my address for some time, I don't feel
like hiding. Me SpamAssassin. :)
> "Close all Cygwin command prompts, xterms, etc. and stop the
On May 17 20:37, Brian Dessent wrote:
> 2005-05-17 Brian Dessent <[EMAIL PROTECTED]>
http://cygwin.com/acronyms#PCYMTNQREAIYR ;-)
I'd send ChangeLogs always without the head line.
> * install.texinfo ("How do I uninstall..."): Rewrite to cover
> removing services, dealing with perm
On May 17 15:50, Brian Dessent wrote:
> diff -u -r1.109 mmap.cc
> --- mmap.cc 2 May 2005 03:50:07 - 1.109
> +++ mmap.cc 17 May 2005 22:40:14 -
> @@ -500,14 +500,14 @@
> }
> }
>
> +static DWORD granularity = getshmlba ();
> +
> extern "C" void *
> mmap64 (void *addr, size
18 matches
Mail list logo