September 16, 2011 [phobos] [D-Programming-Language/phobos] 7f64d6: make it compilable on FreeBSD 8.2R (amd64) | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/phobos-1.x Home: https://github.com/D-Programming-Language/phobos Commit: 7f64d62af9f89cc49b22e4b667e5ab546080e952 https://github.com/D-Programming-Language/phobos/commit/7f64d62af9f89cc49b22e4b667e5ab546080e952 Author: Sohgo Takeuchi <sohgo at sohgo.dyndns.org> Date: 2011-09-13 (Tue, 13 Sep 2011) Changed paths: M std/c/freebsd/freebsd.d Log Message: ----------- make it compilable on FreeBSD 8.2R (amd64) type of return values and arguments of some functions are different from currently defined types. read(2), write(2), btr(), bt(), bts() Commit: 513744080c7385eff3187b4559b8c05386ecebbe https://github.com/D-Programming-Language/phobos/commit/513744080c7385eff3187b4559b8c05386ecebbe Author: Sohgo Takeuchi <sohgo at sohgo.dyndns.org> Date: 2011-09-15 (Thu, 15 Sep 2011) Changed paths: M std/c/freebsd/freebsd.d Log Message: ----------- time_t and __time_t definition for 64 bit on FreeBSD A size of time_t and __time_t is different from 32bit and 64 bit system on FreeBSD. Commit: c5a4eb13f6020ab7dc7e0b0b23e0db9bbd5a1be3 https://github.com/D-Programming-Language/phobos/commit/c5a4eb13f6020ab7dc7e0b0b23e0db9bbd5a1be3 Author: Sohgo Takeuchi <sohgo at sohgo.dyndns.org> Date: 2011-09-15 (Thu, 15 Sep 2011) Changed paths: M std/c/freebsd/freebsd.d Log Message: ----------- return value and arguments of some functions for a FreeBSD 64bit system changed a type of return value and arguments of some functions for working good on a FreeBSD 64bit system. The definitions are from 8.2R on 32bit and 64bit systems. Changed functions are: lseek, getcwd, fmtmsg, fpathconf Commit: 21cc27c08c31da5c6e487610093159f88addffb4 https://github.com/D-Programming-Language/phobos/commit/21cc27c08c31da5c6e487610093159f88addffb4 Author: Sohgo Takeuchi <sohgo at sohgo.dyndns.org> Date: 2011-09-15 (Thu, 15 Sep 2011) Changed paths: M std/c/freebsd/freebsd.d Log Message: ----------- fixed declarations of some C functions for FreeBSD fixed: waitpid(), basename(), dirname() Commit: 93834d37026461c4fe66098ab37db5fc8dafabbb https://github.com/D-Programming-Language/phobos/commit/93834d37026461c4fe66098ab37db5fc8dafabbb Author: Andrei Alexandrescu <andrei at erdani.com> Date: 2011-09-16 (Fri, 16 Sep 2011) Changed paths: M std/c/freebsd/freebsd.d Log Message: ----------- Merge pull request #261 from sohgo/freebsd-runtime1 Enhancement of FreeBSD(amd64) support for D1 Compare: https://github.com/D-Programming-Language/phobos/compare/1e18776...93834d3 |
Copyright © 1999-2021 by the D Language Foundation