[D-runtime] [D-Programming-Language/druntime] a45234: Merge pull request #866 from WalterBright/fix13034
GitHub via D-runtime
d-runtime at puremagic.com
Mon Jul 7 18:20:13 PDT 2014
Branch: refs/heads/2.066
Home: https://github.com/D-Programming-Language/druntime
Commit: a45234448f66bc08c3b764ebac6595c1706cc3aa
https://github.com/D-Programming-Language/druntime/commit/a45234448f66bc08c3b764ebac6595c1706cc3aa
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M src/core/stdc/stdio.d
Log Message:
-----------
Merge pull request #866 from WalterBright/fix13034
fix Issue 13034 - [Reg] core.stdc.stdio - deprecation warning with ...
Commit: 3fb6da4bae86ff471d9c228460c0038086fba160
https://github.com/D-Programming-Language/druntime/commit/3fb6da4bae86ff471d9c228460c0038086fba160
Author: Brad Roberts <braddr at puremagic.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M test/exceptions/Makefile
M test/init_fini/Makefile
M test/shared/Makefile
Log Message:
-----------
Merge pull request #858 from klickverbot/test-out-of-source
test/*/Makefile: Do not assume that $(ROOT) is a relative path.
Commit: c787c4848f7cd6d9a0efd4a71859c78c9dd6abeb
https://github.com/D-Programming-Language/druntime/commit/c787c4848f7cd6d9a0efd4a71859c78c9dd6abeb
Author: Martin Nowak <code at dawg.eu>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M src/object_.d
Log Message:
-----------
Merge pull request #857 from klickverbot/minfo-import
[trivial] Make rt.minfo import in object_.d function-local.
Commit: b52e71bd7828303fc6a7bdc4d8988ec3b3aea47a
https://github.com/D-Programming-Language/druntime/commit/b52e71bd7828303fc6a7bdc4d8988ec3b3aea47a
Author: David Nadlinger <code at klickverbot.at>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M src/core/sys/windows/windows.d
Log Message:
-----------
Merge pull request #861 from tom-tan/trusted-sys-windows-windows-GetLastError
Mark core.sys.windows.windows.GetLastError as trusted
Commit: a585277b4fa995a6396f46cc206097def4e28c2b
https://github.com/D-Programming-Language/druntime/commit/a585277b4fa995a6396f46cc206097def4e28c2b
Author: Martin Nowak <code at dawg.eu>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Merge pull request #862 from klickverbot/remove-sm_clen
Remove unused Thread.sm_clen variable.
Commit: f87c6a2ee3fa0e344abbb06a10e86f851243e193
https://github.com/D-Programming-Language/druntime/commit/f87c6a2ee3fa0e344abbb06a10e86f851243e193
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M src/core/threadasm.S
Log Message:
-----------
Merge pull request #868 from klickverbot/threadasm-exec-stack
Mark threadasm.S as not requiring an executable stack.
Commit: 1594ba777ac90e9494cdd1a2f32914360fabe7af
https://github.com/D-Programming-Language/druntime/commit/1594ba777ac90e9494cdd1a2f32914360fabe7af
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/unistd.d
Log Message:
-----------
Merge pull request #859 from jasonbking/lf64
Multiple Solaris fixes
Commit: 7ddec5e91fb3392f704c97030e4cb40545d0989f
https://github.com/D-Programming-Language/druntime/commit/7ddec5e91fb3392f704c97030e4cb40545d0989f
Author: Martin Nowak <code at dawg.eu>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M posix.mak
Log Message:
-----------
Merge pull request #860 from jasonbking/errno
Enable per-thread errno on Solaris
Commit: a0a675d8849ed7119634b44ac871f3381fab8567
https://github.com/D-Programming-Language/druntime/commit/a0a675d8849ed7119634b44ac871f3381fab8567
Author: David Nadlinger <code at klickverbot.at>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M mak/COPY
M mak/MANIFEST
M posix.mak
M src/core/internal/traits.d
M src/core/thread.d
R src/core/thread.di
M src/gc/gc.d
M src/rt/tlsgc.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #865 from MartinNowak/tlsgc_externD
remove thread.di header
Commit: 97a0f02f57104146970ce9f59d265d4ceccbfe46
https://github.com/D-Programming-Language/druntime/commit/97a0f02f57104146970ce9f59d265d4ceccbfe46
Author: Martin Nowak <code at dawg.eu>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M src/core/sys/windows/windows.d
Log Message:
-----------
Merge pull request #874 from redstar/lstrcmp
Fix declaration of lstrcmp/lstrcmpi in windows.d
Commit: fabeb3cf9fcad70c7385b0e9b205c4d8445a2582
https://github.com/D-Programming-Language/druntime/commit/fabeb3cf9fcad70c7385b0e9b205c4d8445a2582
Author: Martin Nowak <code at dawg.eu>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M src/core/sys/posix/unistd.d
Log Message:
-----------
Merge pull request #869 from klickverbot/getopt-tls
Fix Issue 13057 - posix getopt variables in core/sys/posix/unistd.d should be marked __gshared
Commit: 23e7eb3abd061d292c2672d89036f46d0e9c042d
https://github.com/D-Programming-Language/druntime/commit/23e7eb3abd061d292c2672d89036f46d0e9c042d
Author: AndrewEdwards <edwards.ac at gmail.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M mak/COPY
M mak/MANIFEST
M posix.mak
M src/core/internal/traits.d
M src/core/stdc/stdio.d
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/unistd.d
M src/core/sys/windows/windows.d
M src/core/thread.d
R src/core/thread.di
M src/core/threadasm.S
M src/gc/gc.d
M src/object_.d
M src/rt/tlsgc.d
M test/exceptions/Makefile
M test/init_fini/Makefile
M test/shared/Makefile
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #876 from 9rnsr/2.066
Cherry-picking commits from master to 2.066 branch
Compare: https://github.com/D-Programming-Language/druntime/compare/c661eeab776d...23e7eb3abd06
More information about the D-runtime
mailing list