[dmd-internals] [D-Programming-Language/dmd] ba82b0: Use utf8_t* to represent unicode strings in dmd
GitHub
noreply at github.com
Sun Jul 28 16:50:00 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ba82b04ad76c9a64f47daa39b9ab9e995df7f740
https://github.com/D-Programming-Language/dmd/commit/ba82b04ad76c9a64f47daa39b9ab9e995df7f740
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M src/attrib.c
M src/attrib.h
M src/cast.c
M src/constfold.c
M src/ctfeexpr.c
M src/doc.c
M src/dsymbol.c
M src/dsymbol.h
M src/entity.c
M src/expression.c
M src/expression.h
M src/inifile.c
M src/interpret.c
M src/json.c
M src/lexer.c
M src/lexer.h
M src/link.c
M src/macro.c
M src/macro.h
M src/mars.c
M src/module.c
M src/parse.c
M src/parse.h
M src/root/port.h
M src/root/root.c
M src/statement.c
Log Message:
-----------
Use utf8_t* to represent unicode strings in dmd
Commit: 3599dc61b1097f40f255365662d5fc7ed0fcf49c
https://github.com/D-Programming-Language/dmd/commit/3599dc61b1097f40f255365662d5fc7ed0fcf49c
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M src/attrib.c
M src/attrib.h
M src/cast.c
M src/constfold.c
M src/ctfeexpr.c
M src/doc.c
M src/dsymbol.c
M src/dsymbol.h
M src/entity.c
M src/expression.c
M src/expression.h
M src/inifile.c
M src/interpret.c
M src/json.c
M src/lexer.c
M src/lexer.h
M src/link.c
M src/macro.c
M src/macro.h
M src/mars.c
M src/module.c
M src/parse.c
M src/parse.h
M src/root/port.h
M src/root/root.c
M src/statement.c
Log Message:
-----------
Merge pull request #2393 from yebblies/utf8
[DDMD] Use utf8_t* to represent unicode strings in dmd
Compare: https://github.com/D-Programming-Language/dmd/compare/e230276ee070...3599dc61b109
More information about the dmd-internals
mailing list