[D-runtime] [D-Programming-Language/druntime] a2afe1: Eliminate C-style array declarations.
GitHub via D-runtime
d-runtime at puremagic.com
Sat Aug 30 08:55:28 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: a2afe11bc5c4ee0b73cb5f8b635b436834e171ba
https://github.com/D-Programming-Language/druntime/commit/a2afe11bc5c4ee0b73cb5f8b635b436834e171ba
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-08-30 (Sat, 30 Aug 2014)
Changed paths:
M src/core/bitop.d
M src/core/demangle.d
M src/core/stdc/stdio.d
M src/core/sys/freebsd/dlfcn.d
M src/core/sys/freebsd/sys/elf32.d
M src/core/sys/freebsd/sys/elf64.d
M src/core/sys/linux/elf.d
M src/core/sys/posix/setjmp.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/sys/select.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/statvfs.d
M src/core/sys/posix/sys/types.d
M src/core/sys/posix/sys/utsname.d
M src/core/sys/posix/ucontext.d
M src/gc/gc.d
M src/rt/deh_win32.d
M src/rt/deh_win64_posix.d
M src/rt/minfo.d
M src/rt/qsort.d
Log Message:
-----------
Eliminate C-style array declarations.
Commit: e5b2a4fd83a6c647d9de53207bf5faa7bb42b2bc
https://github.com/D-Programming-Language/druntime/commit/e5b2a4fd83a6c647d9de53207bf5faa7bb42b2bc
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-08-31 (Sun, 31 Aug 2014)
Changed paths:
M src/core/bitop.d
M src/core/demangle.d
M src/core/stdc/stdio.d
M src/core/sys/freebsd/dlfcn.d
M src/core/sys/freebsd/sys/elf32.d
M src/core/sys/freebsd/sys/elf64.d
M src/core/sys/linux/elf.d
M src/core/sys/posix/setjmp.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/sys/select.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/statvfs.d
M src/core/sys/posix/sys/types.d
M src/core/sys/posix/sys/utsname.d
M src/core/sys/posix/ucontext.d
M src/gc/gc.d
M src/rt/deh_win32.d
M src/rt/deh_win64_posix.d
M src/rt/minfo.d
M src/rt/qsort.d
Log Message:
-----------
Merge pull request #939 from quickfur/issue13401
Eliminate C-style array declarations.
Compare: https://github.com/D-Programming-Language/druntime/compare/52617d5cdefb...e5b2a4fd83a6
More information about the D-runtime
mailing list