annotate libphobos/README.gcc @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
145
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
1 The files in this directory where noted are part of the DRuntime
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
2 and Phobos library.
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
3
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
4 DRuntime is the low-level runtime library backing the D programming
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
5 language, hosted at https://github.com/dlang/druntime/.
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
6
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
7 Phobos is the standard library for the D Programming Language, hosted
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
8 at https://github.com/dlang/phobos/.
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
9
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
10 The following sources and directories are part of DRuntime:
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
11 libdruntime/core/
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
12 libdruntime/gc/
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
13 libdruntime/gcstub/
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
14 libdruntime/object.d
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
15 libdruntime/rt/
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
16
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
17 The following sources and directories are part of Phobos:
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
18 src/etc/
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
19 src/index.d
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
20 src/std/
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
21
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
22 To report a bug or look up known issues with the runtime or standard
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
23 library please visit the issue tracker at https://issues.dlang.org/.
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
24
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
25 All changes to either of these libraries should go through the
1830386684a0 gcc-9.2.0
anatofuz
parents:
diff changeset
26 upstream repository first, then merged back to GCC.