January 04, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: d43cb4d3679829fcdc6f9f272d39973b239c0212
      https://github.com/D-Programming-Language/dmd/commit/d43cb4d3679829fcdc6f9f272d39973b239c0212
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/access.c

  Log Message:
  -----------
  Use bool return for accessCheck


  Commit: ccd42ca8e3c85279f17073e1cc7814f5436e188d
      https://github.com/D-Programming-Language/dmd/commit/ccd42ca8e3c85279f17073e1cc7814f5436e188d
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/cast.c
    M src/mtype.h

  Log Message:
  -----------
  Return bool from typeMerge, arrayTypeCompatible and arrayTypeCompatibleWithoutCasting


  Commit: d099634f8af0eb5a7f3fdd394dbd04be0c1ce813
      https://github.com/D-Programming-Language/dmd/commit/d099634f8af0eb5a7f3fdd394dbd04be0c1ce813
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/cppmangle.c

  Log Message:
  -----------
  Return bool from CppMangleVisitor::substitute and exist


  Commit: e46d105d9b39d075b2be8dfa7ca08cee88feeeec
      https://github.com/D-Programming-Language/dmd/commit/e46d105d9b39d075b2be8dfa7ca08cee88feeeec
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/doc.c

  Log Message:
  -----------
  Return bool from isDitto


  Commit: 2e912ea0bd397009e1c397bac95f44d746ca7431
      https://github.com/D-Programming-Language/dmd/commit/2e912ea0bd397009e1c397bac95f44d746ca7431
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/doc.c

  Log Message:
  -----------
  Return bool from isKeyword


  Commit: d2b2a1b390d18a750a85b379c47d37f3e5cacc43
      https://github.com/D-Programming-Language/dmd/commit/d2b2a1b390d18a750a85b379c47d37f3e5cacc43
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/doc.c
    M src/macro.c

  Log Message:
  -----------
  Return bool from isIdStart, isIdTail and isIndentWS


  Commit: 70d2af170e63ae6e2a6f5057ebd797f5dd3a1231
      https://github.com/D-Programming-Language/dmd/commit/70d2af170e63ae6e2a6f5057ebd797f5dd3a1231
  Author: Andrej Mitrović <andrej.mitrovich@gmail.com>
  Date:   2015-01-04 (Sun, 04 Jan 2015)

  Changed paths:
    M src/access.c
    M src/cast.c
    M src/cppmangle.c
    M src/doc.c
    M src/macro.c
    M src/mtype.h

  Log Message:
  -----------
  Merge pull request #4246 from yebblies/boolreturn

[cleanup] [trivial] Change some functions to return bool instead of int


Compare: https://github.com/D-Programming-Language/dmd/compare/e3e1f2ae14a6...70d2af170e63