zsh-workers
 help / color / mirror / code / Atom feed
* patches for 6 different (but related) problems
@ 2014-06-07 18:47 Nikolas Garofil
  0 siblings, 0 replies; only message in thread
From: Nikolas Garofil @ 2014-06-07 18:47 UTC (permalink / raw)
  To: zsh-workers

The patches I submitted solve 6 different problems that all break the 
building of zsh in specific cases.
I would certainly suggest using my 5th patch because this also fixes the 
problem of an incorrect build in some cases:
The returnvalue of memcpy is used a couple of times but if autoconf 
can't find memcpy and memmove then memcpy get's defined as memmove and 
(without the patch) memmove gets defined as a macro using bcopy that 
doesn't provide this return value. Some (admittedly strange) compilers 
will still compile this and return a random value.


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

only message in thread, other threads:[~2014-06-07 18:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-07 18:47 patches for 6 different (but related) problems Nikolas Garofil

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