[D-runtime] [D-Programming-Language/druntime] 3f9c4a: Fix issue 14870 - Add new "abort" internal module ...

GitHub via D-runtime d-runtime at puremagic.com
Thu Sep 10 12:20:26 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 3f9c4a6f3daa4e296e3404fe9714d1f03d73dc50
      https://github.com/D-Programming-Language/druntime/commit/3f9c4a6f3daa4e296e3404fe9714d1f03d73dc50
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2015-08-10 (Mon, 10 Aug 2015)

  Changed paths:
    M mak/COPY
    M mak/MANIFEST
    M mak/SRCS
    A src/core/internal/abort.d
    M src/core/internal/string.d
    M src/core/stdc/stdlib.d
    M src/core/time.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Fix issue 14870 - Add new "abort" internal module and function, which will always print a
message to stderr, even in release mode. This can be used to replace
assert(0, msg) which does not print the message.


  Commit: 51241aea7a9e23b7b6b4dd59a8e771ae6e78a3d7
      https://github.com/D-Programming-Language/druntime/commit/51241aea7a9e23b7b6b4dd59a8e771ae6e78a3d7
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M src/core/internal/string.d

  Log Message:
  -----------
  Change to avoid range error


  Commit: c68373a215050fea77820c73a2d2a18f3b93c36b
      https://github.com/D-Programming-Language/druntime/commit/c68373a215050fea77820c73a2d2a18f3b93c36b
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M mak/COPY
    M mak/MANIFEST
    M mak/SRCS
    A src/core/internal/abort.d
    M src/core/internal/string.d
    M src/core/stdc/stdlib.d
    M src/core/time.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Merge pull request #1337 from schveiguy/addabort

Fix Issue 14870 Add new "abort" internal module and function


Compare: https://github.com/D-Programming-Language/druntime/compare/f7a6f9de874b...c68373a21505


More information about the D-runtime mailing list