Summary
Some more posixunix.scm functions
Metadata
- Id: 86262c3bca72f7d1c04e710cc4e3ac04132cc52a
- Trac id: 492
- Type: enhancement
- Reporter: alaric
- Owner: felix
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: worksforme
- Priority: not urgent at all
- Milestone:
- Version: 4.6.x
- Changetime: 2011-08-01 11:38:38 UTC
- Created: 2011-02-05 17:28:46 UTC
- Keywords:
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?
Changes and comments
[2011-02-09 10:48:38 UTC] felix changed status from new to assigned
[2011-02-09 10:48:38 UTC] felix set owner to felix
[2011-02-09 10:48:38 UTC] felix wrote:
Very nice. I will review these and add what appears useful.
[2011-06-16 14:10:29 UTC] mario wrote:
Shouldn't this ticked be closed now that we have http://wiki.call-cc.org/eggref/4/posix-extras ?
[2011-06-16 19:11:03 UTC] mario wrote:
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).
[2011-06-16 19:28:59 UTC] zbigniew wrote:
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
[2011-06-16 22:27:17 UTC] zbigniew wrote:
Implemented file-access-times setter and reimplemented change-file-times