[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH][5] Move C_path_to_executable into runtime and
From: |
Evan Hanson |
Subject: |
[Chicken-hackers] [PATCH][5] Move C_path_to_executable into runtime and add executable-pathname procedure |
Date: |
Sat, 4 Apr 2015 16:45:54 +1300 |
Hi all,
Here is an implementation of #971. It adds an `executable-pathname`
procedure to the library unit and cleans up some error handling in the
code from C_path_to_executable (now moved into a new function; see the
commit message for details).
I've tested this on Linux, OpenBSD, MinGW/MSYS and Cygwin; I'd
appreciate it if someone could give this a go on at least Mac OS X and
Haiku.
https://bugs.call-cc.org/ticket/971
Let me know if I've missed anything. Cheers,
Evan
0001-Move-C_path_to_executable-into-runtime-and-add-execu.patch
Description: Text Data
signature.asc
Description: Digital signature
- [Chicken-hackers] [PATCH][5] Move C_path_to_executable into runtime and add executable-pathname procedure,
Evan Hanson <=