Re: NeedFunctionPrototypes and ANSI C

2003-08-14 Thread Thomas E. Dickey
On Wed, 13 Aug 2003, Mark Vojkovich wrote: On Wed, 13 Aug 2003, Warren Turkal wrote: Is there an effort to get rid of NeedFunctionPrototypes and to convert function prototypes to ANSI style? If so, I would like to work on doing this for the xwininfo binary. I change them whenever I'm

Re: NeedFunctionPrototypes and ANSI C

2003-08-14 Thread Thomas E. Dickey
On Wed, 13 Aug 2003, Warren Turkal wrote: Is there an effort to get rid of NeedFunctionPrototypes and to convert function prototypes to ANSI style? If so, I would like to work on doing this for the xwininfo binary. People do work on this occasionally. I've made some notes here:

Re: CVS Update: xc (branch: trunk)

2003-07-30 Thread Thomas E. Dickey
On Wed, 30 Jul 2003, Harold L Hunt II wrote: Todd T. Fries wrote: Penned by Daniel Stone on Wed, Jul 30, 2003 at 04:51:49PM +1000, we have: [..] | I did suggest this (mv hp,v hp.old,v). If you guys care about history at all, aka the ability to checkout files in the past, you would

[XFree86] Re: XTerm OpenSSH question w/ freezing.

2003-07-10 Thread Thomas E. Dickey
On Thu, 10 Jul 2003, war wrote: Sometimes when I use openssh (latest) and do find . or ls -lR /dev or similiar, my xterm 'freezes up', there is no way to fix it but to kill the xterm usually. what version of xterm? The only issue that comes to mind is the fix for blinking cursor a few months

[XFree86] Re: XTerm OpenSSH question w/ freezing.

2003-07-10 Thread Thomas E. Dickey
On Thu, 10 Jul 2003, war wrote: Any version, currently using the latest stable, xterm-179. There was a Debian bug report last week in this area, but it turned out to be a bug in bash (I don't know more than that). On Thu, 10 Jul 2003, Thomas E. Dickey wrote: On Thu, 10 Jul 2003, war wrote

[XFree86] Re: XTerm OpenSSH question w/ freezing.

2003-07-10 Thread Thomas E. Dickey
On Thu, 10 Jul 2003, war wrote: Ok, next time I can reproduce this problem I will try csh/ksh other shells and see, thanks for the insight. no problem (it may be the same problem, or one that I haven't read about). On Thu, 10 Jul 2003, Thomas E. Dickey wrote: On Thu, 10 Jul 2003, war

[XFree86] Re: xterm utmp question

2003-07-08 Thread Thomas E. Dickey
On Tue, 8 Jul 2003, war wrote: Slackware Linux 9.0 on Slackware, utmp is owned by root, so xterm has to be setuid'd to root so it can modify that file: -rws--x--x1 root bin246588 Mar 2 02:52 /usr/X11R6/bin/xterm GCC 3.3 On Tue, 8 Jul 2003, Thomas E. Dickey wrote

[XFree86] Re: xterm utmp question

2003-07-08 Thread Thomas E. Dickey
On Tue, 8 Jul 2003, war wrote: Ah, thank you! no problem -- T.E.Dickey [EMAIL PROTECTED] http://invisible-island.net ftp://invisible-island.net ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

Re: xterm can hang, CPU bound

2003-02-04 Thread Thomas E. Dickey
On Mon, 3 Feb 2003, D. Hugh Redelmeier wrote: | I guess the comparable chunks are like this: | | select(6, [4 5], [], NULL, {0, 0}) = 1 (in [4], left {0, 0}) | select(5, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0}) | select(5, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0}) | select(5,

Re: Fw: Bison/Yacc problems ...

2003-01-29 Thread Thomas E. Dickey
On Wed, 29 Jan 2003, Jamie Risk wrote: I don't know where, but I came across a information about bison version information for compiling XFree86. I'm not hurt that it didn't come from this list, but even an impolite Use bison 1.35: RTFM! would have been useful. byacc is preferable. (the