August 29, 2011 [D-runtime] [D-Programming-Language/druntime] ea627a: Issue 6572 - Deprecate typedef | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: ea627a9a2c1793d2e29225f1105b396e7a6bcf00 https://github.com/D-Programming-Language/druntime/commit/ea627a9a2c1793d2e29225f1105b396e7a6bcf00 Author: Daniel Murphy <yebblies at gmail.com> Date: 2011-08-29 (Mon, 29 Aug 2011) Changed paths: M import/object.di M src/core/sys/posix/dirent.d M src/core/sys/windows/dbghelp.d M src/core/sys/windows/stacktrace.d M src/core/sys/windows/windows.d M src/object_.d M src/rt/aApply.d M src/rt/aApplyR.d M src/rt/aaA.d Log Message: ----------- Issue 6572 - Deprecate typedef Almost every change is replacing typedef with alias. core.sys.windows.windows has HKEY parameters replaced with in HKEY parameters as alias does not allow some broken conversion that typedef does. (bug 6571) Commit: a25e495f843e28fc2d48989192fad1824dde7a54 https://github.com/D-Programming-Language/druntime/commit/a25e495f843e28fc2d48989192fad1824dde7a54 Author: Sean Kelly <sean at invisibleduck.org> Date: 2011-08-29 (Mon, 29 Aug 2011) Changed paths: M import/object.di M src/core/sys/posix/dirent.d M src/core/sys/windows/dbghelp.d M src/core/sys/windows/stacktrace.d M src/core/sys/windows/windows.d M src/object_.d M src/rt/aApply.d M src/rt/aApplyR.d M src/rt/aaA.d Log Message: ----------- Merge pull request #63 from yebblies/issue6572 Issue 6572 - Deprecate typedef Compare: https://github.com/D-Programming-Language/druntime/compare/c96890c...a25e495 |
Copyright © 1999-2021 by the D Language Foundation