Re: regex library fails git tests

2013-07-21 Thread Mark Levedahl
On 07/21/2013 03:39 PM, Corinna Vinschen wrote: So, what I did now was this: I added a workaround to Cygwin's regcomp. If the current codeset is ASCII, the characters in the pattern are converted to wchar_t by simply using their unsigned value verbatim. This allows to compile (and test) the pat

regex library fails git tests

2013-07-20 Thread Mark Levedahl
Current git fails two sets of tests on cygwin due apparently to problems in the regex library. One set of tests does language based word-matching, and has a common failure during regex compilation. The suffix clause ("|[^[:space:]]|[\xc0-\xff][\x80-\xbf]+") is common to all of these, removing t

problem with cvs binary?

2013-07-15 Thread Mark Levedahl
The currently provided cvs executable does not work correctly, simple test case is: ~>export CVSROOT=/tmp/cvsroot ~>cvs init ~>cvs co -d /tmp/workdir . cvs [checkout aborted]: cannot make directory : No such file or directory ~>cygcheck -c cvs Cygwin Package Information Package Ver

Re: Cygwin, git and x: directory

2013-07-12 Thread Mark Levedahl
On 07/12/2013 08:42 AM, Mikko Rapeli wrote: (please Cc: me in replies, not subscribed to the lists) Hi Cygwin and git developers, Does following scenario show signs of bugs in Cygwin and/or git? # setup git repo $ cd /tmp $ mkdir foo && cd foo $ git init # create x: directory $ mkdir x: $ ls

Re: git on cygwin 1.7.2/1.7.4

2010-04-08 Thread Mark Levedahl
On Thu, Apr 8, 2010 at 4:14 AM, Matthias Andree wrote: > Am 08.04.2010, 08:11 Uhr, schrieb Christopher Faylor: > > Not to suggest anything particular to Mark, but rather as a general comment: > I wonder how many of the "1.7.X no better" can be attributed to the > replace-on-reboot failure up to a

Re: git on cygwin 1.7.2/1.7.4

2010-04-08 Thread Mark Levedahl
On Thu, Apr 8, 2010 at 2:11 AM, Christopher Faylor wrote: > > And, yet, there were no fixes for pipes in 1.7.4. > So from the release notes: hanges and bugfixes since Cygwin 1.7.2: - Fix handling of non-blocking pipes when read/write is attempted and

Re: git on cygwin 1.7.2/1.7.4

2010-04-07 Thread Mark Levedahl
On 03/31/2010 09:36 PM, Mark Levedahl wrote: On 03/31/2010 12:25 AM, Christopher Faylor wrote: On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: All of the above connections and i/o processing are done using bog-standard fork, pipe, open, read, write, and associated file commands

Re: git on cygwin 1.7.2

2010-03-31 Thread Mark Levedahl
On 03/31/2010 12:25 AM, Christopher Faylor wrote: On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: All of the above connections and i/o processing are done using bog-standard fork, pipe, open, read, write, and associated file commands. Git has no trouble opening all of the

git on cygwin 1.7.2

2010-03-30 Thread Mark Levedahl
blem is not in git itself (works fine on cygwin 1.5 not to mention Linux) or in ssh (the failure occurs using the direct protocol without ssh). I'm not familiar with the internals of the dll, but I'm willing to help dig if someone can give me some hints on where to look. Mark Lev

ATTN python maintainer - bz2 module not available in python2.5.1-1

2007-05-16 Thread Mark Levedahl
File "", line 1, in ImportError: No module named bz2 "import bz2" works fine in python2.5-1 [prev] and earlier versions. Mark Levedahl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docume

Re: missing dependencies for git

2007-02-02 Thread Mark Levedahl
...and I apologize for quoting your email address (usual disclaimer about stupid email clients and all). Mark -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: missing dependencies for git

2007-02-02 Thread Mark Levedahl
"Eric Blake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Mark Levedahl on 2/1/2007 9:35 AM: git requires curl and cpio, but these packages are not listed as dependencies. cpio I can see, but does it re

missing dependencies for git

2007-02-01 Thread Mark Levedahl
git requires curl and cpio, but these packages are not listed as dependencies. Mark Levedahl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http