[Issue 3458] int fsync(int) commented out in core.sys.posix.unistd

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3458

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|2.035   |D2

--


[Issue 3458] int fsync(int) commented out in core.sys.posix.unistd

2009-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3458


Walter Bright  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


--- Comment #5 from Walter Bright  2009-12-31 
11:19:44 PST ---
Fixed dmd 2.038

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3458] int fsync(int) commented out in core.sys.posix.unistd

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3458



--- Comment #4 from Leandro Lucarella  2009-12-08 13:33:30 
PST ---
http://www.dsource.org/projects/druntime/changeset/210

Thanks

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3458] int fsync(int) commented out in core.sys.posix.unistd

2009-12-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3458



--- Comment #3 from Sean Kelly  2009-12-05 20:43:33 PST 
---
Fix is in r210.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3458] int fsync(int) commented out in core.sys.posix.unistd

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3458



--- Comment #2 from Leandro Lucarella  2009-10-31 21:32:28 
PDT ---
I think fsync() is pretty common in all posix OSs, and it's essential to do any
crash-resistant I/O.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3458] int fsync(int) commented out in core.sys.posix.unistd

2009-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3458


Sean Kelly  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED


--- Comment #1 from Sean Kelly  2009-10-30 21:48:58 PDT 
---
It's an optional feature--declarations in POSIX headers are divided into
labeled groups--and in the interest of time I've added them as needed.  Once I
check that these functions are available on Linux and OSX I'll see about adding
declarations for them.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---