[dmd-internals] [D-Programming-Language/dmd] d4ff42: Follow the standard pattern to get the length of a...

GitHub noreply at github.com
Fri May 3 21:30:12 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: d4ff429a0b7f818b0e84faecfcdfab5ce803f1ea
      https://github.com/D-Programming-Language/dmd/commit/d4ff429a0b7f818b0e84faecfcdfab5ce803f1ea
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-05-02 (Thu, 02 May 2013)

  Changed paths:
    M src/attrib.c
    M src/expression.c
    M src/lexer.c
    M src/statement.c

  Log Message:
  -----------
  Follow the standard pattern to get the length of an array - this allows the pattern to be detected automatically


  Commit: b99dbb9ec1d7968d4ae6db75e6f4a62a93a52841
      https://github.com/D-Programming-Language/dmd/commit/b99dbb9ec1d7968d4ae6db75e6f4a62a93a52841
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-05-03 (Fri, 03 May 2013)

  Changed paths:
    M src/attrib.c
    M src/expression.c
    M src/lexer.c
    M src/statement.c

  Log Message:
  -----------
  Merge pull request #1950 from yebblies/arraylength

[DDMD] Follow the standard pattern to get the length of an array - this allows the pattern to be detected automatically


Compare: https://github.com/D-Programming-Language/dmd/compare/b77d0b9f3e68...b99dbb9ec1d7


More information about the dmd-internals mailing list