[dmd-internals] [D-Programming-Language/dmd] c1c21c: Issue 9497 - ddoc: add support for handling undefi...

GitHub via dmd-internals dmd-internals at puremagic.com
Fri Jan 9 11:53:49 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c1c21cd4839f52bb1153ad0e4b635109a935a673
      https://github.com/D-Programming-Language/dmd/commit/c1c21cd4839f52bb1153ad0e4b635109a935a673
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
    M src/macro.c
    A test/compilable/ddoc9497a.d
    A test/compilable/ddoc9497b.d
    A test/compilable/ddoc9497c.d
    A test/compilable/ddoc9497d.d
    A test/compilable/extra-files/ddoc1653a.ddoc
    A test/compilable/extra-files/ddoc1653b.ddoc
    A test/compilable/extra-files/ddoc1653c.ddoc
    A test/compilable/extra-files/ddoc1653d.ddoc
    A test/compilable/extra-files/ddoc9497a.html
    A test/compilable/extra-files/ddoc9497b.html
    A test/compilable/extra-files/ddoc9497c.html
    A test/compilable/extra-files/ddoc9497d.html

  Log Message:
  -----------
  Issue 9497 - ddoc: add support for handling undefined macros


  Commit: 650c46fd08efa593a987643a36b63c728e3313be
      https://github.com/D-Programming-Language/dmd/commit/650c46fd08efa593a987643a36b63c728e3313be
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
    M src/macro.c

  Log Message:
  -----------
  Feedback


  Commit: 179337ca40c7043f15f060b53a8b1789458a68ed
      https://github.com/D-Programming-Language/dmd/commit/179337ca40c7043f15f060b53a8b1789458a68ed
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    M test/compilable/ddoc9497a.d
    M test/compilable/ddoc9497b.d
    M test/compilable/ddoc9497c.d
    M test/compilable/ddoc9497d.d
    M test/compilable/extra-files/ddoc9497a.html
    M test/compilable/extra-files/ddoc9497b.html
    M test/compilable/extra-files/ddoc9497c.html
    M test/compilable/extra-files/ddoc9497d.html

  Log Message:
  -----------
  Change 1653 to 9497 throughout


  Commit: 840e66d624a13f6f914c844c0ae4a788c849f7e8
      https://github.com/D-Programming-Language/dmd/commit/840e66d624a13f6f914c844c0ae4a788c849f7e8
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    M src/macro.c

  Log Message:
  -----------
  Move macro replacement logic upstream to account for nested expansion


  Commit: 09ad07cbda45450b85b700cedac447a643149152
      https://github.com/D-Programming-Language/dmd/commit/09ad07cbda45450b85b700cedac447a643149152
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    R test/compilable/extra-files/ddoc1653a.ddoc
    R test/compilable/extra-files/ddoc1653b.ddoc
    R test/compilable/extra-files/ddoc1653c.ddoc
    R test/compilable/extra-files/ddoc1653d.ddoc
    A test/compilable/extra-files/ddoc9497a.ddoc
    A test/compilable/extra-files/ddoc9497b.ddoc
    A test/compilable/extra-files/ddoc9497c.ddoc
    A test/compilable/extra-files/ddoc9497d.ddoc

  Log Message:
  -----------
  Rename compilable/extra-files/ddoc1653?.ddoc -> compilable/extra-files/ddoc9497?.ddoc


  Commit: 6f78b22d3992847dd2a7fe5378a99f5c68d6d8ff
      https://github.com/D-Programming-Language/dmd/commit/6f78b22d3992847dd2a7fe5378a99f5c68d6d8ff
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/macro.c
    M test/compilable/ddoc9497a.d
    M test/compilable/ddoc9497b.d
    M test/compilable/ddoc9497c.d
    M test/compilable/ddoc9497d.d

  Log Message:
  -----------
  Use strlen instead of sizeof


  Commit: 5425a9ec9a33b37154ba9cd0f3332d8b9c953632
      https://github.com/D-Programming-Language/dmd/commit/5425a9ec9a33b37154ba9cd0f3332d8b9c953632
  Author: Andrej Mitrović <andrej.mitrovich at gmail.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/macro.c
    A test/compilable/ddoc9497a.d
    A test/compilable/ddoc9497b.d
    A test/compilable/ddoc9497c.d
    A test/compilable/ddoc9497d.d
    A test/compilable/extra-files/ddoc9497a.ddoc
    A test/compilable/extra-files/ddoc9497a.html
    A test/compilable/extra-files/ddoc9497b.ddoc
    A test/compilable/extra-files/ddoc9497b.html
    A test/compilable/extra-files/ddoc9497c.ddoc
    A test/compilable/extra-files/ddoc9497c.html
    A test/compilable/extra-files/ddoc9497d.ddoc
    A test/compilable/extra-files/ddoc9497d.html

  Log Message:
  -----------
  Merge pull request #4226 from andralex/DDOC_UNDEFINED_MACRO

Issue 9497 - ddoc: add support for handling undefined macros


Compare: https://github.com/D-Programming-Language/dmd/compare/698300698f7f...5425a9ec9a33


More information about the dmd-internals mailing list