chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] Two minor file-related patches


From: Evan Hanson
Subject: [Chicken-hackers] [PATCH] Two minor file-related patches
Date: Fri, 15 Sep 2017 22:07:18 +1200

Hi hackers,

Here are two small patches. The first just removes a helper procedure
that I think is no longer necessary, `##sys#platform-fixup-pathname`,
which only affects MinGW and doesn't seem to be needed anymore (see the
commit message for details about that). The second patch fixes a TOCTTOU
problem with `delete-file*`, brings its return value in line with the
documentation, and also speeds it up by about 2x judging by my testing.

Let me know if you have any questions about these.

Happy Friday,

Evan

Attachment: 0001-Drop-sys-platform-fixup-pathname.patch
Description: Text Data

Attachment: 0002-Fix-TOCTTOU-and-speed-up-delete-file.patch
Description: Text Data


reply via email to

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