Opened 13 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 13 years ago by felix winkelmann

Owner: set to felix winkelmann
Status: newassigned

Very nice. I will review these and add what appears useful.

comment:2 Changed 13 years ago by Mario Domenech Goulart

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 Mario Domenech Goulart

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 Jim Ursetto

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 Jim Ursetto

Implemented file-access-times setter and reimplemented change-file-times

comment:6 Changed 13 years ago by felix winkelmann

Resolution: worksforme
Status: assignedclosed
Note: See TracTickets for help on using tickets.