Please upload: mined-2000.15.3-0

2009-06-06 Thread Thomas Wolff
Please upload the release update package for mined: mkdir mined cd mined wget http://towo.net/mined/cygwin/mined-2000.15.3-0.tar.bz2 wget http://towo.net/mined/cygwin/mined-2000.15.3-0-src.tar.bz2 wget

[1.7][RFU] octave-forge-20080831-8

2009-06-06 Thread Marco Atzeri
Hi, it looks I lost a portion of the 1.7 package due to a small difference in compilation between 1.5 and 1.7 to download: wget -r -np -nH --cut-dirs=2 http://matzeri.altervista.org/cygwin-1.7/octave-forge/ octave-forge-20080831-8-src.tar.bz2 octave-forge-20080831-8.tar.bz2 setup.hint

src/winsup/cygwin ChangeLog dll_init.cc dll_init.h

2009-06-06 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2009-06-06 11:47:29 Modified files: winsup/cygwin : ChangeLog dll_init.cc dll_init.h Log message: * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY. * dll_init.cc:

src/winsup/cygwin ChangeLog mmap.cc

2009-06-06 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2009-06-06 19:56:41 Modified files: winsup/cygwin : ChangeLog mmap.cc Log message: * mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFile throughout for symmetry.

Re: [Fwd: [1.7] wcwidth failing configure tests]

2009-06-06 Thread Andy Koppe
2009/6/5 Thomas Wolff: the locale syntax allows for an optional modifier which can be used to specify deviations, e.g.        de_DE           has charmap ISO-8859-1        de...@euro      has charmap ISO-8859-15        uz_UZ           has charmap ISO-8859-1        uz...@cyrillic  has charmap

Re: ASLR sometimes stops working on Vista with 1.7? [was: Re: Cygwin 1.7 release (was ...)]

2009-06-06 Thread Corinna Vinschen
On Jun 6 01:15, Dave Korn wrote: Corinna Vinschen wrote: Not good. I'm puzzled where this allocated 68K region is exactly coming from, but it really looks like something which occurs in or near dlopen. I'm going to debug this further tomorrow. I guess that goes without saying, but

Re: [Fwd: [1.7] wcwidth failing configure tests]

2009-06-06 Thread Corinna Vinschen
On Jun 5 18:25, Thomas Wolff wrote: IWAMURO Motonori wrote: 2009/5/21 Thomas Wolff t...@towo.net: Therefore, I propose to use *_cjk() when the language part of LC_CTYPE is 'ja', 'ko', 'vi' or 'zh'. The problem with this is 1. As you say, there is no standard. But, - I think

Re: [Fwd: [1.7] wcwidth failing configure tests]

2009-06-06 Thread IWAMURO Motonori
I oppose your proposal because I think that it is useless for us. 2009/6/6 Thomas Wolff t...@towo.net: the intention is that the codepage information should be the same for all locales having thbe UTF-8 (or any other) charmap. So you cannot freely change width information among locales with

Re: [Fwd: [1.7] wcwidth failing configure tests]

2009-06-06 Thread Andy Koppe
nit-picking Thomas, couldn't you have discussed this in the two weeks I was on vacation?  Why did you wait until I implemented the language-based approach? /nit-picking Sorry, that's largely my fault. Among a bunch of other MinTTY issues we were privately discussing various more or less mad

Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp?

2009-06-06 Thread Marc Girod
Dave Korn-6 wrote: As Larry says, I meant reinstall the standard distro versions. Sorry, did that now, but I couldn't find from the mirror (kernel.org) a new (-2) version of gmp... I still have 4.3.1-1. Reinstall gave me the same versions again. Running the rebase/peflags, I got btw 2

Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp?

2009-06-06 Thread Marc Girod
Marc Girod wrote: Reinstall gave me the same versions again. The last reinstall was thus a noop, but no, my perl broke. 2 [main] perl5.10.0 3236 C:\cygwin2\bin\perl5.10.0.exe: *** fatal error - unable to remap \\?\C:\cygwin2\lib\perl5\5.10\i686-cygwin\auto\Socket\Socket.dll to same

Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-06 Thread David Billinghurst
Dave Korn wrote: David Billinghurst wrote: I have rebuilt gmp with CVS binutils and -shared-libgcc. This fixes the problem for me. Could someone (Yaakov?) download the new DLLs in libgmp3-4.3.1-1.tar.bz2 and libgmpxx4-4.3.1-2.tar.bz2 (below) and confirm the fix. # Full gmp

Re: Using emacs in a terminal window

2009-06-06 Thread Ken Brown
On 6/5/2009 10:51 PM, Mark Harig wrote: An alternative to providing instructions for a workaround would be to modify the default initialization files that are provided with the terminal emulators. [...] Similar solutions can likely be devised for xterm and mintty, but I do not have those

Re: How to run GNU Emacs from Windows icon

2009-06-06 Thread Ken Brown
On 6/5/2009 11:03 PM, Andrew DeFaria wrote: And why do you require a normal login shell? He wants his bash initialization files to be processed so that he has the same environment (e.g., PATH) inside emacs that he normally has in a bash shell. Ken -- Unsubscribe info:

Re: [Fwd: [1.7] wcwidth failing configure tests]

2009-06-06 Thread IWAMURO Motonori
# Continuation of discussion. # # I hope that all the applications work correctly only by setting LANG=ja_JP.UTF-8. # I don't hope that I give up the use of the binary packages and that I keep applying many local patches. I don't think that it is the good idea because: - It is a

Re: [Fwd: [1.7] wcwidth failing configure tests]

2009-06-06 Thread IWAMURO Motonori
2009/6/6 Andy Koppe andy.ko...@gmail.com: However, to make the locale setting more convenient for CJK users, there could be modifiers for both widths. Without modifier, the CJK locales would default to Ambiguous Wide, while everything else would default to Ambiguous Narrow. It is acceptable

Problems with gmp and mpfr after rebasing - was Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-06 Thread David Billinghurst
David Billinghurst wrote: Dave Korn wrote: David Billinghurst wrote: I have rebuilt gmp with CVS binutils and -shared-libgcc. This fixes the problem for me. Could someone (Yaakov?) download the new DLLs in libgmp3-4.3.1-1.tar.bz2 and libgmpxx4-4.3.1-2.tar.bz2 (below) and confirm the fix.

Re: [Fwd: [1.7] wcwidth failing configure tests]

2009-06-06 Thread IWAMURO Motonori
2009/6/6 Corinna Vinschen corinna-cyg...@cygwin.com: I vote for @cjkwide, regardless of Andy's objection.  People using CJK will know the meaning and it has the additional advantage to be a rather simple to memorize identifier. I oppose @cjkwide approach because I don't think that I need make

Yafc (FTP) and Cygwin

2009-06-06 Thread Thorsten Kampe
Hi, I'm trying to run the command line FTP/SFTP client Yafc[1]. Yafc doesn't support as many protocols as lftp but the user interface and handling is - in my opinion - ever better than lftp. Yafc compiles fine on Cygwin 1.5.25 but when I try to connect to *any* FTP site I get: - Connecting to

[ANNOUNCEMENT] [1.7] Updated: byacc-20090221

2009-06-06 Thread Christopher Faylor
I've made a new version of 'byacc' available for installation. This is the most recent version of byacc available from Thomas Dickey's fork of the codebase which includes many fixes and modernizations. A list of new features is included below. This update is only available for the Cygwin 1.7

Re: FAQ 4.46, applications interfere with subversion or not?

2009-06-06 Thread Spiro Trikaliotis
Hello, * On Fri, Jun 05, 2009 at 07:45:22AM -0700 David Rothenberger wrote: On 6/5/2009 2:08 AM, Corinna Vinschen wrote: On Jun 4 14:33, David Rothenberger wrote: [...] Can you nail down the problem into a simple testcase? I kinda doubt it. Subversion is using APR to move a file, and the

[ANNOUNCEMENT] [1.7] Updated: less-418

2009-06-06 Thread Christopher Faylor
I've made a new version of 'less' available for installation. This is the most recent version of less available from ftp.gnu.org. The description of what's new from the last release is below. This version of less drops the reliance on /etc/termcap and uses the much more modern terminfo library

Re: [1.7] Updated: less-418

2009-06-06 Thread Mike Cappella
This version is ancient. See: http://www.greenwoodsoftware.com/less/ for current release. On 6/6/2009 12:00 PM, Christopher Faylor wrote: I've made a new version of 'less' available for installation. This is the most recent version of less available from ftp.gnu.org. The description of

Re: Using emacs in a terminal window

2009-06-06 Thread Mark Harig
I've answered several questions in recent weeks about how to use emacs in a terminal window. To try to clarify this, I plan to put some suggestions in /usr/share/doc/Cygwin/emacs.README the next time I update the emacs packages. The current draft is appended below. Please let me know if

ClamAv update to 0.95.1 ?

2009-06-06 Thread Mike Cappella
Are there plans to update ClamAv to version 0.95.1 ? Thanks, Mike -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: [1.7] Updated: less-418

2009-06-06 Thread Christopher Faylor
On Sat, Jun 06, 2009 at 12:25:27PM -0700, Mike Cappella wrote: This version is ancient. See: http://www.greenwoodsoftware.com/less/ for current release. Ok, I'll upload the newest version. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

[ANNOUNCEMENT] [1.7] Updated: less-429-1

2009-06-06 Thread Christopher Faylor
I've made a new version of less available for installation. This is the most recent version of less available from greenwoodsoftware.com. The description of what's new from the last release is below. This version of less drops the reliance on /etc/termcap and uses the much more modern terminfo

Re: Problems with gmp and mpfr after rebasing - was Re: [ANNOUNCEMENT] gmp-4.3.1-1 for cygwin-1.7

2009-06-06 Thread David Billinghurst
David Billinghurst wrote: Here is another build of gmp with CVS binutils and -shared-libgcc. I took more care and ensured that CVS binutils was used everywhere. These DLLs work with expr and gcc-4, and the gmp testsuite passes, both before and after rebasing. A build without -shared-libgcc

LFTP issue

2009-06-06 Thread Chris Sutcliffe
According to the LFTP documentation, I should be able to do: ls | grep string and ls | less both of which only return something if I Ctrl+C, if I don't Ctrl-C it just sits there. I don't have access to a Linux machine, so I can't verify if this is a cygwin lftp issue, or an lftp issue in

[1.7] Updated: byacc-20090221

2009-06-06 Thread Christopher Faylor
I've made a new version of 'byacc' available for installation. This is the most recent version of byacc available from Thomas Dickey's fork of the codebase which includes many fixes and modernizations. A list of new features is included below. This update is only available for the Cygwin 1.7