Re: gcc compile problem: error: stray \168 in program

2009-02-23 Thread grip
Hi Don't use Microsoft Word to write C source files? The real question is, how :) No, not using Word !! did the file get to be that way in the first place? Do you have an unusual keyboard layout/mapping? I have a Sun Keyboard. And I did not do any keyboard mapping. Some

Re: gcc compile problem: error: stray \168 in program

2009-02-23 Thread grip
Hi Don't use Microsoft Word to write C source files? The real question is, how :) No, not using Word !! did the file get to be that way in the first place? Do you have an unusual keyboard layout/mapping? I have a Sun Keyboard. And I did not do any keyboard mapping. Some logs

shutdown: Couldn't shutdown: Error 53 The network path was not found.

2009-02-23 Thread Frédéric Bron
What does this mean? $ win_shutdown WARNING!!! System is going down NOW shutdown: Couldn't shutdown: Error 53 The network path was not found. where win_shutdown just contains: shutdown -s now Frédéric Bron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-41

2009-02-23 Thread Corinna Vinschen
On Feb 22 22:44, Dave Korn wrote: Fergus wrote: Corinna, Hasn't reached kernel.org yet, or cygwin.elite-systems.org, or sourceware.mirrors.tds.net, or ..., after 48+ hours. Latest timestamp 1235330442 : current version of cygwin still shown as 1.7.0-40 ... hope I'm not misunderstanding

Re: shutdown: Couldn't shutdown: Error 53 The network path was not found.

2009-02-23 Thread ADFHAU
On Mon, 23 Feb 2009 09:39:48 +0100 Frédéric Bron frederic.b...@m4x.org wrote: What does this mean? $ win_shutdown WARNING!!! System is going down NOW shutdown: Couldn't shutdown: Error 53 The network path was not found. where win_shutdown just contains: shutdown -s now Are you calling

Re: shutdown: Couldn't shutdown: Error 53 The network path was not found.

2009-02-23 Thread Corinna Vinschen
On Feb 23 09:39, Fr?d?ric Bron wrote: What does this mean? $ win_shutdown WARNING!!! System is going down NOW shutdown: Couldn't shutdown: Error 53 The network path was not found. where win_shutdown just contains: shutdown -s now Error 53 is returned by the InitiateSystemShutdown

Re: Problem Adding Membership Multicast Errno 22

2009-02-23 Thread victhor_1983
Direccion.sin_addr.s_addr=inet_addr(224.0.22.1);//(138.4.32.34); Binding to a multicast address doesn't work on windows. You must bind to INADDR_ANY. Exactly, my problem is already solved, thanks. Victor -- View this message in context:

Multicast Blocking Receiving Socket in Cygwin

2009-02-23 Thread victhor_1983
Hi, I am using a Multicast socket to receive UDP datagrams on Cygwin. I thought the sockets in Cygwin were blocking by defect (that is, the program waits at recvfrom() until it read something on the socket). However, my program does not wait, it keeps running. I didn't use fcntl or any other

Re: gcc compile problem: error: stray \168 in program

2009-02-23 Thread Dave Korn
grip wrote: Hi Don't use Microsoft Word to write C source files? The real question is, how :) No, not using Word !! :) I didn't think it was very likely really! did the file get to be that way in the first place? Do you have an unusual keyboard layout/mapping? I have a Sun

Bash-4.0 available for FTP

2009-02-23 Thread Chet Ramey
Introduction The first public release of bash-4.0 is now available with the URLs ftp://ftp.cwru.edu/pub/bash/bash-4.0.tar.gz ftp://ftp.gnu.org/pub/gnu/bash/bash-4.0.tar.gz and from the usual GNU mirror sites. Unlike previous bash distributions, this tar file includes the formatted

Readline-6.0 available for FTP

2009-02-23 Thread Chet Ramey
The first public release of the GNU Readline library, version 6.0, is now available for FTP with the URLs ftp://ftp.cwru.edu/pub/bash/readline-6.0.tar.gz ftp://ftp.gnu.org/pub/gnu/readline/readline-6.0.tar.gz and from the usual GNU mirror sites. This distribution is essentially a standalone

Re: Strange freezes when using gdb (rxvt/mintty but not dos box)

2009-02-23 Thread Roland Schwingel
Hi Corinna, Dave and Christopher... First thanks all for your replies cygwin-ow...@cygwin.com wrote on 20.02.2009 19:05:15: On Feb 20 12:45, Christopher Faylor wrote: On Fri, Feb 20, 2009 at 06:26:17PM +0100, Corinna Vinschen wrote: On Feb 20 12:13, Christopher Faylor wrote: On Fri,

Re: Setup - command line only

2009-02-23 Thread Kevin and Nancy
I have seen the options that allow to expedite the update process with a command line, and the GUI is still displayed. I don't think this works if you're trying to use these options from a SSH remote access, i.e. you'd still need access to Windows to run the setup so the GUI can be

Re: Multicast Blocking Receiving Socket in Cygwin

2009-02-23 Thread Brian Ford
On Mon, 23 Feb 2009, victhor_1983 wrote: I am using a Multicast socket to receive UDP datagrams on Cygwin. I thought the sockets in Cygwin were blocking by defect (that is, the program waits at recvfrom() until it read something on the socket). However, my program does not wait, it keeps

Re: gcc compile problem: error: stray \168 in program

2009-02-23 Thread Tim McDaniel
On Mon, 23 Feb 2009, Dave Korn dave.korn.cyg...@googlemail.com wrote: Nor do I, but let's see what's in that file: can you show us the output you get from running od -tx1 test.c on your testcase please, and tell us exactly what editor you used. I personally prefer od -tx1 -a test.c: it should

Re: SSH V.5.1 with Cygwin1.dll 1.7.0: Very large logon times... ---- SUCCESS!!!

2009-02-23 Thread Carsten . Porzler
Hello, Please try the latest 1.7.0 incarnation: http://cygwin.com/ml/cygwin-announce/2009-02/msg00018.html This hopefully fixes the above problem. Yes, it works!!! We need only 1 sec to login via SSH with an Active Directory user. And it seems, that you have changed also the fact,

Re: Readline-6.0 available for FTP

2009-02-23 Thread Christopher Faylor
On Mon, Feb 23, 2009 at 08:16:34AM -0500, Chet Ramey wrote: The first public release of the GNU Readline library, version 6.0, is now available for FTP with the URLs *** cgf wonders why this merited email to the cygwin mailing list... -- Unsubscribe info:

Re: SSH V.5.1 with Cygwin1.dll 1.7.0: Very large logon times... ---- SUCCESS!!!

2009-02-23 Thread Corinna Vinschen
On Feb 23 16:59, carsten.porz...@spb.de wrote: Hello, Please try the latest 1.7.0 incarnation: http://cygwin.com/ml/cygwin-announce/2009-02/msg00018.html This hopefully fixes the above problem. Yes, it works!!! We need only 1 sec to login via SSH with an Active Directory

Re: Setup - command line only

2009-02-23 Thread Kevin and Nancy
Ok, I take it back. setup.exe -q will work on an SSH remote connection. It remains to be seen if it actually updates packages, but a GUI setup display did not appear on the the local Windows display with a remotely invoked setup.exe -q. Thus, I question if setup.exe -q on a remote SSH

Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Sjors Gielen
Hello, I noticed winsup does not respect $(DESTDIR) in its installation process. The applied patch modifies the Makefile.in files, to have them use $(DESTDIR) in all install lines. This includes: * install(1) (also MKDIRP) * the mkinstalldirs / $(mkinstalldirs) commands * a ln -sf

RE: Setup - command line only

2009-02-23 Thread Thrall, Bryan
Kevin and Nancy wrote on Monday, February 23, 2009 11:13 AM: Ok, I take it back. setup.exe -q will work on an SSH remote connection. It remains to be seen if it actually updates packages, but a GUI setup display did not appear on the the local Windows display with a remotely invoked

Re: Setup - command line only

2009-02-23 Thread Ralph Hempel
Kevin and Nancy wrote: Ok, I take it back. setup.exe -q will work on an SSH remote connection. It remains to be seen if it actually updates packages, but a GUI setup display did not appear on the the local Windows display with a remotely invoked setup.exe -q. Thus, I question if setup.exe

Re: Setup - command line only

2009-02-23 Thread Larry Hall (Cygwin)
On 02/23/2009, Kevin and Nancy wrote: Ok, I take it back. setup.exe -q will work on an SSH remote connection. This should work fine on any Windows version that allows a service to interact with the Windows desktop. As I recall, that's XP or W2K (or perhaps NT4 if that even really works). --

Re: Readline-6.0 available for FTP

2009-02-23 Thread rhubbell
On Mon, 23 Feb 2009 11:25:18 -0500 Christopher Faylor cgf-use-the-mailinglist-ple...@cygwin.com wrote: On Mon, Feb 23, 2009 at 08:16:34AM -0500, Chet Ramey wrote: The first public release of the GNU Readline library, version 6.0, is now available for FTP with the URLs *** cgf wonders why

Re: Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Christopher Faylor
On Mon, Feb 23, 2009 at 06:17:22PM +0100, Sjors Gielen wrote: Hello, I noticed winsup does not respect $(DESTDIR) in its installation process. The applied patch modifies the Makefile.in files, to have them use $(DESTDIR) in all install lines. This includes: * install(1) (also MKDIRP)

[ANNOUNCEMENT] Updated: {ncurses/libncurses-devel/libncurses8/ncurses-demo}-5.7-1

2009-02-23 Thread Charles Wilson
ncurses is a package that provides character and terminal handling libraries, including 'gui-like' panels and menus. It is often used instead of termcap. This will most likely be the final ncurses update for the cygwin-1.5 distribution; future development will continue with ncurses-5.7-10 for

[ANNOUNCEMENT] Updated: terminfo-5.7_20090221-1; NEW: terminfo-extra-5.7_20090221-1

2009-02-23 Thread Charles Wilson
The terminfo package has been updated to version 5.7_20090221-1. It contains the terminfo database that enables proper operation of ncurses-based applications. This will most likely be the final terminfo update for the cygwin-1.5 distribution; future development will continue with

[ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses-devel/libncurses8/ncurses-demo}-5.7-10

2009-02-23 Thread Charles Wilson
ncurses is a package that provides character and terminal handling libraries, including 'gui-like' panels and menus. It is often used instead of termcap. This is the first release specific for cygwin-1.7; the only differences between this package and the simultaneously-released ncurses-5.7-1 for

[ANNOUNCEMENT] [1.7] Updated: terminfo-5.7_20090221-10; NEW: terminfo-extra-5.7_20090221-10

2009-02-23 Thread Charles Wilson
The terminfo package has been updated to version 5.7_20090221-1. It contains the terminfo database that enables proper operation of ncurses-based applications. This is the first release specific for cygwin-1.7; the only differences between this package and the simultaneously-released

Re: Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Sjors Gielen
Christopher Faylor schreef: On Mon, Feb 23, 2009 at 06:17:22PM +0100, Sjors Gielen wrote: [snip] Thanks for the patch. I've had something half-finished sitting in my sandbox for a while now but since you beat me to it, I'll install your version. Thanks. I noticed I didn't change the

Re: Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Chris Sutcliffe
I'm not going to change the mingw/w32api stuff though. That belongs to another project. You might want to visit http://mingw.org/ and find a forum which is appropriate to ask them if your changes are ok. I submitted the two patches to the Mingw team. (This patch does contain the added

Re: Makefile.in respect $(DESTDIR) - Patch applied

2009-02-23 Thread Sjors Gielen
Sjors Gielen schreef: Christopher Faylor schreef: On Mon, Feb 23, 2009 at 06:17:22PM +0100, Sjors Gielen wrote: [snip] Thanks for the patch. I've had something half-finished sitting in my sandbox for a while now but since you beat me to it, I'll install your version. Thanks. I noticed I

[ANNOUNCEMENT] Updated: {libtool/libltdl7}-2.2.7a-1

2009-02-23 Thread Charles Wilson
GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. This is a bugfix and feature enhancement update. Unless there are serious issues with this package, it is likely to be the last version of libtool

[ANNOUNCEMENT] [1.7] Updated: {libtool/libltdl7}-2.2.7a-10

2009-02-23 Thread Charles Wilson
GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. This is a bugfix and feature enhancement update. This is the first release specific for cygwin-1.7; the major differences between this package and the

Re: Readline-6.0 available for FTP

2009-02-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to rhubbell on 2/23/2009 4:24 PM: On Mon, 23 Feb 2009 11:25:18 -0500 Christopher Faylor cgf-use-the-mailinglist-ple...@cygwin.com wrote: On Mon, Feb 23, 2009 at 08:16:34AM -0500, Chet Ramey wrote: The first public release of the GNU

Re: Readline-6.0 available for FTP

2009-02-23 Thread Christopher Faylor
On Mon, Feb 23, 2009 at 08:59:02PM -0700, Eric Blake wrote: I don't know why Chet thought he had to cc the cygwin list about the vanilla upstream release, but I've asked him to reduce the size of his cc list for future announcements. Thanks. I think sending general announcements here would be

[CFT] libtool on nix-cygwin cross, with wine

2009-02-23 Thread Charles Wilson
are, please try to exercise this new capability and let me know if it works. The easiest way to do so is: 1) download libtool-2.2.7a-20090223.tar.lzma from here http://cygwin.cwilson.fastmail.fm/ITP/libtool-2.2.7a-20090223.tar.lzma (you COULD get libtool-2.2.7a-1-src.tar.bz2 from the cygwin mirrors

Re: [ANNOUNCEMENT] Updated: {ncurses/libncurses-devel/libncurses8/ncurses-demo}-5.7-1

2009-02-23 Thread rhubbell
Just curious since I'm new here. Why do announcements go to this list? Isn't there an announcement list? Yes, I can filter these to trash easily enough. On Mon, 23 Feb 2009 20:21:46 -0500 Charles Wilson cyg...@cwilson.fastmail.fm wrote: ncurses is a package that provides character and terminal

Re: [ANNOUNCEMENT] Updated: {ncurses/libncurses-devel/libncurses8/ncurses-demo}-5.7-1

2009-02-23 Thread Charles Wilson
rhubbell wrote: Just curious since I'm new here. Why do announcements go to this list? Because all messages sent to the announcements list are reflected to this one. That's the way it's set up, because most subscribers prefer it that way. Isn't there an announcement list? Yes. In fact:

Re: [ANNOUNCEMENT] Updated: {ncurses/libncurses-devel/libncurses8/ncurses-demo}-5.7-1

2009-02-23 Thread Christopher Faylor
On Mon, Feb 23, 2009 at 09:10:57PM -0800, rhubbell wrote: Just curious since I'm new here. Why do announcements go to this list? Isn't there an announcement list? Just to piss you off. No other reason. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: [ANNOUNCEMENT] Updated: {ncurses/libncurses-devel/libncurses8/ncurses-demo}-5.7-1

2009-02-23 Thread rhubbell
On Tue, 24 Feb 2009 00:17:58 -0500 Charles Wilson wrote: rhubbell wrote: Just curious since I'm new here. Why do announcements go to this list? Because all messages sent to the announcements list are reflected to this one. That's the way it's set up, because most subscribers prefer it

Re: FAQ entries about emacs

2009-02-23 Thread Corinna Vinschen
Hi Volker, On Feb 22 21:37, Dr. Volker Zell wrote: Corinna Vinschen writes: Hi Volker, can you do me a favor? Can you have a look into the FAQ entries Is there a Cygwin port of GNU Emacs? and the next one What about NT Emacs? and suggest a rewrite? The information

Re: FAQ entries about emacs

2009-02-23 Thread Dr. Volker Zell
Corinna Vinschen writes: Thank you! Unfortunately I have a problem. The patch applies cleanly, but the result doesn't build. The easy part was to fix the usage of `' in the screen sections, they just have to be converted to `amp;'. But the really big problem is that the

Re: FAQ entries about emacs

2009-02-23 Thread Corinna Vinschen
On Feb 23 14:41, Dr. Volker Zell wrote: Try this one: --- faq-using.xml.orig2009-02-22 20:36:51.078125000 +0100 +++ faq-using.xml 2009-02-23 13:41:38.359375000 +0100 @@ -806,13 +806,46 @@ Thanks! I've checked this in and uploaded it to http://cygwin.com/1.7/faq/faq.html

[RFU-1.7] astyle-1.23-1

2009-02-23 Thread Chris Sutcliffe
wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/astyle-1.23-1.tar.bz2 \ http://emergedesktop.org/cygwin/astyle-1.23-1-src.tar.bz2 Given the email from Corrina (I believe it was) a while back about influencing people to try the 1.7.0 release, I have not created any 1.5.x packages for

ITP: tack-1.06-1

2009-02-23 Thread Charles Wilson
The tack program is a diagnostic that is designed to create and verify the correctness of terminfo's. This program can be used to create new terminal descriptions that are not included in the standard terminfo database. tack was distributed as part of the ncurses package until (upstream) 5.7,

Re: ITP: tack-1.06-1

2009-02-23 Thread Christopher Faylor
On Mon, Feb 23, 2009 at 09:10:17PM -0500, Charles Wilson wrote: The tack program is a diagnostic that is designed to create and verify the correctness of terminfo's. This program can be used to create new terminal descriptions that are not included in the standard terminfo database. tack was

Re: ITP: tack-1.06-1

2009-02-23 Thread Charles Wilson
Christopher Faylor wrote: setup.hint == category: Utils requires: cygwin libncurses8 sdesc: Utility for creating and verifying termi ldesc: The tack program is a diagnostic that is create and verify the correctness of terminfo's. can be used to create new

Re: ITP: tack-1.06-1

2009-02-23 Thread Dave Korn
Charles Wilson wrote: create and verify the correctness of terminfo's. This program ^ Superfluous grocer's apostrophe :) cheers, DaveK

GCC4 status.

2009-02-23 Thread Dave Korn
Quick progress report. - GNAT EH failures fixed. - Fixed GIJ (and libjvm) shared builds. - Packaging adjusted as per previous discussions. - New-and-final release of 3.3.3 to introduce suffixed executables and alternatives symlinks built, now regtesting. Final steps now underway: -

Re: GCC4 status.

2009-02-23 Thread Dave Korn
Dave Korn wrote: - New-and-final release of 3.3.3 to introduce suffixed executables and Dur. I mean 3.4.4. alternatives symlinks built, now regtesting. BTW, I've chosen a release number of 3.4.4-999 for this, because I felt like no other version number says End of the line quite so

Re: ITP: tack-1.06-1

2009-02-23 Thread Charles Wilson
Dave Korn wrote: create and verify the correctness of terminfo's. This program ^ Superfluous grocer's apostrophe :) Cut-n-paste, right from tack-1.06/README. Take it up with T.E.Dickey. g -- Chuck

Re: GCC4 status.

2009-02-23 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave Korn wrote: - Adding i686-pc-mingw32 cross compiler build to gcc-4 cygport file (already under way, last build failed with libgomp needs pthreads error - need to get myself win32-pthreads for MinGW, I think). cygport's cross.cygclass needs

Re: GCC4 status.

2009-02-23 Thread Dave Korn
Yaakov (Cygwin/X) wrote: Dave Korn wrote: - Adding i686-pc-mingw32 cross compiler build to gcc-4 cygport file (already under way, last build failed with libgomp needs pthreads error - need to get myself win32-pthreads for MinGW, I think). cygport's cross.cygclass needs some serious

Re: GCC4 status.

2009-02-23 Thread Charles Wilson
Dave Korn wrote: it's going to be a fairly non-standard x-compiler in that it won't go into the usual $prefix/$target sysroot, it's going to look for headers and libs directly where they live under the native prefix in /usr/include/mingw /usr/include/w32api /lib/mingw and /lib/w32api, and

Re: GCC4 status.

2009-02-23 Thread Christopher Faylor
On Tue, Feb 24, 2009 at 12:05:20AM -0500, Charles Wilson wrote: Dave Korn wrote: it's going to be a fairly non-standard x-compiler in that it won't go into the usual $prefix/$target sysroot, it's going to look for headers and libs directly where they live under the native prefix in

Re: GCC4 status.

2009-02-23 Thread Charles Wilson
Christopher Faylor wrote: On Tue, Feb 24, 2009 at 12:05:20AM -0500, Charles Wilson wrote: Dave Korn wrote: it's going to be a fairly non-standard x-compiler in that it won't go into the usual $prefix/$target sysroot, it's going to look for headers and libs directly where they live under the

Re: GCC4 status.

2009-02-23 Thread Christopher Faylor
On Tue, Feb 24, 2009 at 12:27:47AM -0500, Charles Wilson wrote: Christopher Faylor wrote: On Tue, Feb 24, 2009 at 12:05:20AM -0500, Charles Wilson wrote: Dave Korn wrote: it's going to be a fairly non-standard x-compiler in that it won't go into the usual $prefix/$target sysroot, it's going

Re: GCC4 status.

2009-02-23 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christopher Faylor wrote: AFAIK, a normal Cygwin installation doesn't use the w32api header files unless you're building a hybrid Cygwin/Windows program. That is a pretty sad beast but I guess people really do use that. I guess we can't think

Re: Updated: xterm-238-1

2009-02-23 Thread Thomas Wolff
On 2009/02/20 20:24, Thomas Wolff wrote: please add the following configure options to the xterm package: --enable-wide-chars to provide a UTF-8 environment for applications that need to use it --enable-256-color Both options are already enabled in xterm-238-1. (Try

RE: -query not working on cygwin/windows

2009-02-23 Thread Phil Betts
km4hr wrote: Well, I have now turned on all relevant ports in the Windows firewall. I still can't connnect. I turned on port 177(UDP) and 6000-6006(TCP). I even turned on extra ports as recommend by http://www.starnet.com/xwin32kb/What_ports_need_to_be_opened_for_XDMCP/ this source. I'm

update - Vista: no copy/paste X - MS

2009-02-23 Thread Dick Repasky
On 30 Jan I posted a note about not being able to copy from an X application (xterm or nedit) and paste into Windows Notepad. I also reported that the problem occurred on Vista but not XP. I thought that I'd try again with the recently posted X update that has clipboard debugging turned on.

RE: X.org 7.4 dying under Geomview

2009-02-23 Thread Phil Betts
Lloyd Wood wrote: Some improvement is seen in full desktop mode, where geomview doesn't crash, and can be used (modulo missing hardware acceleration.) Since you keep mentioning hardware acceleration at every available opportunity (it's getting a bit tiresome now), I thought I should point out

RE: Reproducing the cygwin X problems

2009-02-23 Thread Phil Betts
Dan Tsafrir wrote: I confirm this exact behavior. This is exactly the problem I'm experiencing in terms of copy-paste on my XP machine. Specifically, if the vncviewer (TightVNC) is open, and I select a text in a cygwin xterm or emacs, then copy-paste / cut-and-paste completely stops

RE: -query not working on cygwin/windows

2009-02-23 Thread km4hr
Phil Betts-2 wrote: km4hr wrote: Perhaps you missed my suggestions here: http://cygwin.com/ml/cygwin-xfree/2009-02/msg00222.html Try the telnet check first to see if the port is accessible from Windows because that only takes a few seconds. (Make sure you run the cygwin telnet.exe)

src/winsup/doc ChangeLog faq-using.xml

2009-02-23 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2009-02-23 16:33:17 Modified files: winsup/doc : ChangeLog faq-using.xml Log message: * faq-using.xml: Rework XEmacs FAQ. Patches:

src/winsup/cygwin ChangeLog sec_auth.cc

2009-02-23 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2009-02-23 18:27:48 Modified files: winsup/cygwin : ChangeLog sec_auth.cc Log message: * sec_auth.cc (get_user_local_groups): Simplify LookupAccountName code. Patches:

winsup ./ChangeLog ./Makefile.in cygserver/Cha ...

2009-02-23 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2009-02-24 02:11:15 Modified files: . : ChangeLog Makefile.in cygserver : ChangeLog Makefile.in cygwin : ChangeLog Makefile.in spawn.cc lsaauth

Updated: {ncurses/libncurses-devel/libncurses8/ncurses-demo}-5.7-1

2009-02-23 Thread Charles Wilson
ncurses is a package that provides character and terminal handling libraries, including 'gui-like' panels and menus. It is often used instead of termcap. This will most likely be the final ncurses update for the cygwin-1.5 distribution; future development will continue with ncurses-5.7-10 for

Updated: terminfo-5.7_20090221-1; NEW: terminfo-extra-5.7_20090221-1

2009-02-23 Thread Charles Wilson
The terminfo package has been updated to version 5.7_20090221-1. It contains the terminfo database that enables proper operation of ncurses-based applications. This will most likely be the final terminfo update for the cygwin-1.5 distribution; future development will continue with

[1.7] Updated: {ncurses/libncurses-devel/libncurses8/ncurses-demo}-5.7-10

2009-02-23 Thread Charles Wilson
ncurses is a package that provides character and terminal handling libraries, including 'gui-like' panels and menus. It is often used instead of termcap. This is the first release specific for cygwin-1.7; the only differences between this package and the simultaneously-released ncurses-5.7-1 for

[1.7] Updated: terminfo-5.7_20090221-10; NEW: terminfo-extra-5.7_20090221-10

2009-02-23 Thread Charles Wilson
The terminfo package has been updated to version 5.7_20090221-1. It contains the terminfo database that enables proper operation of ncurses-based applications. This is the first release specific for cygwin-1.7; the only differences between this package and the simultaneously-released