chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] adds errno->string to posix-common.scm


From: Alexej Magura
Subject: [Chicken-hackers] adds errno->string to posix-common.scm
Date: Wed, 28 Jan 2015 16:59:13 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

The patch attached adds a binding to strerror to posix-common.scm* (version 4.9.0.1).  The other attachment is the patched file, to make it easier to merge the changes with upstream.  I've already tested the changes: it compiles and works, at least in csi.

* strerror is specified by both C89 and C99, so I figure that it's probably available on both *nix and Windows systems, hence adding it in posix-common.scm instead of posixunix.scm or some other file.

Attachment: posix-common.scm.new
Description: Text document

Attachment: posix-common.scm.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]