August 17, 2011 [dmd-internals] [D-Programming-Language/dmd] 4df0b4: Use bool instead of 0/1 int. | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 4df0b48bfda6080aa63e2ad87f2aa6f6b682ca60 https://github.com/D-Programming-Language/dmd/commit/4df0b48bfda6080aa63e2ad87f2aa6f6b682ca60 Author: David Nadlinger <code at klickverbot.at> Date: 2011-08-17 (Wed, 17 Aug 2011) Changed paths: M src/mars.c Log Message: ----------- Use bool instead of 0/1 int. Commit: 04d4e303bf5325b949845919df9142d251dbe16b https://github.com/D-Programming-Language/dmd/commit/04d4e303bf5325b949845919df9142d251dbe16b Author: David Nadlinger <code at klickverbot.at> Date: 2011-08-17 (Wed, 17 Aug 2011) Changed paths: M src/mars.c Log Message: ----------- Fixed crash with Ddoc-only files included at the command line. Previously, the index into the AsyncRead file list was off by one after removing a Ddoc file from the module list, causing a crash because m->parse() would be called for a source file not yet loaded. Commit: c98b611e2e8f1d588baee56898a57e05b765d618 https://github.com/D-Programming-Language/dmd/commit/c98b611e2e8f1d588baee56898a57e05b765d618 Author: Walter Bright <walter at walterbright.com> Date: 2011-08-17 (Wed, 17 Aug 2011) Changed paths: M src/mars.c Log Message: ----------- Merge pull request #324 from klickverbot/ddoc-module-crash Fixed crash with Ddoc-only files included at the command line. Compare: https://github.com/D-Programming-Language/dmd/compare/7ce30cb...c98b611 |
Copyright © 1999-2021 by the D Language Foundation