Summary
move C_path_to_executable out of chicken.h
Metadata
- Id: 58e797886d1f065a25c012b254c582ca9f4a03bf
- Trac id: 971
- Type: enhancement
- Reporter: felix
- Owner: evhan
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 4.10.0
- Version: 4.8.x
- Changetime: 2015-08-04 10:45:52 UTC
- Created: 2013-01-24 15:20:15 UTC
- Keywords:
Description
Move definition of `C_path_to_executable` out of `chicken.h` and into `runtime.c`, as this is quite useful for user code. Add internal wrapper procedure (e.g. `(##sys#path-to-executable)`).
Changes and comments
[2014-06-08 16:51:20 UTC] sjamaan changed milestone from someday to 4.10.0
[2015-03-17 09:20:24 UTC] evhan changed status from new to assigned
[2015-03-17 09:20:24 UTC] evhan set owner to evhan
[2015-08-04 10:45:52 UTC] sjamaan changed status from assigned to closed
[2015-08-04 10:45:52 UTC] sjamaan set resolution to fixed
[2015-08-04 10:45:52 UTC] sjamaan wrote:
This has been implemented in changeset 52febfc825729ed3c9f24755bc28c08977ff95f7.