April 20, 2015 [dmd-internals] [D-Programming-Language/dmd] 547009: stop translating "immutable(char)[]" to "string" w... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 547009df791e3577b122e68be5e4561371bad612 https://github.com/D-Programming-Language/dmd/commit/547009df791e3577b122e68be5e4561371bad612 Author: Rainer Schuetze <r.sagitario@gmx.de> Date: 2015-04-18 (Sat, 18 Apr 2015) Changed paths: M src/hdrgen.c Log Message: ----------- stop translating "immutable(char)[]" to "string" while the "string" alias is being defined. Same for wstring and dstring. Commit: dcec0f49213037c45a61f5e91409c1edf3e4d2c5 https://github.com/D-Programming-Language/dmd/commit/dcec0f49213037c45a61f5e91409c1edf3e4d2c5 Author: Rainer Schuetze <r.sagitario@gmx.de> Date: 2015-04-18 (Sat, 18 Apr 2015) Changed paths: M src/hdrgen.c M src/idgen.d Log Message: ----------- add "string", "wstring" and "dstring" to idgen, use in hdrgen.c Commit: be8f360dce82e5619625296183d74bb7d0e69892 https://github.com/D-Programming-Language/dmd/commit/be8f360dce82e5619625296183d74bb7d0e69892 Author: Walter Bright <walter@walterbright.com> Date: 2015-04-20 (Mon, 20 Apr 2015) Changed paths: M src/hdrgen.c M src/idgen.d Log Message: ----------- Merge pull request #4594 from rainers/hdrgen_string Issue 14461 - Header generation fails for definitions of string,wstring and dstring Compare: https://github.com/D-Programming-Language/dmd/compare/312a931d03d1...be8f360dce82 |
Copyright © 1999-2021 by the D Language Foundation