Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 231c8d8

Browse files
authored
Merge pull request #2235 from wilzbach/druntimertsrc
Fix Source path for DRuntime rt package
2 parents 08edc73 + f263be2 commit 231c8d8

36 files changed

+36
-36
lines changed

src/core/internal/string.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright: Copyright Sean Kelly 2005 - 2009.
55
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
66
* Authors: Sean Kelly, Walter Bright
7-
* Source: $(DRUNTIMESRC src/rt/util/_string.d)
7+
* Source: $(DRUNTIMESRC rt/util/_string.d)
88
*/
99

1010
module core.internal.string;

src/rt/aApply.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright: Copyright Digital Mars 2004 - 2010.
77
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
88
* Authors: Walter Bright
9-
* Source: $(DRUNTIMESRC src/rt/_aApply.d)
9+
* Source: $(DRUNTIMESRC rt/_aApply.d)
1010
*/
1111
module rt.aApply;
1212

src/rt/adi.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
77
* (See accompanying file LICENSE)
88
* Authors: Walter Bright
9-
* Source: $(DRUNTIMESRC src/rt/_adi.d)
9+
* Source: $(DRUNTIMESRC rt/_adi.d)
1010
*/
1111

1212
module rt.adi;

src/rt/alloca.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
77
* (See accompanying file LICENSE)
88
* Authors: Walter Bright
9-
* Source: $(DRUNTIMESRC src/rt/_alloca.d)
9+
* Source: $(DRUNTIMESRC rt/_alloca.d)
1010
*/
1111

1212
module rt.alloca;

src/rt/arrayassign.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* License: Distributed under the
77
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
88
* Authors: Walter Bright, Kenji Hara
9-
* Source: $(DRUNTIMESRC src/rt/_arrayassign.d)
9+
* Source: $(DRUNTIMESRC rt/_arrayassign.d)
1010
*/
1111

1212
module rt.arrayassign;

src/rt/arraycast.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* License: Distributed under the
66
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
77
* Authors: Walter Bright, Sean Kelly
8-
* Source: $(DRUNTIMESRC src/rt/_arraycast.d)
8+
* Source: $(DRUNTIMESRC rt/_arraycast.d)
99
*/
1010

1111
module rt.arraycast;

src/rt/arraycat.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* License: Distributed under the
66
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
77
* Authors: Walter Bright, Sean Kelly
8-
* Source: $(DRUNTIMESRC src/rt/_arraycat.d)
8+
* Source: $(DRUNTIMESRC rt/_arraycat.d)
99
*/
1010

1111
module rt.arraycat;

src/rt/backtrace/dwarf.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright: Copyright Digital Mars 2015 - 2015.
88
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
99
* Authors: Yazan Dabain, Sean Kelly
10-
* Source: $(DRUNTIMESRC src/rt/backtrace/dwarf.d)
10+
* Source: $(DRUNTIMESRC rt/backtrace/dwarf.d)
1111
*/
1212

1313
module rt.backtrace.dwarf;

src/rt/backtrace/elf.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright: Copyright Digital Mars 2015 - 2015.
77
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
88
* Authors: Yazan Dabain
9-
* Source: $(DRUNTIMESRC src/rt/backtrace/elf.d)
9+
* Source: $(DRUNTIMESRC rt/backtrace/elf.d)
1010
*/
1111

1212
module rt.backtrace.elf;

src/rt/backtrace/macho.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright: Copyright Jacob Carlborg 2018.
55
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
66
* Authors: Jacob Carlborg
7-
* Source: $(DRUNTIMESRC src/rt/backtrace/macho.d)
7+
* Source: $(DRUNTIMESRC rt/backtrace/macho.d)
88
*/
99
module rt.backtrace.macho;
1010

0 commit comments

Comments
 (0)