Opened 14 years ago
Closed 13 years ago
#492 closed enhancement (worksforme)
Some more posixunix.scm functions
Reported by: | Alaric Snell-Pym | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | not urgent at all | Milestone: | |
Component: | core libraries | Version: | 4.6.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
I wrote some functions that Ugarit needed, that the posix unit lacked.
source:release/4/ugarit/trunk/posixextras.scm
They're ruthlessly based on other similar functions in posixunix.scm
Would they be welcome in posixunix.scm? If so, feel free to have them. Should they just be omitted in posixwin.scm, or stubs written, or equivalent functionality chosen?
Change History (6)
comment:1 Changed 14 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Shouldn't this ticked be closed now that we have http://wiki.call-cc.org/eggref/4/posix-extras ?
comment:3 Changed 13 years ago by
Felix: according to Jim and Alaric (via IRC), this ticket can be closed if you think the current situation is ok (i.e., having posix-extras as an egg).
comment:4 Changed 13 years ago by
I removed change-file-times because file-modification-time has a setter, but Alaric needs to set atime and there is no file-access-time setter. This is a note to myself to implement one in the egg
comment:5 Changed 13 years ago by
Implemented file-access-times setter and reimplemented change-file-times
comment:6 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Very nice. I will review these and add what appears useful.