Re: CMake 2.8.9-1 ready

2012-08-16 Thread Corinna Vinschen
On Aug 15 16:48, Bill Hoffman wrote: Hi, Due to a configuration issue on the build machine, one of the executables in CMake (ccmake) was not built. The build machine was missing curses. I have made 2.8.9-2 files. The only difference is that this version contains the ccmake executable.

Re: [RFU] sqlite3-3.7.13.1-1 (test to prev promotion)

2012-08-16 Thread Warren Young
Please remove the 3.7.12.1-1 packages. Also, run this from 'release' to replace the setup.hint files with versions without 'prev', 'curr' and 'test' directives: wget -e robots=off -X from-box --cut-dirs=1 -np -nH \ -A'setup.hint' -r http://etr-usa.com/cygwin/sqlite3/ I don't see any

Re: [RFU] sqlite3-3.7.13.1-1 (test to prev promotion)

2012-08-16 Thread Corinna Vinschen
On Aug 16 04:38, Warren Young wrote: Please remove the 3.7.12.1-1 packages. Also, run this from 'release' to replace the setup.hint files with versions without 'prev', 'curr' and 'test' directives: wget -e robots=off -X from-box --cut-dirs=1 -np -nH \ -A'setup.hint' -r

Re: Fwd: libgc bug when using Gnu C nested functions

2012-08-16 Thread Yaakov (Cygwin/X)
On Wed, 2012-08-15 at 12:16 -0400, Bob Heckel wrote: Is anyone interested in taking over as maintainer of libgc and w3m? libgc used cygports for its current version, w3m used g-b-s. Hopefully this will be of help: http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/libgc

[RFU] subversion-1.7.6-1

2012-08-16 Thread David Rothenberger
Please upload subversion-1.7.6-1 as the new current release. Please delete 1.7.5-3 and 1.7.5-4 and leave 1.6.17-1 as prev. Thanks! wget -x -nH --cut-dirs=2 \ http://home.comcast.net/~david.rothenberger/cygwin/subversion/setup.hint \

src/winsup/cygwin ChangeLog DevNotes cygtls.h ...

2012-08-16 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-64bit-branch Changes by: cori...@sourceware.org 2012-08-16 09:41:46 Modified files: winsup/cygwin : ChangeLog DevNotes cygtls.h cygwait.cc cygwait.h errno.cc exceptions.cc

src/winsup/cygwin ChangeLog include/mntent.h

2012-08-16 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-64bit-branch Changes by: cori...@sourceware.org 2012-08-16 16:21:16 Modified files: winsup/cygwin : ChangeLog winsup/cygwin/include: mntent.h Log message: * include/mntent.h: Don't include paths.h

src/winsup/utils ChangeLog cygcheck.cc path.cc ...

2012-08-16 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-64bit-branch Changes by: cori...@sourceware.org 2012-08-16 16:26:03 Modified files: winsup/utils : ChangeLog cygcheck.cc path.cc dump_setup.cc strace.cc Log message: *

src/winsup/utils ChangeLog ps.cc

2012-08-16 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-64bit-branch Changes by: cori...@sourceware.org 2012-08-16 16:27:42 Modified files: winsup/utils : ChangeLog ps.cc Log message: * ps.cc (main): Define uid correctly as uid_t. Patches:

winsup/cygwin ChangeLog cygheap.cc cygtls.h ex ...

2012-08-16 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-16 17:11:41 Modified files: cygwin : ChangeLog cygheap.cc cygtls.h exceptions.cc Log message: * cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.

winsup/cygwin ChangeLog cygtls.h

2012-08-16 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-16 19:24:19 Modified files: cygwin : ChangeLog cygtls.h Log message: * cygtls.cc (_cygtls::operator HANDLE): Reverse '?' test stupidity. Patches:

winsup/cygwin cygtls.cc dll_init.cc fhandler.c ...

2012-08-16 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-16 23:34:45 Modified files: cygwin : cygtls.cc dll_init.cc fhandler.cc fhandler.h fhandler_console.cc fhandler_process.cc

console: terminal request/response

2012-08-16 Thread Thomas Wolff
This is another patch to enable terminal responses in the cygwin console. Typically, terminals respond to requests to report Primary/Secondary Device Attributes and to send a Cursor Position Report (see http://invisible-island.net/xterm/ctlseqs/ctlseqs.txt). (This hasn't ever worked in the

Re: New modes for cygpath that terminate path with null byte, nothing

2012-08-16 Thread Corinna Vinschen
On Aug 14 22:11, Daniel Colascione wrote: On 8/14/12 10:02 PM, Christopher Faylor wrote: On Tue, Aug 14, 2012 at 02:49:17PM -0700, Daniel Colascione wrote: On 7/27/2012 2:32 AM, Corinna Vinschen wrote: There's just the problem of the copyright assignment. If you want to provide a

Re: /dev/clipboard pasting with small read() buffer

2012-08-16 Thread Corinna Vinschen
Hi Thomas, thanks for the patch. I have a few minor nits: On Aug 14 22:56, Thomas Wolff wrote: --- sav/fhandler_clipboard.cc 2012-07-08 02:36:47.0 +0200 +++ ./fhandler_clipboard.cc 2012-08-14 18:25:14.903255600 +0200 @@ -222,6 +222,7 @@ fhandler_dev_clipboard::read (void *ptr,

Re: /dev/clipboard pasting with small read() buffer

2012-08-16 Thread Thomas Wolff
Hi Corinna, On 16.08.2012 11:33, Corinna Vinschen wrote: Hi Thomas, thanks for the patch. I have a few minor nits: On Aug 14 22:56, Thomas Wolff wrote: --- sav/fhandler_clipboard.cc 2012-07-08 02:36:47.0 +0200 +++ ./fhandler_clipboard.cc 2012-08-14 18:25:14.903255600 +0200

Re: /dev/clipboard pasting with small read() buffer

2012-08-16 Thread Corinna Vinschen
On Aug 16 14:11, Thomas Wolff wrote: Hi Corinna, On 16.08.2012 11:33, Corinna Vinschen wrote: Hi Thomas, thanks for the patch. I have a few minor nits: On Aug 14 22:56, Thomas Wolff wrote: --- sav/fhandler_clipboard.cc 2012-07-08 02:36:47.0 +0200 +++

Re: /dev/clipboard pasting with small read() buffer

2012-08-16 Thread Thomas Wolff
On 16.08.2012 14:30, Corinna Vinschen wrote: On Aug 16 14:11, Thomas Wolff wrote: Hi Corinna, On 16.08.2012 11:33, Corinna Vinschen wrote: Hi Thomas, thanks for the patch. I have a few minor nits: On Aug 14 22:56, Thomas Wolff wrote: ... + char cprabuf [8 + 1]; /* need this

Re: /dev/clipboard pasting with small read() buffer

2012-08-16 Thread Eric Blake
On 08/16/2012 08:20 AM, Thomas Wolff wrote: MB_CUR_MAX does not work because its value is 1 at this point So what about MB_LEN_MAX then? There's no problem using a multiplier, but a symbolic constant is always better than a numerical constant. I've now used _MB_LEN_MAX from newlib.h, rather

Re: /dev/clipboard pasting with small read() buffer

2012-08-16 Thread Corinna Vinschen
On Aug 16 09:24, Eric Blake wrote: On 08/16/2012 08:20 AM, Thomas Wolff wrote: MB_CUR_MAX does not work because its value is 1 at this point So what about MB_LEN_MAX then? There's no problem using a multiplier, but a symbolic constant is always better than a numerical constant. I've

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Lord Laraby
Larry Hall (Cygwin) wrote: On 8/15/2012 5:39 AM, Lord Laraby wrote: Sorry if the questions are a bit too numerous. I wish I could just siphon knowledge from Corinna's brain.:) Then that would leave her with none! I wouldn't need *all* of her knowledge of course. Just a small amount would

Re: Promote sqlite 3.7.13-1 from test status? (was: Updated: sqlite3-3.7.13-1)

2012-08-16 Thread Achim Gratz
Warren Young warren at etr-usa.com writes: I haven't heard peep one from either side about this release on this list. (For contrast, I've gotten several positive responses in my answer to the question about this on Stack Overflow[1].) Sorry, I've been swamped with other stuff... Silence =

Re: Promote sqlite 3.7.13-1 from test status? (was: Updated: sqlite3-3.7.13-1)

2012-08-16 Thread Corinna Vinschen
On Aug 16 07:41, Achim Gratz wrote: Warren Young warren at etr-usa.com writes: I haven't heard peep one from either side about this release on this list. (For contrast, I've gotten several positive responses in my answer to the question about this on Stack Overflow[1].) Sorry, I've

RE: Promote sqlite 3.7.13-1 from test status? (was: Updated: sqlite3-3.7.13-1)

2012-08-16 Thread Adam Dinwoodie
Warren Young wrote: On 8/13/2012 10:12 AM, Warren Young wrote: This is a *test* version which reverts the patch added to 3.7.12.1-1, which caused problems with Subversion as a side effect I haven't heard peep one from either side about this release on this list. (For contrast, I've gotten

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Corinna Vinschen
On Aug 15 05:39, Lord Laraby wrote: Adam Dinwoodie wrote: Lord Laraby wrote: I've scanned months of the mailing list archives for an answers and searched until I've run out of ideas. Have you taken a look through the Cygwin user's guide? In particular, I suspect the section on

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Corinna Vinschen
On Aug 16 03:39, Lord Laraby wrote: Larry Hall (Cygwin) wrote: On 8/15/2012 5:39 AM, Lord Laraby wrote: Sorry if the questions are a bit too numerous. I wish I could just siphon knowledge from Corinna's brain.:) Then that would leave her with none! I wouldn't need *all* of her

Re: sshd service needs to be restarted after every boot

2012-08-16 Thread Andrey Repin
Greetings, Jörg Gerlach! Do you have proper dependency map for a service? I.e. it should depends on TCPIP at least. Yes, in the properties of the CYGWIN sshd service in the Windows Service Manager is a dependency for TCP/IP-Protocol driver. But, I'm not sure if you mean that. I did mean

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Warren Young
On 8/16/2012 2:50 AM, Corinna Vinschen wrote: On Aug 16 07:41, Achim Gratz wrote: there's a race somewhere between calls from the Cygwin DLL and Windows file locking functions. Cygwin does not use Windows mandatory locking. The locking is entirely implemented within the Cygwin DLL and is

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Corinna Vinschen
On Aug 16 04:30, Warren Young wrote: On 8/16/2012 2:50 AM, Corinna Vinschen wrote: On Aug 16 07:41, Achim Gratz wrote: there's a race somewhere between calls from the Cygwin DLL and Windows file locking functions. Cygwin does not use Windows mandatory locking. The locking is entirely

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Lord Laraby
Hi Corinna, On Thu, Aug 16, 2012 Corinna Vinschen wrote: On Aug 16 03:39, Lord Laraby wrote: I wouldn't need *all* of her knowledge of course. Just a small amount would improve my understanding immensely. Probably the key point that you're stumbling over is the fact that when you're

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Corinna Vinschen
On Aug 16 07:06, Lord Laraby wrote: My, major emphasis is recognizing in the Cygwin dll or startup code somewhere) that the user has full Administrator rights and simply replacing his normal UID with 0 (or that of whomever root seems to be by /etc/passwd). Internally (at cygwin.dll level)

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Warren Young
On 8/16/2012 4:55 AM, Corinna Vinschen wrote: On Aug 16 04:30, Warren Young wrote: So, what you did with that requested change, Achim, is prevented Cygwin svn from winning any fights over ownership of .svn/wc.db. So what? Don't use native Windows tools in parallel accessing the same file.

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Corinna Vinschen
On Aug 16 06:01, Warren Young wrote: On 8/16/2012 4:55 AM, Corinna Vinschen wrote: On Aug 16 04:30, Warren Young wrote: So, what you did with that requested change, Achim, is prevented Cygwin svn from winning any fights over ownership of .svn/wc.db. So what? Don't use native Windows

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Lord Laraby
On Thu, Aug 16, 2012 Corinna Vinschen wrote: On Aug 16 07:06, Lord Laraby wrote: My, major emphasis is recognizing in the Cygwin dll or startup code somewhere) that the user has full Administrator rights and simply replacing his normal UID with 0 (or that of whomever root seems to be by

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Earnie Boyd
On Thu, Aug 16, 2012 at 8:26 AM, Corinna Vinschen wrote: That's not how it's supposed to be, as far as I'm concerned... I can see both POV but the Cygwin POV is to DITCW (Do It The Cygwin Way) which is the de facto correct answer regardless of your own POV. So the WJM response is in fact a

RE: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Thrall, Bryan
Warren Young wrote on 2012-08-16: Dev Fred likes to use the GUI TortoiseSVN client most of the time. (Fred is a little strange, but we like him anyway.) My particular use case is 99% of the time, I use Cygwin SVN, but once in a while TortoiseSVN's revision graph is useful. I think what makes

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Corinna Vinschen
On Aug 16 08:48, Lord Laraby wrote: On Thu, Aug 16, 2012 Corinna Vinschen wrote: On Aug 16 07:06, Lord Laraby wrote: My, major emphasis is recognizing in the Cygwin dll or startup code somewhere) that the user has full Administrator rights and simply replacing his normal UID with 0 (or

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Lord Laraby
On Thu, Aug 16, 2012Corinna Vinschen On Aug 16 08:48, Lord Laraby wrote: On Thu, Aug 16, 2012 Corinna Vinschen wrote: On Aug 16 07:06, Lord Laraby wrote: See, here where I said I want to know if the user is in fact elevated? I'm always a member of the Administrators Group (group 544) even

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Warren Young
On 8/16/2012 6:26 AM, Corinna Vinschen wrote: On Aug 16 06:01, Warren Young wrote: This recent wish for SQLite on Cygwin to act more Unix-like is the first such request I've received, and I don't remember it being an issue with the previous maintainer, either. Maybe the reason is because

Re: sshd service needs to be restarted after every boot

2012-08-16 Thread Jörg Gerlach
Am 16.08.2012 11:05, schrieb Andrey Repin: Greetings, Jörg Gerlach! I did mean that, and now, that you confirmed it, the situation slowly driving into the land of BLODA. Do you have custom firewall/AV with TCP/IP filtering capabilities installed? -- WBR, Andrey Repin (anrdae...@freemail.ru)

Re: Cygwin crashes in kill_pgrp, _pinfo truncation issue.

2012-08-16 Thread Andrey Khalyavin
On Wed, 15 Aug 2012 10:11:16 -0400, Christopher Faylor wrote: On Wed, Aug 15, 2012 at 04:54:42PM +0400, Andrey Khalyavin wrote: I finally got a cygwin crash dump from our build bots. It shows, that cygwin1.dll crashes in kill_pgrp function on line: (pid 1 p-pgid != pid) || where p is a

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Brian Wilson
This recent wish for SQLite on Cygwin to act more Unix-like is the first such request I've received, and I don't remember it being an issue with the previous maintainer, either. Maybe the reason is because subversion didn't use SQLite before? That's mere happenstance. There's

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread David Rothenberger
On 8/16/2012 9:34 AM, Brian Wilson wrote: Corina is correct, Cygwin is supposed to be a Posix compliant environment so the SQLite package should follow the Posix standard as the default behavior. If you want to use Windoze tools, why are you using Cygwin? If you really must, why not set

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Kurt Franke
Lord Laraby lord.laraby at gmail.com writes: On Thu, Aug 16, 2012Corinna Vinschen On Aug 16 08:48, Lord Laraby wrote: On Thu, Aug 16, 2012 Corinna Vinschen wrote: On Aug 16 07:06, Lord Laraby wrote: See, here where I said I want to know if the user is in fact elevated? I'm always

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Corinna Vinschen
On Aug 16 11:06, Lord Laraby wrote: On Thu, Aug 16, 2012Corinna Vinschen On Aug 16 08:48, Lord Laraby wrote: On Thu, Aug 16, 2012 Corinna Vinschen wrote: On Aug 16 07:06, Lord Laraby wrote: See, here where I said I want to know if the user is in fact elevated? I'm always a member of

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Warren Young
On 8/16/2012 10:34 AM, Brian Wilson wrote: Corina Corinna. is correct, Cygwin is supposed to be a Posix compliant environment It's also supposed to interoperate with native Windows programs. If you want to use Windoze tools, why are you using Cygwin? First, instant 100 point

Re: Cygwin crashes in kill_pgrp, _pinfo truncation issue.

2012-08-16 Thread Christopher Faylor
On Thu, Aug 16, 2012 at 08:20:37PM +0400, Andrey Khalyavin wrote: On Wed, 15 Aug 2012 10:11:16 -0400, Christopher Faylor wrote: On Wed, Aug 15, 2012 at 04:54:42PM +0400, Andrey Khalyavin wrote: I finally got a cygwin crash dump from our build bots. It shows, that cygwin1.dll crashes in kill_pgrp

Re: Please test snapshots

2012-08-16 Thread Christopher Faylor
On Tue, Aug 14, 2012 at 12:48:03PM +, Adam Dinwoodie wrote: Christopher Faylor wrote: On Fri, Aug 10, 2012 at 06:31:25AM +, Achim Gratz wrote: Daniel Colascione writes: It works for me in bash. I don't have tcsh installed, but I don't see why SIGINT would work differently there. Yes, it

Re: Another sigwaitinfo problem (with testcase)

2012-08-16 Thread Christopher Faylor
On Tue, Aug 14, 2012 at 10:36:39PM -0700, Daniel Colascione wrote: When run on a Linux machine, this program starts up and blocks on sigwaitinfo. You can suspend and resume the program using usual job control facilities, and on SIGINT, the program prints a message and exits. When the program

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Christian Franke
Corinna Vinschen wrote: On Aug 16 07:06, Lord Laraby wrote: My, major emphasis is recognizing in the Cygwin dll or startup code somewhere) that the user has full Administrator rights and simply replacing his normal UID with 0 (or that of whomever root seems to be by /etc/passwd). Internally

Re: Please test snapshots

2012-08-16 Thread Ken Brown
by a race. After making some changes to signal handling, I ran the test case for an afternoon without issue. The current snapshot has these changes. With the current snapshot (20120816 17:19:27), I have problems with emacs-X11.exe. When I start it under X (by typing 'emacs' in an xterm window

Re: Please test snapshots

2012-08-16 Thread Christopher Faylor
On Thu, Aug 16, 2012 at 03:11:34PM -0400, Ken Brown wrote: With the current snapshot (20120816 17:19:27), I have problems with emacs-X11.exe. When I start it under X (by typing 'emacs' in an xterm window), its CPU usage goes up to 50% and its window never displays. The attached file gives

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Lord Laraby
On Thu, Aug 16, 2012 at 3:00 PM, Christian Franke christian.fra...@t-online.de wrote: Corinna Vinschen wrote: On Aug 16 07:06, Lord Laraby wrote: -8 What is it good for to have uid 0? You want to know if you have admin rights, so why don't you simply check for the admin group in the

Re: Please test snapshots

2012-08-16 Thread Ken Brown
On 8/16/2012 3:26 PM, Christopher Faylor wrote: On Thu, Aug 16, 2012 at 03:11:34PM -0400, Ken Brown wrote: With the current snapshot (20120816 17:19:27), I have problems with emacs-X11.exe. When I start it under X (by typing 'emacs' in an xterm window), its CPU usage goes up to 50% and its

Re: Options for getting mandatory locking in cygwin1.dll (was: Promote sqlite 3.7.13-1 from test status?)

2012-08-16 Thread Warren Young
On 8/16/2012 6:26 AM, Corinna Vinschen wrote: On Aug 16 06:01, Warren Young wrote: Advisory locking only works when all players cooperate. We can't assume that on Windows, unless we set up an insular Cygwin ghetto. So, are you saying that Cygwin should use mandatory file locking? Of course

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Lord Laraby
On Thu, Aug 16, 2012 Christian Franke wrote: Corinna Vinschen wrote: On Aug 16 07:06, Lord Laraby wrote: -8 What is it good for to have uid 0? You want to know if you have admin rights, so why don't you simply check for the admin group in the supplementary group list? Here's what I do in

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Lord Laraby
Could someone please delete that first copy of this message. Somehow, it got through with a non-ubfuscated email address. I'm sorry. LL -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

RE: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread James Johnston
-Original Message- Sent: Thursday, August 16, 2012 18:22 To: Cygwin-L Subject: Re: Promote sqlite 3.7.13-1 from test status? On 8/16/2012 10:34 AM, Brian Wilson wrote: is correct, Cygwin is supposed to be a Posix compliant environment It's also supposed to interoperate with

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Linda Walsh
Lord Laraby wrote: I'll give that a go as a start. But, I would still like to see by Cygwin uid shown as 0 when I am elevated. Because it's the same as the windows equivalent of su. --- I think where you are confused is that cygwin's shell is elevated all the time if you are running as

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread JonY
On 8/17/2012 02:22, Warren Young wrote: On 8/16/2012 10:34 AM, Brian Wilson wrote: Corina Corinna. is correct, Cygwin is supposed to be a Posix compliant environment It's also supposed to interoperate with native Windows programs. That's fine when it works, but that is not always

Re: Question about UAC and bash/cygwin

2012-08-16 Thread Christopher Faylor
On Thu, Aug 16, 2012 at 04:41:39PM -0400, Lord Laraby wrote: Could someone please delete that first copy of this message. Somehow, it got through with a non-ubfuscated email address. I'm sorry. It doesn't work like that. No one wants a full time job cleaning up after other people's email gaffes.

Re: cygwin commands (cat,grep) not working in my windows 2008 machine

2012-08-16 Thread cyberdon
HI, I was getting error when tryin to run cat command as well but once i ran it like this: /bin/cat pinger.data then it began to work and the data from file pinger.data was parsed out Maybe this'll work for you. Thanks! Cyberdon -- View this message in context:

False BLODA warning concerning cygusb?

2012-08-16 Thread Cliff Hones
I am seeing the following when invoking a utility which uses libusb to drive a USB JTAG interface dongle: Potential BLODA detected! Thread function called outside of Cygwin DLL: C:\cygwin1.7\bin\cygusb-1.0.dll I've had CYGWIN=detect_bloda set for some time (months), and the utility

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Yaakov (Cygwin/X)
On Thu, 2012-08-16 at 21:31 +, James Johnston wrote: I was just about to start writing a similar message to this, but you did it for me very perfectly! What's the point of Cygwin if it can't play nice with other Windows programs on the system? The point of Cygwin is clearly stated on our

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread David Rothenberger
On 8/16/2012 7:08 PM, Yaakov (Cygwin/X) wrote: So you're saying that it is more important for Cygwin's sqlite3 to work with a Windows program than it is for it to work properly with other Cygwin libraries and programs? That doesn't sound very pragmatic to me. Software built for Cygwin should

Re: Another sigwaitinfo problem (with testcase)

2012-08-16 Thread Daniel Colascione
On 8/16/2012 11:43 AM, Christopher Faylor wrote: On Tue, Aug 14, 2012 at 10:36:39PM -0700, Daniel Colascione wrote: When run on a Linux machine, this program starts up and blocks on sigwaitinfo. You can suspend and resume the program using usual job control facilities, and on SIGINT, the

Re: Another sigwaitinfo problem (with testcase)

2012-08-16 Thread Daniel Colascione
On 8/16/2012 8:51 PM, Daniel Colascione wrote: On 8/16/2012 11:43 AM, Christopher Faylor wrote: On Tue, Aug 14, 2012 at 10:36:39PM -0700, Daniel Colascione wrote: When run on a Linux machine, this program starts up and blocks on sigwaitinfo. You can suspend and resume the program using usual

Re: Promote sqlite 3.7.13-1 from test status?

2012-08-16 Thread Andrey Repin
Greetings, Warren Young! What are Fred's options? Use commandline capabilities provided by TortoiseSVN. Option 1: Download the native Windows Subversion port. Sensible, but it means you have to use a crippled shell. There's no such thing as crippled shell involved. Crippled knowledge