[Issue 13212] Trailing Windows line endings not stripped from .ddoc macros

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13212

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 13212] Trailing Windows line endings not stripped from .ddoc macros

2014-08-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13212

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/35735aaf062e4f11c0d6418169e0d72422d34673
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.

https://github.com/D-Programming-Language/dmd/commit/a3a1ef0bf134b00e37875cff2508510a82974530
Merge pull request #3829 from ntrel/macro-cr

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

--


[Issue 13212] Trailing Windows line endings not stripped from .ddoc macros

2014-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13212

Nick Treleaven ntrel-pub...@yahoo.co.uk changed:

   What|Removed |Added

Summary|Windows line endings|Trailing Windows line
   |handled incorrectly by ddoc |endings not stripped from
   |macros  |.ddoc macros

--