src/winsup/cygwin ChangeLog cygwin.din posix.s ...

2011-12-30 Thread yselkowitz
CVSROOT:/cvs/src Module name:src Changes by: yselkow...@sourceware.org 2011-12-30 14:22:28 Modified files: winsup/cygwin : ChangeLog cygwin.din posix.sgml tty.cc winsup/cygwin/include/cygwin: stdlib.h version.h Log message: * cygwin.din (getpt):

src/winsup/doc ChangeLog new-features.sgml

2011-12-30 Thread yselkowitz
CVSROOT:/cvs/src Module name:src Changes by: yselkow...@sourceware.org 2011-12-30 14:24:18 Modified files: winsup/doc : ChangeLog new-features.sgml Log message: * new-features.sgml (ov-new1.7.10): Document getpt. Patches:

Re: [PATCH] Add getpt(3)

2011-12-30 Thread Christopher Faylor
On Fri, Dec 30, 2011 at 12:44:57AM -0600, Yaakov (Cygwin/X) wrote: getpt(3) is a GNU extension which predates posix_openpt(3): http://www.kernel.org/doc/man-pages/online/pages/man3/getpt.3.html The code itself is quite simple, but let me preempt some questions: 1) Yes, portable code should use

Re: GNU Guile 1.8.7 - readline is not provided

2011-12-30 Thread Róbert Kohányi
I've tried to build Guile 1.8.8 myself. ./configure ran without noticeable errors and make executed as well, however during the build there were several warnings like the following: *** Warning: This system can not link to static lib archive some-lib *** I have the capability to make that

Re: SHELLOPTS=igncr and bash --posix

2011-12-30 Thread Rafael Kitover
On 12/30/2011 1:06 AM, Dave Korn wrote: On 29/12/2011 21:40, Rafael Kitover wrote: Some of my bash scripts, particularly ones that are #!/bin/bash --posix trigger a nasty warning when I have SHELLOPTS=igncr set in my ~/.zshrc: rkitover@eeebox ~/src/scala % echo $SHELLOPTS igncr

Re: Double click to select within VIM behavior change

2011-12-30 Thread Linda Walsh
Keith Christian wrote: Fellow Cygwin Denizens, As we all know, when viewing a file with the less command, it's possible to double click on text in order to select/copy, and paste elsewhere at the command line or in another application (Word, Notepad, etc.) As recently as the last month or 6

Re: Double click to select within VIM behavior change

2011-12-30 Thread Keith Christian
On Wed, Dec 28, 2011 at 4:02 PM, Rafael Kitover rkito...@cpan.org wrote: No idea, but in mintty you can hold shift to override the application's use of the mouse. So holding shift will let you double click on words or select text for pasting anywhere in the vim window, regardless of what the

Re: SHELLOPTS=igncr and bash --posix

2011-12-30 Thread Dave Korn
On 30/12/2011 12:41, Rafael Kitover wrote: On 12/30/2011 1:06 AM, Dave Korn wrote: On 29/12/2011 21:40, Rafael Kitover wrote: Some of my bash scripts, particularly ones that are #!/bin/bash --posix trigger a nasty warning when I have SHELLOPTS=igncr set in my ~/.zshrc: rkitover@eeebox

[ANNOUNCEMENT] Updated: mintty-1.0.3-1

2011-12-30 Thread Andy Koppe
mintty 1.0.3-1 is on its way to the Cygwin mirrors. CHANGES === - Fixed crash when trying to insert or erase out-of-range lines. - Implemented xterm title stack feature (limited to 16 entries). - Failure to load a custom program icon now triggers a warning rather than a fatal error. Previous

Re: SHELLOPTS=igncr and bash --posix

2011-12-30 Thread cygwin at sipxx.com
SHELLOPTS is a read-only variable, you are not supposed to set it in bash. No reason to look for bugs when you are using it incorrectly. Dave Korn wrote: On 30/12/2011 12:41, Rafael Kitover wrote: On 12/30/2011 1:06 AM, Dave Korn wrote: On 29/12/2011 21:40, Rafael Kitover wrote:

Re: SHELLOPTS=igncr and bash --posix

2011-12-30 Thread Andrey Repin
Greetings, cygwin at sipxx.com! SHELLOPTS is a read-only variable, you are not supposed to set it in bash. No reason to look for bugs when you are using it incorrectly. Judging from the fact you're top-posting, You didn't read his post, it seems. -- WBR, Andrey Repin (anrdae...@freemail.ru)

Updated: mintty-1.0.3-1

2011-12-30 Thread Andy Koppe
mintty 1.0.3-1 is on its way to the Cygwin mirrors. CHANGES === - Fixed crash when trying to insert or erase out-of-range lines. - Implemented xterm title stack feature (limited to 16 entries). - Failure to load a custom program icon now triggers a warning rather than a fatal error. Previous