[dmd-internals] [D-Programming-Language/dmd] 4ee46c: Consider '-' as a filename character
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Aug 3 10:53:48 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4ee46cb0b4e85353f84cde73e23f00f38928c87a
https://github.com/D-Programming-Language/dmd/commit/4ee46cb0b4e85353f84cde73e23f00f38928c87a
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M test/d_do_test.d
Log Message:
-----------
Consider '-' as a filename character
Commit: b94f7c2b7b1d969f4f22849d69fba04704981bdf
https://github.com/D-Programming-Language/dmd/commit/b94f7c2b7b1d969f4f22849d69fba04704981bdf
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M src/module.c
A test/fail_compilation/extra-files/bar11453.d
A test/fail_compilation/extra-files/foo11453.d
A test/fail_compilation/fail11453a.d
A test/fail_compilation/fail11453b.d
M test/fail_compilation/test64.d
Log Message:
-----------
fix Issue 11453 - Compiling packages has a dependency on order of modules passed to the compiler
Commit: 9d6cef9ab255fa83dab53cbe12d7113a39a918ff
https://github.com/D-Programming-Language/dmd/commit/9d6cef9ab255fa83dab53cbe12d7113a39a918ff
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-08-03 (Sun, 03 Aug 2014)
Changed paths:
M src/module.c
M test/d_do_test.d
A test/fail_compilation/extra-files/bar11453.d
A test/fail_compilation/extra-files/foo11453.d
A test/fail_compilation/fail11453a.d
A test/fail_compilation/fail11453b.d
M test/fail_compilation/test64.d
Log Message:
-----------
Merge pull request #3834 from 9rnsr/fix11453
Issue 11453 - Compiling packages has a dependency on order of modules passed to the compiler
Compare: https://github.com/D-Programming-Language/dmd/compare/63f7cf30cfe0...9d6cef9ab255
More information about the dmd-internals
mailing list