RE: [PATCH] Bigger Chooser 2

2003-03-30 Thread Gary R. Van Sickle
This is the first-take review: rectcc.h contains a class RECTPP. I *think* I posted my preference here for file names - that is after the class. I don't recall that, though I certainly could have missed it. So: RECTPP.h would be the correct name. Having said that RECTPP is not any of

[PATCH] Setup icon

2003-03-30 Thread Gary R. Van Sickle
2003-03-30 Gary R. Van Sickle [EMAIL PROTECTED] * cygwin.ico: Added two new resolutions, 64x64 and 72x72. Sorry, no Cyppy. Yet. ;-) -- Gary R. Van Sickle Brewer. Patriot. attachment: cygwin.ico2003-03-30 Gary R. Van Sickle [EMAIL PROTECTED] * cygwin.ico: Added

Re: [PATCH] Setup icon

2003-03-30 Thread Robert Collins
On Sun, 2003-03-30 at 18:43, Gary R. Van Sickle wrote: 2003-03-30 Gary R. Van Sickle [EMAIL PROTECTED] * cygwin.ico: Added two new resolutions, 64x64 and 72x72. Sorry, no Cyppy. Yet. ;-) Max, this is approved - if you could check it in... Thanks, Rob -- GPG key available

RE: [PATCH] Bigger Chooser 2

2003-03-30 Thread Robert Collins
On Sun, 2003-03-30 at 18:20, Gary R. Van Sickle wrote: So: RECTPP.h would be the correct name. Having said that RECTPP is not any of the ok naming conventions for classes. A quick recap: The GNU standards are acceptable, even though I think their application to C++ is less than

perl-5.8.0-2 ready for upload (after review?)

2003-03-30 Thread Gerrit P. Haase
Hallo Cygwinners, perl-5.8.0-2 is ready for release, I think it should be ok, but a short review doesn't hurt;) README: === http://koeln.convey.de/cywgin/perl/README md5sums: http://koeln.convey.de/cywgin/perl/md5sums perl: =

Re: Cygwin needs a splint'er

2003-03-30 Thread Gerrit P. Haase
Hallo Elfyn, Am Samstag, 29. März 2003 um 19:25 schriebst du: All, I've had this lying around for ages, and I don't know why I didn't think of it before. Splint, as some of you may already know, builds OOTB on Cygwin and just requires a few tweaks to get rid of some warnings. I'm going to

Re: [PATCH] Bigger Chooser 2

2003-03-30 Thread Charles Wilson
Gary - you sound like you're beginning to become somewhat frustrated with this process. I just wanted to encourage you to keep at it; your contributions are valuable and I look forward (eventually g) to seeing them integrated into setup. --Chuck

Re: max- hows it going?

2003-03-30 Thread Max Bowsher
Robert Collins wrote: Max, how are you going with that patch? Would you like to brainstorm in real-time? If so, I'm on irc.freenode.net, nickname 'lifeless'. I'll be there for at least another hour, possibly two. Available computer time has been scarce for me lately. I've got it pretty much

Re: [cygwin] Apache on cygwin

2003-03-30 Thread Igor Pechtchanski
On Sun, 30 Mar 2003, Frank Schmitt wrote: [snip] Ah, thanks. Thinks clear up now. My problem was that I only looked in */bin/* but not in sbin (and that I tried man apache instead of man httpd). To the apache maintainer: Stipe, would it make sense to include a symbolic link of

Re: Cygwin needs a splint'er

2003-03-30 Thread Elfyn McBratney
I have uploaded some test packages for people to try out. The URLs are below...Happy testing. :-) http://twoducks.exposure.org.uk/elfyn/cygwin/splint/setup.hint http://twoducks.exposure.org.uk/elfyn/cygwin/splint/splint-3.0.1.6-1.tar.bz 2

rxvt vi

2003-03-30 Thread Hans Horn
Dear all, I've set the # of lines for an rxvt console to 80; When I invoke vi from such a console this linecount is honored. When I use this rxvt console to log on to another computer (telnet/rlogin) and invoke vi there, vi always behaves as if it was invoked from a 24-lines terminal. Is that

Re: Cygwin needs a splint'er

2003-03-30 Thread Corinna Vinschen
On Sun, Mar 30, 2003 at 10:00:24PM +0100, Elfyn McBratney wrote: I have uploaded some test packages for people to try out. The URLs are below...Happy testing. :-) http://twoducks.exposure.org.uk/elfyn/cygwin/splint/setup.hint

Re: Cygwin needs a splint'er

2003-03-30 Thread Elfyn McBratney
category: Dev requires: cygwin sdesc:Splint is a better lint ldesc:Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, Splint can be used as a better lint. If additional effort is invested adding

Re: Cygwin needs a splint'er

2003-03-30 Thread Corinna Vinschen
On Sun, Mar 30, 2003 at 11:33:54PM +0200, Corinna Vinschen wrote: if [ ! -e /bin/lint.exe || ! -e /bin/lint ]; then should be if [ ! -e /bin/lint.exe -o ! -e /bin/lint ]; then Well, on second thought, shouldn't that be if [ ! -e /bin/lint.exe -a ! -e /bin/lint ]; then ?

Re: Cygwin needs a splint'er

2003-03-30 Thread Gerrit P. Haase
Hallo Elfyn, Am Sonntag, 30. März 2003 um 23:00 schriebst du: I have uploaded some test packages for people to try out. The URLs are below...Happy testing. :-) Oops, sorry, wanted to write a comment, hit the button accidently. The comment: The diff: diff -Nrup

Re: rxvt vi

2003-03-30 Thread Max Bowsher
Hans Horn wrote: Dear all, I've set the # of lines for an rxvt console to 80; When I invoke vi from such a console this linecount is honored. When I use this rxvt console to log on to another computer (telnet/rlogin) and invoke vi there, vi always behaves as if it was invoked from a

Re: Cygwin needs a splint'er

2003-03-30 Thread Elfyn McBratney
On Sun, Mar 30, 2003 at 11:33:54PM +0200, Corinna Vinschen wrote: if [ ! -e /bin/lint.exe || ! -e /bin/lint ]; then should be if [ ! -e /bin/lint.exe -o ! -e /bin/lint ]; then Well, on second thought, shouldn't that be if [ ! -e /bin/lint.exe -a ! -e /bin/lint ];

Re: Cygwin needs a splint'er

2003-03-30 Thread Gerrit P. Haase
Hallo Elfyn, Am Sonntag, 30. März 2003 um 23:00 schriebst du: I have uploaded some test packages for people to try out. The URLs are below...Happy testing. :-) Is this, as mentioned in the install.html document, needed to run splint? Set environment variables: LARCH_PATH - path to search

Re: Cygwin needs a splint'er

2003-03-30 Thread Elfyn McBratney
Is this, as mentioned in the install.html document, needed to run splint? Set environment variables: LARCH_PATH - path to search for splint libraries and initializations files. If you are using the standard directories, this should be

Re: Cygwin needs a splint'er

2003-03-30 Thread Gerrit P. Haase
Hallo Elfyn, Am Sonntag, 30. März 2003 um 23:00 schriebst du: I have uploaded some test packages for people to try out. The URLs are below...Happy testing. :-) I'm seeing a lot of this thingies: *** Segmentation Violation *** Location (not trusted): standard.h:1005:140 *** Last code point:

Re: Cygwin needs a splint'er

2003-03-30 Thread Elfyn McBratney
I'm seeing a lot of this thingies: *** Segmentation Violation *** Location (not trusted): standard.h:1005:140 *** Last code point: llmain.c:1165 *** Previous code point: llmain.c:902 *** Please report bug to [EMAIL PROTECTED] and during the tests: *** Cannot continue. *** FAIL *** I'm

Re: [cygwin] Apache on cygwin

2003-03-30 Thread Stipe Tolj
Stipe, would it make sense to include a symbolic link of /usr/man/man8/apache.8 to /usr/man/man8/httpd.8? Perhaps this needs to be suggested to the upstream maintainer as well? yep, Igor, should make sende ;) I'll ask the guys. Stipe [EMAIL PROTECTED]

setup (ini.cc) vs CVS mingw-runtime

2003-03-30 Thread Danny Smith
I've been expecting a bug report for mingw-runtime and ini.cc in setup for awhile, but haven't seen one, so I'll ask if the CVS mingw runtime is getting any testing with setup anymore. The problem is in the default usage of _CRTIMP ( = __attribute__((dllimport)) ) macro on all mingw runtime

Re: setup (ini.cc) vs CVS mingw-runtime

2003-03-30 Thread Robert Collins
On Mon, 2003-03-31 at 10:17, Danny Smith wrote: I've been expecting a bug report for mingw-runtime and ini.cc in setup for awhile, but haven't seen one, so I'll ask if the CVS mingw runtime is getting any testing with setup anymore. The problem is in the default usage of _CRTIMP ( =

Limitation ssh connections

2003-03-30 Thread ANTONIO.PICAZO
Hi, Does anyone knows if there is a limitation of the number of simultaneuos ssh connections? I have the following problem: - I have more or less almost 100 servers that have a script that needs to copy a file to a Windows server that has cygwin sshd running. Sometimes the connection of

Re: Cygwin needs a splint'er

2003-03-30 Thread Elfyn McBratney
Hallo Elfyn, Am Samstag, 29. März 2003 um 19:25 schriebst du: All, I've had this lying around for ages, and I don't know why I didn't think of it before. Splint, as some of you may already know, builds OOTB on Cygwin and just requires a few tweaks to get rid of some

Re: rxvt vi

2003-03-30 Thread Elfyn McBratney
I've set the # of lines for an rxvt console to 80; When I invoke vi from such a console this linecount is honored. When I use this rxvt console to log on to another computer (telnet/rlogin) and invoke vi there, vi always behaves as if it was invoked from a 24-lines terminal. Is that expected