[dmd-internals] [D-Programming-Language/dmd] 5674b9: refactor: replace StringExp.length with numberOfCo...
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Oct 23 04:47:59 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 5674b953b72e6c8e8e52db0cb8bd160a2c3f45dc
https://github.com/D-Programming-Language/dmd/commit/5674b953b72e6c8e8e52db0cb8bd160a2c3f45dc
Author: Walter Bright <walter at walterbright.com>
Date: 2015-10-22 (Thu, 22 Oct 2015)
Changed paths:
M src/dcast.d
M src/dstruct.d
M src/expression.d
M src/expression.h
M src/init.d
M src/traits.d
Log Message:
-----------
refactor: replace StringExp.length with numberOfCodeUnits
Commit: ab7934b33535d6a892f76e9971b4fee2b8c771ed
https://github.com/D-Programming-Language/dmd/commit/ab7934b33535d6a892f76e9971b4fee2b8c771ed
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2015-10-23 (Fri, 23 Oct 2015)
Changed paths:
M src/dcast.d
M src/dstruct.d
M src/expression.d
M src/expression.h
M src/init.d
M src/traits.d
Log Message:
-----------
Merge pull request #5224 from WalterBright/numberOfCodeUnits
refactor: replace StringExp.length with numberOfCodeUnits
Compare: https://github.com/D-Programming-Language/dmd/compare/8c74caf8ac81...ab7934b33535
More information about the dmd-internals
mailing list