zsh-workers
 help / color / mirror / code / Atom feed
* 64bit Zsh for Solaris - FIX 1
@ 2002-07-09  6:06 Greg Price
  0 siblings, 0 replies; only message in thread
From: Greg Price @ 2002-07-09  6:06 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-09  6:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-09  6:06 64bit Zsh for Solaris - FIX 1 Greg Price

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).