[dmd-internals] [D-Programming-Language/dmd] 07d503: refactor findNoMainError
GitHub
noreply at github.com
Fri Jan 25 00:03:16 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 07d503b163fe0567590893bff29a7bdec0087531
https://github.com/D-Programming-Language/dmd/commit/07d503b163fe0567590893bff29a7bdec0087531
Author: Martin Nowak <code at dawg.eu>
Date: 2013-01-23 (Wed, 23 Jan 2013)
Changed paths:
M src/link.c
Log Message:
-----------
refactor findNoMainError
- use fread/fwrite with 64K buffer
- wrap buffer at newline so to not
split and miss the error message
- avoid hang when linker output exceeds
pipe buffer
Commit: e96e26700dfa73137b16ae84b4d7cb54ada2e536
https://github.com/D-Programming-Language/dmd/commit/e96e26700dfa73137b16ae84b4d7cb54ada2e536
Author: Walter Bright <walter at walterbright.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M src/link.c
Log Message:
-----------
Merge pull request #1544 from dawgfoto/fixLinkHang
refactor findNoMainError
Compare: https://github.com/D-Programming-Language/dmd/compare/7410295a199a...e96e26700dfa
More information about the dmd-internals
mailing list