[dlang.org] [D-Programming-Language/dlang.org] 6305b1: fix Issue 13538 - Divide old C style syntax from D...

GitHub via dlang.org dlang.org at puremagic.com
Sun Oct 12 14:20:24 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: 6305b155c8b37c3a30a48038e1d102bade064bd3
      https://github.com/D-Programming-Language/dlang.org/commit/6305b155c8b37c3a30a48038e1d102bade064bd3
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M declaration.dd
    M grammar.dd

  Log Message:
  -----------
  fix Issue 13538 - Divide old C style syntax from D style grammar rule


  Commit: cafc1d24d2f26d6e310bdeb89cd4dc8cd4a3057e
      https://github.com/D-Programming-Language/dlang.org/commit/cafc1d24d2f26d6e310bdeb89cd4dc8cd4a3057e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M declaration.dd
    M grammar.dd

  Log Message:
  -----------
  fix Issue 13539 - Disallow optional template parameters with C-style syntax


  Commit: 06f8d0bb2015149b7482c26807d55fd3659c50ab
      https://github.com/D-Programming-Language/dlang.org/commit/06f8d0bb2015149b7482c26807d55fd3659c50ab
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M declaration.dd
    M grammar.dd

  Log Message:
  -----------
  Divide DeclaratorIdentifier to VarDeclaratorIdentifier and newly added AltDeclaratorIdentifier


  Commit: 3b110153edaf850b0a4ad28026bbdc111896ae16
      https://github.com/D-Programming-Language/dlang.org/commit/3b110153edaf850b0a4ad28026bbdc111896ae16
  Author: Martin Nowak <code at dawg.eu>
  Date:   2014-10-12 (Sun, 12 Oct 2014)

  Changed paths:
    M declaration.dd
    M grammar.dd

  Log Message:
  -----------
  Merge pull request #664 from 9rnsr/fix_declaration

Issue 13538 & 13539 - Improve variable declaration grammar for old C style syntax


Compare: https://github.com/D-Programming-Language/dlang.org/compare/ed1cfd04037f...3b110153edaf


More information about the dlang.org mailing list