[dmd-internals] [D-Programming-Language/dmd] 5fe2d4: Make isfloating return bool

GitHub noreply at github.com
Fri Nov 15 23:36:56 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 5fe2d45db768a62e0dcd5f06ece1d27ce9fee2cc
      https://github.com/D-Programming-Language/dmd/commit/5fe2d45db768a62e0dcd5f06ece1d27ce9fee2cc
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-11-14 (Thu, 14 Nov 2013)

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

  Log Message:
  -----------
  Make isfloating return bool


  Commit: d201845ba03529fe22bff11edaa4d4eac51c64e7
      https://github.com/D-Programming-Language/dmd/commit/d201845ba03529fe22bff11edaa4d4eac51c64e7
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-11-14 (Thu, 14 Nov 2013)

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

  Log Message:
  -----------
  Make isreal return bool


  Commit: 93b586907740481b19ee2adb1ed7b292967bf4f8
      https://github.com/D-Programming-Language/dmd/commit/93b586907740481b19ee2adb1ed7b292967bf4f8
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-11-14 (Thu, 14 Nov 2013)

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

  Log Message:
  -----------
  Make isimaginary return bool


  Commit: 469c7bd9f842a125ecc1d77fbddf1e57eba02181
      https://github.com/D-Programming-Language/dmd/commit/469c7bd9f842a125ecc1d77fbddf1e57eba02181
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-11-14 (Thu, 14 Nov 2013)

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

  Log Message:
  -----------
  Make iscomplex return bool


  Commit: 725c689bd22a13231c2a8f1249228667dce98625
      https://github.com/D-Programming-Language/dmd/commit/725c689bd22a13231c2a8f1249228667dce98625
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-11-14 (Thu, 14 Nov 2013)

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

  Log Message:
  -----------
  Make isscalar return bool


  Commit: d77344dc7b79bc9d90a69293e4b812d961065207
      https://github.com/D-Programming-Language/dmd/commit/d77344dc7b79bc9d90a69293e4b812d961065207
  Author: Brad Roberts <braddr at puremagic.com>
  Date:   2013-11-15 (Fri, 15 Nov 2013)

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

  Log Message:
  -----------
  Merge pull request #2770 from yebblies/morebool

[DDMD] Change rest of basic type properties to return bool


Compare: https://github.com/D-Programming-Language/dmd/compare/978757826845...d77344dc7b79


More information about the dmd-internals mailing list