mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
druntime: Fix broken links following merge
This commit is contained in:
parent
cdfadf8a18
commit
b7e88c79ac
8 changed files with 8 additions and 20 deletions
|
@ -111,8 +111,8 @@ bool checkNonAssignmentArrayOp(Expression e, bool suggestion = false)
|
|||
* evaluation order as the actual array operations have no
|
||||
* side-effect.
|
||||
* References:
|
||||
* https://github.com/dlang/druntime/blob/master/src/object.d#L3944
|
||||
* https://github.com/dlang/druntime/blob/master/src/core/internal/array/operations.d
|
||||
* https://github.com/dlang/dmd/blob/cdfadf8a18f474e6a1b8352af2541efe3e3467cc/druntime/src/object.d#L4694
|
||||
* https://github.com/dlang/dmd/blob/master/druntime/src/core/internal/array/operations.d
|
||||
*/
|
||||
Expression arrayOp(BinExp e, Scope* sc)
|
||||
{
|
||||
|
|
|
@ -774,7 +774,7 @@ else
|
|||
const reg_t reg = CX;
|
||||
|
||||
version (MARS)
|
||||
// https://github.com/dlang/druntime/blob/master/src/rt/deh_win32.d#L924
|
||||
// https://github.com/dlang/dmd/blob/cdfadf8a18f474e6a1b8352af2541efe3e3467cc/druntime/src/rt/deh_win32.d#L934
|
||||
const local_unwind = RTLSYM.D_LOCAL_UNWIND2; // __d_local_unwind2()
|
||||
else
|
||||
// dm/src/win32/ehsup.c
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
DRuntime: Runtime Library for the D Programming Language
|
||||
========================================================
|
||||
|
||||
[](https://github.com/dlang/druntime/releases)
|
||||
[](https://issues.dlang.org/buglist.cgi?component=druntime&list_id=220148&product=D&resolution=---)
|
||||
[](https://circleci.com/gh/dlang/druntime/tree/master)
|
||||
[](https://buildkite.com/dlang/druntime)
|
||||
[](https://codecov.io/gh/dlang/druntime)
|
||||
[](https://github.com/dlang/druntime/blob/master/LICENSE.txt)
|
||||
|
||||
This is DRuntime. It is the low-level runtime library
|
||||
backing the D programming language.
|
||||
|
||||
|
@ -79,11 +72,6 @@ Issues
|
|||
To report a bug or look up known issues with the runtime library, please visit
|
||||
the [bug tracker](http://issues.dlang.org/).
|
||||
|
||||
Licensing
|
||||
---------
|
||||
|
||||
See the [LICENSE.txt](https://github.com/dlang/druntime/blob/master/LICENSE.txt) file for licensing information.
|
||||
|
||||
Building
|
||||
--------
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* Copyright: D Language Foundation 2018 - 2020
|
||||
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
|
||||
* Source: $(LINK2 https://github.com/dlang/druntime/blob/master/src/core/internal/dassert.d, _dassert.d)
|
||||
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/druntime/src/core/internal/dassert.d, _dassert.d)
|
||||
* Documentation: https://dlang.org/phobos/core_internal_dassert.html
|
||||
*/
|
||||
module core.internal.dassert;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright: Copyright Sean Kelly 2005 - 2009.
|
||||
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
|
||||
* Authors: Sean Kelly
|
||||
* Source: $(LINK2 https://github.com/dlang/druntime/blob/master/src/core/runtime.d, _runtime.d)
|
||||
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/druntime/src/core/runtime.d, _runtime.d)
|
||||
* Documentation: https://dlang.org/phobos/core_runtime.html
|
||||
*/
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
|
||||
* (See accompanying file LICENSE)
|
||||
* Authors: Sean Kelly, Alex Rønne Petersen
|
||||
* Source: https://github.com/dlang/druntime/blob/master/src/core/stdc/errno.d
|
||||
* Source: https://github.com/dlang/dmd/blob/master/druntime/src/core/stdc/errno.d
|
||||
* Standards: ISO/IEC 9899:1999 (E)
|
||||
*/
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* (See accompanying file LICENSE)
|
||||
* Authors: Sean Kelly,
|
||||
* Alex Rønne Petersen
|
||||
* Source: https://github.com/dlang/druntime/blob/master/src/core/stdc/stdio.d
|
||||
* Source: https://github.com/dlang/dmd/blob/master/druntime/src/core/stdc/stdio.d
|
||||
* Standards: ISO/IEC 9899:1999 (E)
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright: Copyright (C) 2018 by The D Language Foundation, All Rights Reserved
|
||||
* Authors: Petar Kirov
|
||||
* License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
|
||||
* Source: $(LINK2 https://github.com/dlang/druntime/blob/master/src/core/sys/posix/spawn.d, _spawn.d)
|
||||
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/druntime/src/core/sys/posix/spawn.d, _spawn.d)
|
||||
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
|
||||
*/
|
||||
module core.sys.posix.spawn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue