zsh-workers
 help / color / mirror / code / Atom feed
From: Greg Price <Greg.Price@Sun.COM>
To: zsh-workers@sunsite.dk
Subject: 64bit Zsh for Solaris - FIX 1
Date: Tue, 9 Jul 2002 16:06:04 +1000	[thread overview]
Message-ID: <20020709160603.L4809@Aus.Sun.COM> (raw)

Hi,

I did a bit of debugging today and found that most of the problems can be
attributed to the usage of _mktemp() in zsh-4.0.4/Src/utils.c gettempname().

mktemp() has a prototype which defines the return type as char *, whereas
there is no prototype for _mktemp(), hence it assumes the default return type
of int - a 32 bit quantity.

I don't understand why _mktemp would be used (rather than mktemp()), but
we'll need a prototype.

Now we only fail test D02 (globbing). I don't really understand globbing,
hence I'll have trouble getting close to the problem. At least it's just
one complicated test failing now.

Cheers,
Greg


                 reply	other threads:[~2002-07-09  6:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020709160603.L4809@Aus.Sun.COM \
    --to=greg.price@sun.com \
    --cc=zsh-workers@sunsite.dk \
    /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).