[D-runtime] [D-Programming-Language/druntime] 1f21ac: Fix C API header blurb call to prevent accidental ...
GitHub via D-runtime
d-runtime at puremagic.com
Tue Feb 17 13:29:51 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 1f21ace8ed7a7dfe2d1b0b0fb7a85a49510df770
https://github.com/D-Programming-Language/druntime/commit/1f21ace8ed7a7dfe2d1b0b0fb7a85a49510df770
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2015-02-17 (Tue, 17 Feb 2015)
Changed paths:
M src/core/stdc/complex.d
M src/core/stdc/ctype.d
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:
-----------
Fix C API header blurb call to prevent accidental formatting of symbol names
Commit: 61ba4b8d3c0052065c17ffc8eef4f11496f3db3e
https://github.com/D-Programming-Language/druntime/commit/61ba4b8d3c0052065c17ffc8eef4f11496f3db3e
Author: Martin Nowak <code at dawg.eu>
Date: 2015-02-17 (Tue, 17 Feb 2015)
Changed paths:
M src/core/stdc/complex.d
M src/core/stdc/ctype.d
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 #1177 from schveiguy/fixcheadblurb
Fix C API header blurb call to prevent accidental formatting of symbol names
Compare: https://github.com/D-Programming-Language/druntime/compare/5f5feb210889...61ba4b8d3c00
More information about the D-runtime
mailing list