[dmd-internals] [D-Programming-Language/dmd] 35735a: Fix Issue 13212 - Windows line endings handled inc...

GitHub via dmd-internals dmd-internals at puremagic.com
Mon Aug 11 10:19:26 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 35735aaf062e4f11c0d6418169e0d72422d34673
      https://github.com/D-Programming-Language/dmd/commit/35735aaf062e4f11c0d6418169e0d72422d34673
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2014-07-29 (Tue, 29 Jul 2014)

  Changed paths:
    M src/doc.c
    M test/compilable/extra-files/ddoc3.ddoc

  Log Message:
  -----------
  Fix Issue 13212 - Windows line endings handled incorrectly by ddoc macros

Handle \r as \n in macro definitions to prevent a trailing carriage
return on a macro with an empty line following it.


  Commit: a3a1ef0bf134b00e37875cff2508510a82974530
      https://github.com/D-Programming-Language/dmd/commit/a3a1ef0bf134b00e37875cff2508510a82974530
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2014-08-12 (Tue, 12 Aug 2014)

  Changed paths:
    M src/doc.c
    M test/compilable/extra-files/ddoc3.ddoc

  Log Message:
  -----------
  Merge pull request #3829 from ntrel/macro-cr

Fix Issue 13212 - Trailing Windows line endings not stripped from .ddoc macros


Compare: https://github.com/D-Programming-Language/dmd/compare/5ce80cf1161f...a3a1ef0bf134


More information about the dmd-internals mailing list