June 15, 2013 [dmd-internals] [D-Programming-Language/dmd] de11ae: Added MinGW Port implementation. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: de11ae673ab1aaf3841d4f6af4ecfc74b0b26017 https://github.com/D-Programming-Language/dmd/commit/de11ae673ab1aaf3841d4f6af4ecfc74b0b26017 Author: David Nadlinger <code@klickverbot.at> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M src/root/port.c Log Message: ----------- Added MinGW Port implementation. Currently a cleaned up version of the Posix one, but there will be differences in long double handling. Commit: 0ebdc7f95fbebedeb06bb4b80321edf2656a4241 https://github.com/D-Programming-Language/dmd/commit/0ebdc7f95fbebedeb06bb4b80321edf2656a4241 Author: David Nadlinger <code@klickverbot.at> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M src/root/longdouble.h Log Message: ----------- MinGW: Fixed long double formatting. Commit: 2b7d6ce617696ec02e0f00a30fd41c06d96fb6b9 https://github.com/D-Programming-Language/dmd/commit/2b7d6ce617696ec02e0f00a30fd41c06d96fb6b9 Author: David Nadlinger <code@klickverbot.at> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M src/expression.c M src/lexer.c M src/root/port.c M src/root/port.h Log Message: ----------- Add strto{f, [l]d} to Port; fix strtold for MinGW. Commit: bd5c0edd8b554b65012881234e881bf0613f5581 https://github.com/D-Programming-Language/dmd/commit/bd5c0edd8b554b65012881234e881bf0613f5581 Author: Daniel Murphy <yebblies@gmail.com> Date: 2013-06-15 (Sat, 15 Jun 2013) Changed paths: M src/expression.c M src/lexer.c M src/root/longdouble.h M src/root/port.c M src/root/port.h Log Message: ----------- Merge pull request #2086 from klickverbot/port-mingw MinGW support in Port Compare: https://github.com/D-Programming-Language/dmd/compare/2baedd1861a2...bd5c0edd8b55 |
Copyright © 1999-2021 by the D Language Foundation