Re: for scoping

2001-10-29 Thread Alexander V. Lukyanov
On Mon, Oct 29, 2001 at 09:08:54PM -0500, Glenn Maynard wrote: + int filesno; /* Find the amount of whitespace shared by every entry in the * column. */ - for (int filesno = 0; filesno lst_cnt; ++filesno) { + for (filesno = 0; filesno lst_cnt; ++filesno) { Ew!

Re: ascii mode speed issues, --with-profiling

2001-10-29 Thread Alexander V. Lukyanov
On Sat, Oct 27, 2001 at 03:17:02PM -0400, Glenn Maynard wrote: Originally, I used memmove/memchr for speed--they're well-optimized. In retrospect, that's also iterating over the input buffer twice (though in a cache-friendly way.) Here's one that anyone can understand: This one is nicer

Re: no data-connection to winnt-ftp-server

2001-10-29 Thread Alexander V. Lukyanov
On Mon, Oct 29, 2001 at 08:52:17AM +0100, [EMAIL PROTECTED] wrote: I try to connect to a microsoft-ftp-server but everytime I do, I get the message 'connection refused' from the microsoft-ftp-server. I get no data-connection. Try 'set ftp:passive off'. -- Alexander.