January 06, 2007 [Issue 804] New: missing linux functions | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=804 Summary: missing linux functions Product: D Version: 1.00 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Phobos AssignedTo: bugzilla@digitalmars.com ReportedBy: thomas-dloop@kuehne.cn uint alarm(uint); char* basename(char*); wint_t btowc(int); int chown(char*, uid_t, gid_t); int chroot(char*); size_t confstr(int, char*, size_t); int creat(char*, mode_t); char* ctermid(char*); int dirfd(DIR*); char* dirname(char*); char** environ; int fattach(int, char*); int fchmod(int, mode_t); int fdatasync(int); int ffs(int); int fmtmsg(int, char*, int, char*, char*, char*); int fpathconf(int, int); int fseeko(FILE*, off_t, int); off_t ftello(FILE*); -- |
January 28, 2007 [Issue 804] missing linux functions | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=804 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2007-01-27 18:54 ------- Fixed DMD 1.001 -- |
Copyright © 1999-2021 by the D Language Foundation