Re: [Chicken-hackers] [PATCH] Remove change-directory and change-directory*

2017-09-01 Thread Evan Hanson
Hi Peter, As discussed on IRC, I've pruned this patch down to the parts that refactor C_fchdir() on Windows and reduce the duplication of the change-directory[*] procedures. I've also removed the "define-unimplemented" form in posixwin.scm for `change-directory*` (since it's implemented now,

[Chicken-hackers] [PATCH] Remove change-directory and change-directory*

2017-08-13 Thread Peter Bex
Hi all, The attached patch gets rid of change-directory and change-directory* in favour of using (current-directory) with an argument. The argument can either be a string or a file descriptor. As far as I know we can't have ports open on directories. If we can, we'll have to add support for