| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <4B115A56.2060705@alice.it> |
| Date: | Sat, 28 Nov 2009 18:13:58 +0100 |
| From: | Angelo Graziosi <angelo DOT graziosi AT alice DOT it> |
| User-Agent: | Thunderbird 2.0.0.23 (Windows/20090812) |
| MIME-Version: | 1.0 |
| To: | Cygwin <cygwin AT cygwin DOT com> |
| Subject: | Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-67 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Corinna Vinschen wrote: > Fixes a few last-minute bugs: Now, it seems that creating directories and files in some manner acquires an extra unexpected '+' flag. For example (from Cygwin.bat or MinTTY): $ echo "Not " > foo1.txt $ echo "Not OK" > foo2.txt $ diff -Naur foo1.txt foo2.txt > foo.diff $ cp foo1.txt foo.txt $ patch foo.txt foo.diff patching file foo.txt $ mkdir foo $ ls -lrtd foo* -rw-r--r-- 1 ... 5 28 Nov 18:02 foo1.txt -rw-r--r-- 1 ... 7 28 Nov 18:02 foo2.txt -rw-r--r-- 1 ... 124 28 Nov 18:02 foo.diff -rw-r--r--+ 1 ... 7 28 Nov 18:03 foo.txt drwxr-xr-x+ 1 ... 0 28 Nov 18:03 foo See the extra '+' for 'foo.txt' and 'foo'! I didn't note this with previous version -66, -65... Is it to be expected with -67? Ciao, Angelo. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |