November 29, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: e3f0b580ebba08e650632d8ac624b59996d95d77
      https://github.com/D-Programming-Language/dmd/commit/e3f0b580ebba08e650632d8ac624b59996d95d77
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-11-29 (Sat, 29 Nov 2014)

  Changed paths:
    M src/clone.c
    M src/cppmangle.c
    M src/declaration.h
    M src/doc.c
    M src/dsymbol.c
    M src/func.c
    M src/hdrgen.c
    M src/init.c
    M src/inline.c
    M src/interpret.c
    M src/mangle.c
    M src/mtype.c
    M src/mtype.h
    M src/opover.c
    M src/parse.c
    M src/statement.c
    M src/statement.h
    M src/toctype.c

  Log Message:
  -----------
  [Refactoring] Fix incorrect wording 'arg' 'argument' for Parameter objects

An exception is the around of TypeTuple. It stores types and expressions merely using Parameter. So the wording 'arg' is not incorrect at least.


  Commit: e07d23b3ae321beecb34ec613b26df31f5ec9b88
      https://github.com/D-Programming-Language/dmd/commit/e07d23b3ae321beecb34ec613b26df31f5ec9b88
  Author: Walter Bright <walter@walterbright.com>
  Date:   2014-11-29 (Sat, 29 Nov 2014)

  Changed paths:
    M src/clone.c
    M src/cppmangle.c
    M src/declaration.h
    M src/doc.c
    M src/dsymbol.c
    M src/func.c
    M src/hdrgen.c
    M src/init.c
    M src/inline.c
    M src/interpret.c
    M src/mangle.c
    M src/mtype.c
    M src/mtype.h
    M src/opover.c
    M src/parse.c
    M src/statement.c
    M src/statement.h
    M src/toctype.c

  Log Message:
  -----------
  Merge pull request #4182 from 9rnsr/refactor_parameter

[Refactoring] Fix incorrect wording 'arg' 'argument' for Parameter objects


Compare: https://github.com/D-Programming-Language/dmd/compare/4c9826331345...e07d23b3ae32