Re: [Chicken-hackers] [PATCH] Make setting of the file modification time saner

2017-06-06 Thread Peter Bex
On Mon, Jun 05, 2017 at 11:11:06PM +0200, Kooda wrote: > Both changes signed off and pushed. :) > > Sorry for the delay. No worries, and many thanks for taking a look! Cheers, Peter signature.asc Description: Digital signature ___ Chicken-hackers

Re: [Chicken-hackers] [PATCH] Make setting of the file modification time saner

2017-06-05 Thread Kooda
Both changes signed off and pushed. :) Sorry for the delay. ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Re: [Chicken-hackers] [PATCH] Make setting of the file modification time saner

2017-05-14 Thread Peter Bex
On Wed, May 10, 2017 at 10:51:52PM +0200, Peter Bex wrote: > Hi all, > > While working on the docs for (chicken file posix), I noticed some > discrepancies: > > - file-access-time and file-change-time have no associated setter, >but file-modification-time does. > - The setter for

[Chicken-hackers] [PATCH] Make setting of the file modification time saner

2017-05-10 Thread Peter Bex
Hi all, While working on the docs for (chicken file posix), I noticed some discrepancies: - file-access-time and file-change-time have no associated setter, but file-modification-time does. - The setter for file-modification-time sets both mtime AND atime, even though (set!