zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <Peter.Stephenson@csr.com>
To: <zsh-workers@zsh.org>
Subject: Re: [PATCH] Compilation fix for AIX (missing consts)
Date: Fri, 6 May 2011 15:16:45 +0100	[thread overview]
Message-ID: <20110506151645.48b41f85@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <20110506145142.4dba5b74@pwslap01u.europe.root.pri>

On Fri, 6 May 2011 14:51:42 +0100
Peter Stephenson <Peter.Stephenson@csr.com> wrote:
> The issues I can see are with the names columns, lines, move, newline
> and tab (ick!).  After fixing these, this now compiles and runs
> correctly on my machine.  I can't entirely exclude the possibility it
> has subtly redefined some other word.

To try to help, I ran

egrep -w "("${(j.|.)$(perl -ne '/\#define\s+([[:alnum:]_]+)/ &&
print "$1\n"' /usr/include/ncursesw/term.h | uniq)}")" **/*.[ch]

and looked for definitions we were using in the shell.  It's a bit hard
to be sure --- there are lots of matches with words like "TTY" and
"lines" in comments, parameter names etc. --- but I didn't see anything
that looked suspicious.

Grepping the source after comment removal would be a better check but I
don't have the energy.

-- 
Peter Stephenson <pws@csr.com>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom


  reply	other threads:[~2011-05-06 14:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-26 13:33 Jérémie Roquet
2011-04-26 19:16 ` Wayne Davison
2011-04-27 15:49   ` Jérémie Roquet
2011-04-27 18:54     ` Wayne Davison
2011-05-03 12:23       ` Jérémie Roquet
2011-05-06 13:51         ` Peter Stephenson
2011-05-06 14:16           ` Peter Stephenson [this message]
2011-05-09  9:54           ` Peter Stephenson
2011-05-09 10:33             ` Peter Stephenson
2011-05-03 10:23 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110506151645.48b41f85@pwslap01u.europe.root.pri \
    --to=peter.stephenson@csr.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).