blob: 9b43d0900046e61722eeb24e3f175f151bf660c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
|
bin/dmd2
lib/libphobos2.a
@unexec if cmp -s %D/%%EXAMPLESDIR%%/dmd2.conf %D/etc/dmd2.conf; then rm -f %D/etc/dmd2.conf; fi
%%EXAMPLESDIR%%/dmd2.conf
@exec if [ ! -f %D/etc/dmd2.conf ]; then cp -p %D/%%EXAMPLESDIR%%/dmd2.conf %D/etc/dmd2.conf; fi
%%EXAMPLESDIR%%/samples/d/all.sh
%%EXAMPLESDIR%%/samples/d/build.bat
%%EXAMPLESDIR%%/samples/d/chello.d
%%EXAMPLESDIR%%/samples/d/clean.bat
%%EXAMPLESDIR%%/samples/d/d2html.d
%%EXAMPLESDIR%%/samples/d/d2html.kwd
%%EXAMPLESDIR%%/samples/d/dclient.d
%%EXAMPLESDIR%%/samples/d/dhry.d
%%EXAMPLESDIR%%/samples/d/dserver.d
%%EXAMPLESDIR%%/samples/d/dserver.def
%%EXAMPLESDIR%%/samples/d/hello.d
%%EXAMPLESDIR%%/samples/d/htmlget.d
%%EXAMPLESDIR%%/samples/d/listener.d
%%EXAMPLESDIR%%/samples/d/mydll/build.bat
%%EXAMPLESDIR%%/samples/d/mydll/dll.d
%%EXAMPLESDIR%%/samples/d/mydll/mydll.d
%%EXAMPLESDIR%%/samples/d/mydll/mydll.def
%%EXAMPLESDIR%%/samples/d/mydll/mydll.di
%%EXAMPLESDIR%%/samples/d/mydll/test.d
%%EXAMPLESDIR%%/samples/d/pi.d
%%EXAMPLESDIR%%/samples/d/sieve.d
%%EXAMPLESDIR%%/samples/d/wc.d
%%EXAMPLESDIR%%/samples/d/wc2.d
%%EXAMPLESDIR%%/samples/d/winsamp.d
%%EXAMPLESDIR%%/samples/d/winsamp.def
include/d/druntime/import/core/atomic.di
include/d/druntime/import/core/bitop.di
include/d/druntime/import/core/cpuid.di
include/d/druntime/import/core/demangle.di
include/d/druntime/import/core/exception.di
include/d/druntime/import/core/math.di
include/d/druntime/import/core/memory.di
include/d/druntime/import/core/runtime.di
include/d/druntime/import/core/stdc/complex.di
include/d/druntime/import/core/stdc/config.di
include/d/druntime/import/core/stdc/ctype.di
include/d/druntime/import/core/stdc/errno.di
include/d/druntime/import/core/stdc/fenv.di
include/d/druntime/import/core/stdc/float_.di
include/d/druntime/import/core/stdc/inttypes.di
include/d/druntime/import/core/stdc/limits.di
include/d/druntime/import/core/stdc/locale.di
include/d/druntime/import/core/stdc/math.di
include/d/druntime/import/core/stdc/signal.di
include/d/druntime/import/core/stdc/stdarg.di
include/d/druntime/import/core/stdc/stddef.di
include/d/druntime/import/core/stdc/stdint.di
include/d/druntime/import/core/stdc/stdio.di
include/d/druntime/import/core/stdc/stdlib.di
include/d/druntime/import/core/stdc/string.di
include/d/druntime/import/core/stdc/tgmath.di
include/d/druntime/import/core/stdc/time.di
include/d/druntime/import/core/stdc/wchar_.di
include/d/druntime/import/core/stdc/wctype.di
include/d/druntime/import/core/sync/barrier.di
include/d/druntime/import/core/sync/condition.di
include/d/druntime/import/core/sync/config.di
include/d/druntime/import/core/sync/exception.di
include/d/druntime/import/core/sync/mutex.di
include/d/druntime/import/core/sync/rwmutex.di
include/d/druntime/import/core/sync/semaphore.di
include/d/druntime/import/core/sys/osx/mach/kern_return.di
include/d/druntime/import/core/sys/osx/mach/port.di
include/d/druntime/import/core/sys/osx/mach/semaphore.di
include/d/druntime/import/core/sys/osx/mach/thread_act.di
include/d/druntime/import/core/sys/posix/arpa/inet.di
include/d/druntime/import/core/sys/posix/config.di
include/d/druntime/import/core/sys/posix/dirent.di
include/d/druntime/import/core/sys/posix/dlfcn.di
include/d/druntime/import/core/sys/posix/fcntl.di
include/d/druntime/import/core/sys/posix/inttypes.di
include/d/druntime/import/core/sys/posix/net/if_.di
include/d/druntime/import/core/sys/posix/netinet/in_.di
include/d/druntime/import/core/sys/posix/netinet/tcp.di
include/d/druntime/import/core/sys/posix/netdb.di
include/d/druntime/import/core/sys/posix/poll.di
include/d/druntime/import/core/sys/posix/pthread.di
include/d/druntime/import/core/sys/posix/pwd.di
include/d/druntime/import/core/sys/posix/sched.di
include/d/druntime/import/core/sys/posix/semaphore.di
include/d/druntime/import/core/sys/posix/setjmp.di
include/d/druntime/import/core/sys/posix/signal.di
include/d/druntime/import/core/sys/posix/stdio.di
include/d/druntime/import/core/sys/posix/stdlib.di
include/d/druntime/import/core/sys/posix/sys/ipc.di
include/d/druntime/import/core/sys/posix/sys/mman.di
include/d/druntime/import/core/sys/posix/sys/select.di
include/d/druntime/import/core/sys/posix/sys/shm.di
include/d/druntime/import/core/sys/posix/sys/socket.di
include/d/druntime/import/core/sys/posix/sys/stat.di
include/d/druntime/import/core/sys/posix/sys/time.di
include/d/druntime/import/core/sys/posix/sys/types.di
include/d/druntime/import/core/sys/posix/sys/uio.di
include/d/druntime/import/core/sys/posix/sys/un.di
include/d/druntime/import/core/sys/posix/sys/wait.di
include/d/druntime/import/core/sys/posix/termios.di
include/d/druntime/import/core/sys/posix/time.di
include/d/druntime/import/core/sys/posix/ucontext.di
include/d/druntime/import/core/sys/posix/unistd.di
include/d/druntime/import/core/sys/posix/utime.di
include/d/druntime/import/core/sys/windows/dbghelp.di
include/d/druntime/import/core/sys/windows/dll.di
include/d/druntime/import/core/sys/windows/stacktrace.di
include/d/druntime/import/core/sys/windows/threadaux.di
include/d/druntime/import/core/sys/windows/windows.di
include/d/druntime/import/core/thread.di
include/d/druntime/import/core/time.di
include/d/druntime/import/core/vararg.di
include/d/druntime/import/object.di
include/d/phobos2/crc32.d
include/d/phobos2/etc/c/zlib.d
include/d/phobos2/index.d
include/d/phobos2/std/__fileinit.d
include/d/phobos2/std/algorithm.d
include/d/phobos2/std/array.d
include/d/phobos2/std/ascii.d
include/d/phobos2/std/atomics.d
include/d/phobos2/std/base64.d
include/d/phobos2/std/bigint.d
include/d/phobos2/std/bind.d
include/d/phobos2/std/bitarray.d
include/d/phobos2/std/bitmanip.d
include/d/phobos2/std/boxer.d
include/d/phobos2/std/c/fenv.d
include/d/phobos2/std/c/freebsd/socket.d
include/d/phobos2/std/c/linux/linux.d
include/d/phobos2/std/c/linux/pthread.d
include/d/phobos2/std/c/linux/socket.d
include/d/phobos2/std/c/linux/termios.d
include/d/phobos2/std/c/linux/tipc.d
include/d/phobos2/std/c/locale.d
include/d/phobos2/std/c/math.d
include/d/phobos2/std/c/osx/socket.d
include/d/phobos2/std/c/process.d
include/d/phobos2/std/c/stdarg.d
include/d/phobos2/std/c/stddef.d
include/d/phobos2/std/c/stdio.d
include/d/phobos2/std/c/stdlib.d
include/d/phobos2/std/c/string.d
include/d/phobos2/std/c/time.d
include/d/phobos2/std/c/wcharh.d
include/d/phobos2/std/c/windows/com.d
include/d/phobos2/std/c/windows/stat.d
include/d/phobos2/std/c/windows/windows.d
include/d/phobos2/std/c/windows/winsock.d
include/d/phobos2/std/compiler.d
include/d/phobos2/std/complex.d
include/d/phobos2/std/concurrency.d
include/d/phobos2/std/container.d
include/d/phobos2/std/contracts.d
include/d/phobos2/std/conv.d
include/d/phobos2/std/cpuid.d
include/d/phobos2/std/cstream.d
include/d/phobos2/std/ctype.d
include/d/phobos2/std/date.d
include/d/phobos2/std/datebase.d
include/d/phobos2/std/dateparse.d
include/d/phobos2/std/datetime.d
include/d/phobos2/std/demangle.d
include/d/phobos2/std/encoding.d
include/d/phobos2/std/exception.d
include/d/phobos2/std/file.d
include/d/phobos2/std/format.d
include/d/phobos2/std/functional.d
include/d/phobos2/std/getopt.d
include/d/phobos2/std/gregorian.d
include/d/phobos2/std/internal/math/biguintcore.d
include/d/phobos2/std/internal/math/biguintnoasm.d
include/d/phobos2/std/internal/math/biguintx86.d
include/d/phobos2/std/internal/math/errorfunction.d
include/d/phobos2/std/internal/math/gammafunction.d
include/d/phobos2/std/internal/uni.d
include/d/phobos2/std/internal/uni_tab.d
include/d/phobos2/std/internal/processinit.d
include/d/phobos2/std/internal/windows/advapi32.d
include/d/phobos2/std/iterator.d
include/d/phobos2/std/json.d
include/d/phobos2/std/loader.d
include/d/phobos2/std/math.d
include/d/phobos2/std/mathspecial.d
include/d/phobos2/std/md5.d
include/d/phobos2/std/metastrings.d
include/d/phobos2/std/mmfile.d
include/d/phobos2/std/net/isemail.d
include/d/phobos2/std/numeric.d
include/d/phobos2/std/outbuffer.d
include/d/phobos2/std/parallelism.d
include/d/phobos2/std/path.d
include/d/phobos2/std/perf.d
include/d/phobos2/std/process.d
include/d/phobos2/std/random.d
include/d/phobos2/std/range.d
include/d/phobos2/std/regex.d
include/d/phobos2/std/regexp.d
include/d/phobos2/std/signals.d
include/d/phobos2/std/socket.d
include/d/phobos2/std/socketstream.d
include/d/phobos2/std/stdarg.d
include/d/phobos2/std/stdint.d
include/d/phobos2/std/stdio.d
include/d/phobos2/std/stdiobase.d
include/d/phobos2/std/stream.d
include/d/phobos2/std/string.d
include/d/phobos2/std/syserror.d
include/d/phobos2/std/system.d
include/d/phobos2/std/traits.d
include/d/phobos2/std/typecons.d
include/d/phobos2/std/typetuple.d
include/d/phobos2/std/uni.d
include/d/phobos2/std/uri.d
include/d/phobos2/std/utf.d
include/d/phobos2/std/variant.d
include/d/phobos2/std/windows/charset.d
include/d/phobos2/std/windows/iunknown.d
include/d/phobos2/std/windows/registry.d
include/d/phobos2/std/windows/syserror.d
include/d/phobos2/std/xml.d
include/d/phobos2/std/zip.d
include/d/phobos2/std/zlib.d
include/d/phobos2/unittest.d
@dirrm %%EXAMPLESDIR%%/samples/d/mydll
@dirrm %%EXAMPLESDIR%%/samples/d
@dirrm %%EXAMPLESDIR%%/samples
@dirrm %%EXAMPLESDIR%%
@dirrm include/d/phobos2/std/windows
@dirrm include/d/phobos2/std/net
@dirrm include/d/phobos2/std/internal/windows
@dirrm include/d/phobos2/std/internal/math
@dirrm include/d/phobos2/std/internal
@dirrm include/d/phobos2/std/c/windows
@dirrm include/d/phobos2/std/c/osx
@dirrm include/d/phobos2/std/c/linux
@dirrm include/d/phobos2/std/c/freebsd
@dirrm include/d/phobos2/std/c
@dirrm include/d/phobos2/std
@dirrm include/d/phobos2/etc/c
@dirrm include/d/phobos2/etc
@dirrm include/d/phobos2
@dirrm include/d/druntime/import/core/sys/windows
@dirrm include/d/druntime/import/core/sys/posix/sys
@dirrm include/d/druntime/import/core/sys/posix/netinet
@dirrm include/d/druntime/import/core/sys/posix/net
@dirrm include/d/druntime/import/core/sys/posix/arpa
@dirrm include/d/druntime/import/core/sys/posix
@dirrm include/d/druntime/import/core/sys/osx/mach
@dirrm include/d/druntime/import/core/sys/osx
@dirrm include/d/druntime/import/core/sys
@dirrm include/d/druntime/import/core/sync
@dirrm include/d/druntime/import/core/stdc
@dirrm include/d/druntime/import/core
@dirrm include/d/druntime/import
@dirrm include/d/druntime
@dirrmtry include/d
|