[D-runtime] [D-Programming-Language/druntime] 8c0733: add @nogc to core.stdc
GitHub via D-runtime
d-runtime at puremagic.com
Thu Apr 24 16:47:22 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 8c07338efe375f8ba4b687c8e9085d4ba686963a
https://github.com/D-Programming-Language/druntime/commit/8c07338efe375f8ba4b687c8e9085d4ba686963a
Author: Walter Bright <walter at walterbright.com>
Date: 2014-04-24 (Thu, 24 Apr 2014)
Changed paths:
M src/core/stdc/complex.d
M src/core/stdc/config.d
M src/core/stdc/ctype.d
M src/core/stdc/errno.c
M src/core/stdc/errno.d
M src/core/stdc/fenv.d
M src/core/stdc/float_.d
M src/core/stdc/inttypes.d
M src/core/stdc/limits.d
M src/core/stdc/locale.d
M src/core/stdc/math.d
M src/core/stdc/signal.d
M src/core/stdc/stdarg.d
M src/core/stdc/stddef.d
M src/core/stdc/stdint.d
M src/core/stdc/stdio.d
M src/core/stdc/stdlib.d
M src/core/stdc/string.d
M src/core/stdc/tgmath.d
M src/core/stdc/time.d
M src/core/stdc/wchar_.d
M src/core/stdc/wctype.d
Log Message:
-----------
add @nogc to core.stdc
Commit: 6a49753db0ce2056366260f272a7ca302fdfc22d
https://github.com/D-Programming-Language/druntime/commit/6a49753db0ce2056366260f272a7ca302fdfc22d
Author: Martin Nowak <code at dawg.eu>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M src/core/stdc/complex.d
M src/core/stdc/config.d
M src/core/stdc/ctype.d
M src/core/stdc/errno.c
M src/core/stdc/errno.d
M src/core/stdc/fenv.d
M src/core/stdc/float_.d
M src/core/stdc/inttypes.d
M src/core/stdc/limits.d
M src/core/stdc/locale.d
M src/core/stdc/math.d
M src/core/stdc/signal.d
M src/core/stdc/stdarg.d
M src/core/stdc/stddef.d
M src/core/stdc/stdint.d
M src/core/stdc/stdio.d
M src/core/stdc/stdlib.d
M src/core/stdc/string.d
M src/core/stdc/tgmath.d
M src/core/stdc/time.d
M src/core/stdc/wchar_.d
M src/core/stdc/wctype.d
Log Message:
-----------
Merge pull request #776 from WalterBright/nogc-stdc
add @nogc to core.stdc
Compare: https://github.com/D-Programming-Language/druntime/compare/aa4c87071ca5...6a49753db0ce
More information about the D-runtime
mailing list