View | Details | Raw Unified | Return to bug 229636 | Differences between
and this patch

Collapse All | Expand All

(-)i/devel/shards/Makefile (-10 / +3 lines)
Lines 2-9 Link Here
2
2
3
PORTNAME=		shards
3
PORTNAME=		shards
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=		0.7.2
5
DISTVERSION=		0.8.1
6
PORTREVISION=		2
7
CATEGORIES=		devel
6
CATEGORIES=		devel
8
7
9
MAINTAINER=	greg@unrelenting.technology
8
MAINTAINER=	greg@unrelenting.technology
Lines 21-36 RUN_DEPENDS= git:devel/git Link Here
21
USE_GITHUB=	yes
20
USE_GITHUB=	yes
22
GH_ACCOUNT=	crystal-lang
21
GH_ACCOUNT=	crystal-lang
23
22
23
MAKE_ARGS+=	CRFLAGS="--release --no-debug"
24
24
PLIST_FILES=	bin/shards \
25
PLIST_FILES=	bin/shards \
25
		man/man1/shards.1.gz \
26
		man/man1/shards.1.gz \
26
		man/man5/shard.yml.5.gz
27
		man/man5/shard.yml.5.gz
27
28
28
do-build:
29
	cd ${WRKSRC} && crystal build --release --no-debug -o bin/shards src/shards.cr
30
31
do-install:
32
	${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/bin/shards ${STAGEDIR}${PREFIX}/bin/
33
	${INSTALL_MAN} ${INSTALL_WRKSRC}/src/man/shards.1 ${STAGEDIR}${MANPREFIX}/man/man1/
34
	${INSTALL_MAN} ${INSTALL_WRKSRC}/src/man/shard.yml.5 ${STAGEDIR}${MANPREFIX}/man/man5/
35
36
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)i/devel/shards/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1513699120
1
TIMESTAMP = 1531135485
2
SHA256 (crystal-lang-shards-v0.7.2_GH0.tar.gz) = 97a3681e74d2fdcba0575f6906f4ba0aefc709a2eb672c7289c63176ff4f3be2
2
SHA256 (crystal-lang-shards-v0.8.1_GH0.tar.gz) = 75c74ab6acf2d5c59f61a7efd3bbc3c4b1d65217f910340cb818ebf5233207a5
3
SIZE (crystal-lang-shards-v0.7.2_GH0.tar.gz) = 30398
3
SIZE (crystal-lang-shards-v0.8.1_GH0.tar.gz) = 31388
(-)i/devel/shards/files/patch-Makefile (+24 lines)
Added Link Here
1
--- Makefile.orig	2018-06-17 14:59:49 UTC
2
+++ Makefile
3
@@ -8,7 +8,7 @@ TEMPLATES = src/templates/*.ecr
4
 DESTDIR =
5
 PREFIX = /usr/local
6
 BINDIR = $(DESTDIR)$(PREFIX)/bin
7
-MANDIR = $(DESTDIR)$(PREFIX)/share/man
8
+MANDIR = $(DESTDIR)$(PREFIX)/man
9
 INSTALL = /usr/bin/install
10
 
11
 all: bin/shards
12
@@ -22,9 +22,9 @@ bin/shards: $(SOURCES) $(TEMPLATES)
13
 
14
 install: bin/shards phony
15
 	$(INSTALL) -m 0755 -d "$(BINDIR)" "$(MANDIR)/man1" "$(MANDIR)/man5"
16
-	$(INSTALL) -m 0755 -t "$(BINDIR)" bin/shards
17
-	$(INSTALL) -m 0644 -t "$(MANDIR)/man1" man/shards.1
18
-	$(INSTALL) -m 0644 -t "$(MANDIR)/man5" man/shard.yml.5
19
+	$(INSTALL) -m 0755 bin/shards "$(BINDIR)"
20
+	$(INSTALL) -m 0644 man/shards.1 "$(MANDIR)/man1"
21
+	$(INSTALL) -m 0644 man/shard.yml.5 "$(MANDIR)/man5"
22
 
23
 uninstall: phony
24
 	rm -f "$(BINDIR)/shards"
(-)i/lang/crystal/Makefile (-9 / +4 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=		crystal
3
PORTNAME=		crystal
4
DISTVERSIONPREFIX=	v
4
DISTVERSION=		0.25.1
5
DISTVERSION=		0.24.1
6
PORTREVISION=		2
7
CATEGORIES=		lang
5
CATEGORIES=		lang
8
MASTER_SITES=		https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap
6
MASTER_SITES=		https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap
9
DISTFILES=		${BOOTSTRAP_PATH}:bootstrap
7
DISTFILES=		${BOOTSTRAP_PATH}:bootstrap
Lines 25-31 LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ Link Here
25
BUILD_DEPENDS=	${LOCALBASE}/bin/llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
23
BUILD_DEPENDS=	${LOCALBASE}/bin/llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
26
24
27
USES=		compiler gmake pkgconfig
25
USES=		compiler gmake pkgconfig
28
LLVM_VERSION=	50
26
LLVM_VERSION=	60
29
27
30
USE_GITHUB=	yes
28
USE_GITHUB=	yes
31
GH_ACCOUNT=	crystal-lang
29
GH_ACCOUNT=	crystal-lang
Lines 46-54 OPTIONS_SUB= yes Link Here
46
.include <bsd.port.options.mk>
44
.include <bsd.port.options.mk>
47
45
48
.if ${OSVERSION} >= 1200000
46
.if ${OSVERSION} >= 1200000
49
BOOTSTRAP_PATH=	crystal-0.24.1-freebsd12.0-2
47
BOOTSTRAP_PATH=	crystal-0.25.0-freebsd12.0
50
.else
48
.else
51
BOOTSTRAP_PATH=	crystal-0.24.1-freebsd11.1-2
49
BOOTSTRAP_PATH=	crystal-0.25.0-freebsd11.2
52
.endif
50
.endif
53
.if ${OSVERSION} < 1100000
51
.if ${OSVERSION} < 1100000
54
IGNORE=		not supported on 10.x or older
52
IGNORE=		not supported on 10.x or older
Lines 62-70 post-extract: Link Here
62
	${CP} ${DISTDIR}/${DIST_SUBDIR}/${BOOTSTRAP_PATH} ${WRKSRC}/.build/crystal
60
	${CP} ${DISTDIR}/${DIST_SUBDIR}/${BOOTSTRAP_PATH} ${WRKSRC}/.build/crystal
63
	${CHMOD} +x ${WRKSRC}/.build/crystal
61
	${CHMOD} +x ${WRKSRC}/.build/crystal
64
62
65
post-patch:
66
	${LN} -s x86_64-portbld-freebsd ${WRKSRC}/src/lib_c/x86_64-unknown-freebsd
67
68
do-build-DOCS-on:
63
do-build-DOCS-on:
69
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} docs \
64
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} docs \
70
			CRYSTAL_CACHE_DIR="${WRKDIR}/cache"
65
			CRYSTAL_CACHE_DIR="${WRKDIR}/cache"
(-)i/lang/crystal/distinfo (-7 / +7 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1519683639
1
TIMESTAMP = 1531133882
2
SHA256 (crystal/crystal-0.24.1-freebsd12.0-2) = 6519c01ce2c62a32c6d27705e92e01ebf973aa518d503af8c6d4736154276591
2
SHA256 (crystal/crystal-0.25.0-freebsd12.0) = 16099e4a4a28578c38a68885b20b20604554f8471d760867808a5e4572517eed
3
SIZE (crystal/crystal-0.24.1-freebsd12.0-2) = 9245808
3
SIZE (crystal/crystal-0.25.0-freebsd12.0) = 10026328
4
SHA256 (crystal/crystal-0.24.1-freebsd11.1-2) = 654407cef39c2a465eb46f56cd58322de025b75ddb9193a8eb26b654e5c5956c
4
SHA256 (crystal/crystal-0.25.0-freebsd11.2) = 54a4b6a701f6b2dedc9cbbde660455eca00fed51567c5fd7acc761f694fdd0ef
5
SIZE (crystal/crystal-0.24.1-freebsd11.1-2) = 9246664
5
SIZE (crystal/crystal-0.25.0-freebsd11.2) = 10031424
6
SHA256 (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 4999a4d2a9ffc7bfbea8351b97057c3a135c2091cbd518e5c22ea7f5392b67d8
6
SHA256 (crystal/crystal-lang-crystal-0.25.1_GH0.tar.gz) = 9b5a7bd2de67ab36cc5430133228a1e656a431fc7d928a37a61109bd8da77fc6
7
SIZE (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 1744210
7
SIZE (crystal/crystal-lang-crystal-0.25.1_GH0.tar.gz) = 1961727
(-)c/lang/crystal/files/patch-src_lib__c_x86__64-portbld-freebsd_c_dirent.cr (-26 lines)
Removed Link Here
1
--- src/lib_c/x86_64-portbld-freebsd/c/dirent.cr.orig	2017-10-27 14:50:57 UTC
2
+++ src/lib_c/x86_64-portbld-freebsd/c/dirent.cr
3
@@ -4,10 +4,21 @@ lib LibC
4
   type DIR = Void
5
 
6
   struct Dirent
7
-    d_fileno : UInt
8
+    {% if flag?(:"freebsd12.0") %}
9
+      d_fileno : ULong
10
+      d_off : ULong
11
+    {% else %}
12
+      d_fileno : UInt
13
+    {% end %}
14
     d_reclen : UShort
15
     d_type : UChar
16
-    d_namlen : UChar
17
+    {% if flag?(:"freebsd12.0") %}
18
+      d_pad0 : UChar
19
+      d_namlen : UShort
20
+      d_pad1 : UShort
21
+    {% else %}
22
+      d_namlen : UChar
23
+    {% end %}
24
     d_name : StaticArray(Char, 256)
25
   end
26
 
(-)c/lang/crystal/files/patch-src_lib__c_x86__64-portbld-freebsd_c_sys_stat.cr (-50 lines)
Removed Link Here
1
--- src/lib_c/x86_64-portbld-freebsd/c/sys/stat.cr.orig	2017-10-27 14:50:57 UTC
2
+++ src/lib_c/x86_64-portbld-freebsd/c/sys/stat.cr
3
@@ -31,23 +31,40 @@ lib LibC
4
   struct Stat
5
     st_dev : DevT
6
     st_ino : InoT
7
-    st_mode : ModeT
8
-    st_nlink : NlinkT
9
+    {% if flag?(:"freebsd12.0") %}
10
+      st_nlink : NlinkT
11
+      st_mode : ModeT
12
+      st_pad0 : UShort
13
+    {% else %}
14
+      st_mode : ModeT
15
+      st_nlink : NlinkT
16
+    {% end %}
17
     st_uid : UidT
18
     st_gid : GidT
19
+    {% if flag?(:"freebsd12.0") %}
20
+      st_pad1 : UInt
21
+    {% end %}
22
     st_rdev : DevT
23
     st_atim : Timespec
24
     st_mtim : Timespec
25
     st_ctim : Timespec
26
+    {% if flag?(:"freebsd12.0") %}
27
+      st_birthtim : Timespec
28
+    {% end %}
29
     st_size : OffT
30
     st_blocks : BlkcntT
31
     st_blksize : BlksizeT
32
     st_flags : FflagsT
33
-    st_gen : UInt
34
-    st_lspare : Int
35
-    st_birthtim : Timespec
36
-    __reserved_17 : UInt
37
-    __reserved_18 : UInt
38
+    {% if flag?("freebsd12.0") %}
39
+      st_gen : ULong
40
+      st_spare : StaticArray(ULong, 10)
41
+    {% else %}
42
+      st_gen : UInt
43
+      st_lspare : Int
44
+      st_birthtim : Timespec
45
+      __reserved_17 : UInt
46
+      __reserved_18 : UInt
47
+    {% end %}
48
   end
49
 
50
   fun chmod(x0 : Char*, x1 : ModeT) : Int
(-)c/lang/crystal/files/patch-src_lib__c_x86__64-portbld-freebsd_c_sys_types.cr (-22 lines)
Removed Link Here
1
--- src/lib_c/x86_64-portbld-freebsd/c/sys/types.cr.orig	2017-10-27 14:50:57 UTC
2
+++ src/lib_c/x86_64-portbld-freebsd/c/sys/types.cr
3
@@ -9,9 +9,17 @@ lib LibC
4
   alias DevT = UInt
5
   alias GidT = UInt
6
   alias IdT = Long
7
-  alias InoT = UInt
8
+  {% if flag?(:"freebsd12.0") %}
9
+    alias InoT = ULong
10
+  {% else %}
11
+    alias InoT = UInt
12
+  {% end %}
13
   alias ModeT = UShort
14
-  alias NlinkT = UShort
15
+  {% if flag?(:"freebsd12.0") %}
16
+    alias NlinkT = ULong
17
+  {% else %}
18
+    alias NlinkT = UShort
19
+  {% end %}
20
   alias OffT = Long
21
   alias PidT = Int
22
   type PthreadAttrT = Void*
(-)i/lang/crystal/pkg-plist (-20 / +107 lines)
Lines 52-58 lib/crystal/compiler/crystal/codegen/type_id.cr Link Here
52
lib/crystal/compiler/crystal/codegen/types.cr
52
lib/crystal/compiler/crystal/codegen/types.cr
53
lib/crystal/compiler/crystal/command.cr
53
lib/crystal/compiler/crystal/command.cr
54
lib/crystal/compiler/crystal/command/cursor.cr
54
lib/crystal/compiler/crystal/command/cursor.cr
55
lib/crystal/compiler/crystal/command/deps.cr
56
lib/crystal/compiler/crystal/command/docs.cr
55
lib/crystal/compiler/crystal/command/docs.cr
57
lib/crystal/compiler/crystal/command/env.cr
56
lib/crystal/compiler/crystal/command/env.cr
58
lib/crystal/compiler/crystal/command/eval.cr
57
lib/crystal/compiler/crystal/command/eval.cr
Lines 124-137 lib/crystal/compiler/crystal/tools/context.cr Link Here
124
lib/crystal/compiler/crystal/tools/doc/constant.cr
123
lib/crystal/compiler/crystal/tools/doc/constant.cr
125
lib/crystal/compiler/crystal/tools/doc/generator.cr
124
lib/crystal/compiler/crystal/tools/doc/generator.cr
126
lib/crystal/compiler/crystal/tools/doc/highlighter.cr
125
lib/crystal/compiler/crystal/tools/doc/highlighter.cr
126
lib/crystal/compiler/crystal/tools/doc/html/_head.html
127
lib/crystal/compiler/crystal/tools/doc/html/_list_items.html
128
lib/crystal/compiler/crystal/tools/doc/html/_method_detail.html
129
lib/crystal/compiler/crystal/tools/doc/html/_method_summary.html
130
lib/crystal/compiler/crystal/tools/doc/html/_methods_inherited.html
131
lib/crystal/compiler/crystal/tools/doc/html/_other_types.html
132
lib/crystal/compiler/crystal/tools/doc/html/_sidebar.html
127
lib/crystal/compiler/crystal/tools/doc/html/css/style.css
133
lib/crystal/compiler/crystal/tools/doc/html/css/style.css
134
lib/crystal/compiler/crystal/tools/doc/html/js/_navigator.js
135
lib/crystal/compiler/crystal/tools/doc/html/js/_search.js
136
lib/crystal/compiler/crystal/tools/doc/html/js/_usage-modal.js
128
lib/crystal/compiler/crystal/tools/doc/html/js/doc.js
137
lib/crystal/compiler/crystal/tools/doc/html/js/doc.js
129
lib/crystal/compiler/crystal/tools/doc/html/list_items.html
130
lib/crystal/compiler/crystal/tools/doc/html/main.html
138
lib/crystal/compiler/crystal/tools/doc/html/main.html
131
lib/crystal/compiler/crystal/tools/doc/html/method_detail.html
132
lib/crystal/compiler/crystal/tools/doc/html/method_summary.html
133
lib/crystal/compiler/crystal/tools/doc/html/methods_inherited.html
134
lib/crystal/compiler/crystal/tools/doc/html/other_types.html
135
lib/crystal/compiler/crystal/tools/doc/html/type.html
139
lib/crystal/compiler/crystal/tools/doc/html/type.html
136
lib/crystal/compiler/crystal/tools/doc/item.cr
140
lib/crystal/compiler/crystal/tools/doc/item.cr
137
lib/crystal/compiler/crystal/tools/doc/macro.cr
141
lib/crystal/compiler/crystal/tools/doc/macro.cr
Lines 165-175 lib/crystal/compiler/crystal/tools/playground/public/session.js Link Here
165
lib/crystal/compiler/crystal/tools/playground/public/settings.js
169
lib/crystal/compiler/crystal/tools/playground/public/settings.js
166
lib/crystal/compiler/crystal/tools/playground/public/vendor/ansi_up-1.3.0/ansi_up.js
170
lib/crystal/compiler/crystal/tools/playground/public/vendor/ansi_up-1.3.0/ansi_up.js
167
lib/crystal/compiler/crystal/tools/playground/public/vendor/ansi_up-1.3.0/theme.css
171
lib/crystal/compiler/crystal/tools/playground/public/vendor/ansi_up-1.3.0/theme.css
168
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.22.0/addon/comment/comment.js
172
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/addon/comment/comment.js
169
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.22.0/lib/codemirror.css
173
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/lib/codemirror.css
170
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.22.0/lib/codemirror.js
174
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/lib/codemirror.js
171
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.22.0/mode/crystal/crystal.js
175
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/mode/crystal/crystal.js
172
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.22.0/theme/neat.css
176
lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/theme/neat.css
173
lib/crystal/compiler/crystal/tools/playground/public/vendor/jquery-2.2.1.min.js
177
lib/crystal/compiler/crystal/tools/playground/public/vendor/jquery-2.2.1.min.js
174
lib/crystal/compiler/crystal/tools/playground/public/vendor/materialize-v0.97.5/css/materialize.min.css
178
lib/crystal/compiler/crystal/tools/playground/public/vendor/materialize-v0.97.5/css/materialize.min.css
175
lib/crystal/compiler/crystal/tools/playground/public/vendor/materialize-v0.97.5/js/materialize.min.js
179
lib/crystal/compiler/crystal/tools/playground/public/vendor/materialize-v0.97.5/js/materialize.min.js
Lines 206-220 lib/crystal/crypto/subtle.cr Link Here
206
lib/crystal/crystal/hasher.cr
210
lib/crystal/crystal/hasher.cr
207
lib/crystal/crystal/main.cr
211
lib/crystal/crystal/main.cr
208
lib/crystal/crystal/system.cr
212
lib/crystal/crystal/system.cr
213
lib/crystal/crystal/system/dir.cr
214
lib/crystal/crystal/system/file.cr
215
lib/crystal/crystal/system/file_descriptor.cr
216
lib/crystal/crystal/system/file_info.cr
209
lib/crystal/crystal/system/random.cr
217
lib/crystal/crystal/system/random.cr
210
lib/crystal/crystal/system/time.cr
218
lib/crystal/crystal/system/time.cr
211
lib/crystal/crystal/system/unix/arc4random.cr
219
lib/crystal/crystal/system/unix/arc4random.cr
220
lib/crystal/crystal/system/unix/dir.cr
221
lib/crystal/crystal/system/unix/file.cr
222
lib/crystal/crystal/system/unix/file_descriptor.cr
223
lib/crystal/crystal/system/unix/file_info.cr
212
lib/crystal/crystal/system/unix/getrandom.cr
224
lib/crystal/crystal/system/unix/getrandom.cr
213
lib/crystal/crystal/system/unix/hostname.cr
225
lib/crystal/crystal/system/unix/hostname.cr
214
lib/crystal/crystal/system/unix/sysconf_cpucount.cr
226
lib/crystal/crystal/system/unix/sysconf_cpucount.cr
215
lib/crystal/crystal/system/unix/sysctl_cpucount.cr
227
lib/crystal/crystal/system/unix/sysctl_cpucount.cr
216
lib/crystal/crystal/system/unix/time.cr
228
lib/crystal/crystal/system/unix/time.cr
217
lib/crystal/crystal/system/unix/urandom.cr
229
lib/crystal/crystal/system/unix/urandom.cr
230
lib/crystal/crystal/system/win32/file_descriptor.cr
231
lib/crystal/crystal/system/win32/random.cr
232
lib/crystal/crystal/system/win32/time.cr
233
lib/crystal/crystal/system/win32/zone_names.cr
218
lib/crystal/csv.cr
234
lib/crystal/csv.cr
219
lib/crystal/csv/builder.cr
235
lib/crystal/csv/builder.cr
220
lib/crystal/csv/error.cr
236
lib/crystal/csv/error.cr
Lines 251-258 lib/crystal/env.cr Link Here
251
lib/crystal/errno.cr
267
lib/crystal/errno.cr
252
lib/crystal/event.cr
268
lib/crystal/event.cr
253
lib/crystal/event/lib_event2.cr
269
lib/crystal/event/lib_event2.cr
254
lib/crystal/event/signal_child_handler.cr
255
lib/crystal/event/signal_handler.cr
256
lib/crystal/exception.cr
270
lib/crystal/exception.cr
257
lib/crystal/ext.cr
271
lib/crystal/ext.cr
258
lib/crystal/ext/libcrystal.a
272
lib/crystal/ext/libcrystal.a
Lines 260-268 lib/crystal/ext/sigfault.c Link Here
260
lib/crystal/ext/sigfault.o
274
lib/crystal/ext/sigfault.o
261
lib/crystal/fiber.cr
275
lib/crystal/fiber.cr
262
lib/crystal/file.cr
276
lib/crystal/file.cr
263
lib/crystal/file/flock.cr
277
lib/crystal/file/info.cr
264
lib/crystal/file/preader.cr
278
lib/crystal/file/preader.cr
265
lib/crystal/file/stat.cr
266
lib/crystal/file_utils.cr
279
lib/crystal/file_utils.cr
267
lib/crystal/flate/flate.cr
280
lib/crystal/flate/flate.cr
268
lib/crystal/flate/reader.cr
281
lib/crystal/flate/reader.cr
Lines 330-335 lib/crystal/io/hexdump.cr Link Here
330
lib/crystal/io/memory.cr
343
lib/crystal/io/memory.cr
331
lib/crystal/io/multi_writer.cr
344
lib/crystal/io/multi_writer.cr
332
lib/crystal/io/sized.cr
345
lib/crystal/io/sized.cr
346
lib/crystal/io/stapled.cr
333
lib/crystal/io/syscall.cr
347
lib/crystal/io/syscall.cr
334
lib/crystal/iterable.cr
348
lib/crystal/iterable.cr
335
lib/crystal/iterator.cr
349
lib/crystal/iterator.cr
Lines 343-348 lib/crystal/json/lexer/string_based.cr Link Here
343
lib/crystal/json/mapping.cr
357
lib/crystal/json/mapping.cr
344
lib/crystal/json/parser.cr
358
lib/crystal/json/parser.cr
345
lib/crystal/json/pull_parser.cr
359
lib/crystal/json/pull_parser.cr
360
lib/crystal/json/serialization.cr
346
lib/crystal/json/to_json.cr
361
lib/crystal/json/to_json.cr
347
lib/crystal/json/token.cr
362
lib/crystal/json/token.cr
348
lib/crystal/kernel.cr
363
lib/crystal/kernel.cr
Lines 359-369 lib/crystal/lib_c/aarch64-linux-gnu/c/netinet/in.cr Link Here
359
lib/crystal/lib_c/aarch64-linux-gnu/c/netinet/tcp.cr
374
lib/crystal/lib_c/aarch64-linux-gnu/c/netinet/tcp.cr
360
lib/crystal/lib_c/aarch64-linux-gnu/c/pthread.cr
375
lib/crystal/lib_c/aarch64-linux-gnu/c/pthread.cr
361
lib/crystal/lib_c/aarch64-linux-gnu/c/signal.cr
376
lib/crystal/lib_c/aarch64-linux-gnu/c/signal.cr
377
lib/crystal/lib_c/aarch64-linux-gnu/c/stdarg.cr
362
lib/crystal/lib_c/aarch64-linux-gnu/c/stddef.cr
378
lib/crystal/lib_c/aarch64-linux-gnu/c/stddef.cr
363
lib/crystal/lib_c/aarch64-linux-gnu/c/stdint.cr
379
lib/crystal/lib_c/aarch64-linux-gnu/c/stdint.cr
364
lib/crystal/lib_c/aarch64-linux-gnu/c/stdio.cr
380
lib/crystal/lib_c/aarch64-linux-gnu/c/stdio.cr
365
lib/crystal/lib_c/aarch64-linux-gnu/c/stdlib.cr
381
lib/crystal/lib_c/aarch64-linux-gnu/c/stdlib.cr
366
lib/crystal/lib_c/aarch64-linux-gnu/c/string.cr
382
lib/crystal/lib_c/aarch64-linux-gnu/c/string.cr
383
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/file.cr
367
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/mman.cr
384
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/mman.cr
368
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/select.cr
385
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/select.cr
369
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/socket.cr
386
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/socket.cr
Lines 377-382 lib/crystal/lib_c/aarch64-linux-gnu/c/sys/wait.cr Link Here
377
lib/crystal/lib_c/aarch64-linux-gnu/c/termios.cr
394
lib/crystal/lib_c/aarch64-linux-gnu/c/termios.cr
378
lib/crystal/lib_c/aarch64-linux-gnu/c/time.cr
395
lib/crystal/lib_c/aarch64-linux-gnu/c/time.cr
379
lib/crystal/lib_c/aarch64-linux-gnu/c/unistd.cr
396
lib/crystal/lib_c/aarch64-linux-gnu/c/unistd.cr
397
lib/crystal/lib_c/aarch64-linux-musl/c/arpa/inet.cr
398
lib/crystal/lib_c/aarch64-linux-musl/c/dirent.cr
399
lib/crystal/lib_c/aarch64-linux-musl/c/dlfcn.cr
400
lib/crystal/lib_c/aarch64-linux-musl/c/errno.cr
401
lib/crystal/lib_c/aarch64-linux-musl/c/fcntl.cr
402
lib/crystal/lib_c/aarch64-linux-musl/c/iconv.cr
403
lib/crystal/lib_c/aarch64-linux-musl/c/netdb.cr
404
lib/crystal/lib_c/aarch64-linux-musl/c/netinet/in.cr
405
lib/crystal/lib_c/aarch64-linux-musl/c/netinet/tcp.cr
406
lib/crystal/lib_c/aarch64-linux-musl/c/pthread.cr
407
lib/crystal/lib_c/aarch64-linux-musl/c/signal.cr
408
lib/crystal/lib_c/aarch64-linux-musl/c/stdarg.cr
409
lib/crystal/lib_c/aarch64-linux-musl/c/stddef.cr
410
lib/crystal/lib_c/aarch64-linux-musl/c/stdint.cr
411
lib/crystal/lib_c/aarch64-linux-musl/c/stdio.cr
412
lib/crystal/lib_c/aarch64-linux-musl/c/stdlib.cr
413
lib/crystal/lib_c/aarch64-linux-musl/c/string.cr
414
lib/crystal/lib_c/aarch64-linux-musl/c/sys/file.cr
415
lib/crystal/lib_c/aarch64-linux-musl/c/sys/mman.cr
416
lib/crystal/lib_c/aarch64-linux-musl/c/sys/select.cr
417
lib/crystal/lib_c/aarch64-linux-musl/c/sys/socket.cr
418
lib/crystal/lib_c/aarch64-linux-musl/c/sys/stat.cr
419
lib/crystal/lib_c/aarch64-linux-musl/c/sys/syscall.cr
420
lib/crystal/lib_c/aarch64-linux-musl/c/sys/time.cr
421
lib/crystal/lib_c/aarch64-linux-musl/c/sys/times.cr
422
lib/crystal/lib_c/aarch64-linux-musl/c/sys/types.cr
423
lib/crystal/lib_c/aarch64-linux-musl/c/sys/un.cr
424
lib/crystal/lib_c/aarch64-linux-musl/c/sys/wait.cr
425
lib/crystal/lib_c/aarch64-linux-musl/c/termios.cr
426
lib/crystal/lib_c/aarch64-linux-musl/c/time.cr
427
lib/crystal/lib_c/aarch64-linux-musl/c/unistd.cr
380
lib/crystal/lib_c/amd64-unknown-openbsd/c/arpa/inet.cr
428
lib/crystal/lib_c/amd64-unknown-openbsd/c/arpa/inet.cr
381
lib/crystal/lib_c/amd64-unknown-openbsd/c/dirent.cr
429
lib/crystal/lib_c/amd64-unknown-openbsd/c/dirent.cr
382
lib/crystal/lib_c/amd64-unknown-openbsd/c/dlfcn.cr
430
lib/crystal/lib_c/amd64-unknown-openbsd/c/dlfcn.cr
Lines 388-398 lib/crystal/lib_c/amd64-unknown-openbsd/c/netinet/in.cr Link Here
388
lib/crystal/lib_c/amd64-unknown-openbsd/c/netinet/tcp.cr
436
lib/crystal/lib_c/amd64-unknown-openbsd/c/netinet/tcp.cr
389
lib/crystal/lib_c/amd64-unknown-openbsd/c/pthread.cr
437
lib/crystal/lib_c/amd64-unknown-openbsd/c/pthread.cr
390
lib/crystal/lib_c/amd64-unknown-openbsd/c/signal.cr
438
lib/crystal/lib_c/amd64-unknown-openbsd/c/signal.cr
439
lib/crystal/lib_c/amd64-unknown-openbsd/c/stdarg.cr
391
lib/crystal/lib_c/amd64-unknown-openbsd/c/stddef.cr
440
lib/crystal/lib_c/amd64-unknown-openbsd/c/stddef.cr
392
lib/crystal/lib_c/amd64-unknown-openbsd/c/stdint.cr
441
lib/crystal/lib_c/amd64-unknown-openbsd/c/stdint.cr
393
lib/crystal/lib_c/amd64-unknown-openbsd/c/stdio.cr
442
lib/crystal/lib_c/amd64-unknown-openbsd/c/stdio.cr
394
lib/crystal/lib_c/amd64-unknown-openbsd/c/stdlib.cr
443
lib/crystal/lib_c/amd64-unknown-openbsd/c/stdlib.cr
395
lib/crystal/lib_c/amd64-unknown-openbsd/c/string.cr
444
lib/crystal/lib_c/amd64-unknown-openbsd/c/string.cr
445
lib/crystal/lib_c/amd64-unknown-openbsd/c/sys/file.cr
396
lib/crystal/lib_c/amd64-unknown-openbsd/c/sys/mman.cr
446
lib/crystal/lib_c/amd64-unknown-openbsd/c/sys/mman.cr
397
lib/crystal/lib_c/amd64-unknown-openbsd/c/sys/select.cr
447
lib/crystal/lib_c/amd64-unknown-openbsd/c/sys/select.cr
398
lib/crystal/lib_c/amd64-unknown-openbsd/c/sys/socket.cr
448
lib/crystal/lib_c/amd64-unknown-openbsd/c/sys/socket.cr
Lines 417-427 lib/crystal/lib_c/arm-linux-gnueabihf/c/netinet/in.cr Link Here
417
lib/crystal/lib_c/arm-linux-gnueabihf/c/netinet/tcp.cr
467
lib/crystal/lib_c/arm-linux-gnueabihf/c/netinet/tcp.cr
418
lib/crystal/lib_c/arm-linux-gnueabihf/c/pthread.cr
468
lib/crystal/lib_c/arm-linux-gnueabihf/c/pthread.cr
419
lib/crystal/lib_c/arm-linux-gnueabihf/c/signal.cr
469
lib/crystal/lib_c/arm-linux-gnueabihf/c/signal.cr
470
lib/crystal/lib_c/arm-linux-gnueabihf/c/stdarg.cr
420
lib/crystal/lib_c/arm-linux-gnueabihf/c/stddef.cr
471
lib/crystal/lib_c/arm-linux-gnueabihf/c/stddef.cr
421
lib/crystal/lib_c/arm-linux-gnueabihf/c/stdint.cr
472
lib/crystal/lib_c/arm-linux-gnueabihf/c/stdint.cr
422
lib/crystal/lib_c/arm-linux-gnueabihf/c/stdio.cr
473
lib/crystal/lib_c/arm-linux-gnueabihf/c/stdio.cr
423
lib/crystal/lib_c/arm-linux-gnueabihf/c/stdlib.cr
474
lib/crystal/lib_c/arm-linux-gnueabihf/c/stdlib.cr
424
lib/crystal/lib_c/arm-linux-gnueabihf/c/string.cr
475
lib/crystal/lib_c/arm-linux-gnueabihf/c/string.cr
476
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/file.cr
425
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/mman.cr
477
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/mman.cr
426
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/select.cr
478
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/select.cr
427
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/socket.cr
479
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/socket.cr
Lines 446-456 lib/crystal/lib_c/i686-linux-gnu/c/netinet/in.cr Link Here
446
lib/crystal/lib_c/i686-linux-gnu/c/netinet/tcp.cr
498
lib/crystal/lib_c/i686-linux-gnu/c/netinet/tcp.cr
447
lib/crystal/lib_c/i686-linux-gnu/c/pthread.cr
499
lib/crystal/lib_c/i686-linux-gnu/c/pthread.cr
448
lib/crystal/lib_c/i686-linux-gnu/c/signal.cr
500
lib/crystal/lib_c/i686-linux-gnu/c/signal.cr
501
lib/crystal/lib_c/i686-linux-gnu/c/stdarg.cr
449
lib/crystal/lib_c/i686-linux-gnu/c/stddef.cr
502
lib/crystal/lib_c/i686-linux-gnu/c/stddef.cr
450
lib/crystal/lib_c/i686-linux-gnu/c/stdint.cr
503
lib/crystal/lib_c/i686-linux-gnu/c/stdint.cr
451
lib/crystal/lib_c/i686-linux-gnu/c/stdio.cr
504
lib/crystal/lib_c/i686-linux-gnu/c/stdio.cr
452
lib/crystal/lib_c/i686-linux-gnu/c/stdlib.cr
505
lib/crystal/lib_c/i686-linux-gnu/c/stdlib.cr
453
lib/crystal/lib_c/i686-linux-gnu/c/string.cr
506
lib/crystal/lib_c/i686-linux-gnu/c/string.cr
507
lib/crystal/lib_c/i686-linux-gnu/c/sys/file.cr
454
lib/crystal/lib_c/i686-linux-gnu/c/sys/mman.cr
508
lib/crystal/lib_c/i686-linux-gnu/c/sys/mman.cr
455
lib/crystal/lib_c/i686-linux-gnu/c/sys/select.cr
509
lib/crystal/lib_c/i686-linux-gnu/c/sys/select.cr
456
lib/crystal/lib_c/i686-linux-gnu/c/sys/socket.cr
510
lib/crystal/lib_c/i686-linux-gnu/c/sys/socket.cr
Lines 475-485 lib/crystal/lib_c/i686-linux-musl/c/netinet/in.cr Link Here
475
lib/crystal/lib_c/i686-linux-musl/c/netinet/tcp.cr
529
lib/crystal/lib_c/i686-linux-musl/c/netinet/tcp.cr
476
lib/crystal/lib_c/i686-linux-musl/c/pthread.cr
530
lib/crystal/lib_c/i686-linux-musl/c/pthread.cr
477
lib/crystal/lib_c/i686-linux-musl/c/signal.cr
531
lib/crystal/lib_c/i686-linux-musl/c/signal.cr
532
lib/crystal/lib_c/i686-linux-musl/c/stdarg.cr
478
lib/crystal/lib_c/i686-linux-musl/c/stddef.cr
533
lib/crystal/lib_c/i686-linux-musl/c/stddef.cr
479
lib/crystal/lib_c/i686-linux-musl/c/stdint.cr
534
lib/crystal/lib_c/i686-linux-musl/c/stdint.cr
480
lib/crystal/lib_c/i686-linux-musl/c/stdio.cr
535
lib/crystal/lib_c/i686-linux-musl/c/stdio.cr
481
lib/crystal/lib_c/i686-linux-musl/c/stdlib.cr
536
lib/crystal/lib_c/i686-linux-musl/c/stdlib.cr
482
lib/crystal/lib_c/i686-linux-musl/c/string.cr
537
lib/crystal/lib_c/i686-linux-musl/c/string.cr
538
lib/crystal/lib_c/i686-linux-musl/c/sys/file.cr
483
lib/crystal/lib_c/i686-linux-musl/c/sys/mman.cr
539
lib/crystal/lib_c/i686-linux-musl/c/sys/mman.cr
484
lib/crystal/lib_c/i686-linux-musl/c/sys/select.cr
540
lib/crystal/lib_c/i686-linux-musl/c/sys/select.cr
485
lib/crystal/lib_c/i686-linux-musl/c/sys/socket.cr
541
lib/crystal/lib_c/i686-linux-musl/c/sys/socket.cr
Lines 504-514 lib/crystal/lib_c/x86_64-linux-gnu/c/netinet/in.cr Link Here
504
lib/crystal/lib_c/x86_64-linux-gnu/c/netinet/tcp.cr
560
lib/crystal/lib_c/x86_64-linux-gnu/c/netinet/tcp.cr
505
lib/crystal/lib_c/x86_64-linux-gnu/c/pthread.cr
561
lib/crystal/lib_c/x86_64-linux-gnu/c/pthread.cr
506
lib/crystal/lib_c/x86_64-linux-gnu/c/signal.cr
562
lib/crystal/lib_c/x86_64-linux-gnu/c/signal.cr
563
lib/crystal/lib_c/x86_64-linux-gnu/c/stdarg.cr
507
lib/crystal/lib_c/x86_64-linux-gnu/c/stddef.cr
564
lib/crystal/lib_c/x86_64-linux-gnu/c/stddef.cr
508
lib/crystal/lib_c/x86_64-linux-gnu/c/stdint.cr
565
lib/crystal/lib_c/x86_64-linux-gnu/c/stdint.cr
509
lib/crystal/lib_c/x86_64-linux-gnu/c/stdio.cr
566
lib/crystal/lib_c/x86_64-linux-gnu/c/stdio.cr
510
lib/crystal/lib_c/x86_64-linux-gnu/c/stdlib.cr
567
lib/crystal/lib_c/x86_64-linux-gnu/c/stdlib.cr
511
lib/crystal/lib_c/x86_64-linux-gnu/c/string.cr
568
lib/crystal/lib_c/x86_64-linux-gnu/c/string.cr
569
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/file.cr
512
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/mman.cr
570
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/mman.cr
513
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/select.cr
571
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/select.cr
514
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/socket.cr
572
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/socket.cr
Lines 533-543 lib/crystal/lib_c/x86_64-linux-musl/c/netinet/in.cr Link Here
533
lib/crystal/lib_c/x86_64-linux-musl/c/netinet/tcp.cr
591
lib/crystal/lib_c/x86_64-linux-musl/c/netinet/tcp.cr
534
lib/crystal/lib_c/x86_64-linux-musl/c/pthread.cr
592
lib/crystal/lib_c/x86_64-linux-musl/c/pthread.cr
535
lib/crystal/lib_c/x86_64-linux-musl/c/signal.cr
593
lib/crystal/lib_c/x86_64-linux-musl/c/signal.cr
594
lib/crystal/lib_c/x86_64-linux-musl/c/stdarg.cr
536
lib/crystal/lib_c/x86_64-linux-musl/c/stddef.cr
595
lib/crystal/lib_c/x86_64-linux-musl/c/stddef.cr
537
lib/crystal/lib_c/x86_64-linux-musl/c/stdint.cr
596
lib/crystal/lib_c/x86_64-linux-musl/c/stdint.cr
538
lib/crystal/lib_c/x86_64-linux-musl/c/stdio.cr
597
lib/crystal/lib_c/x86_64-linux-musl/c/stdio.cr
539
lib/crystal/lib_c/x86_64-linux-musl/c/stdlib.cr
598
lib/crystal/lib_c/x86_64-linux-musl/c/stdlib.cr
540
lib/crystal/lib_c/x86_64-linux-musl/c/string.cr
599
lib/crystal/lib_c/x86_64-linux-musl/c/string.cr
600
lib/crystal/lib_c/x86_64-linux-musl/c/sys/file.cr
541
lib/crystal/lib_c/x86_64-linux-musl/c/sys/mman.cr
601
lib/crystal/lib_c/x86_64-linux-musl/c/sys/mman.cr
542
lib/crystal/lib_c/x86_64-linux-musl/c/sys/select.cr
602
lib/crystal/lib_c/x86_64-linux-musl/c/sys/select.cr
543
lib/crystal/lib_c/x86_64-linux-musl/c/sys/socket.cr
603
lib/crystal/lib_c/x86_64-linux-musl/c/sys/socket.cr
Lines 563-573 lib/crystal/lib_c/x86_64-macosx-darwin/c/netinet/in.cr Link Here
563
lib/crystal/lib_c/x86_64-macosx-darwin/c/netinet/tcp.cr
623
lib/crystal/lib_c/x86_64-macosx-darwin/c/netinet/tcp.cr
564
lib/crystal/lib_c/x86_64-macosx-darwin/c/pthread.cr
624
lib/crystal/lib_c/x86_64-macosx-darwin/c/pthread.cr
565
lib/crystal/lib_c/x86_64-macosx-darwin/c/signal.cr
625
lib/crystal/lib_c/x86_64-macosx-darwin/c/signal.cr
626
lib/crystal/lib_c/x86_64-macosx-darwin/c/stdarg.cr
566
lib/crystal/lib_c/x86_64-macosx-darwin/c/stddef.cr
627
lib/crystal/lib_c/x86_64-macosx-darwin/c/stddef.cr
567
lib/crystal/lib_c/x86_64-macosx-darwin/c/stdint.cr
628
lib/crystal/lib_c/x86_64-macosx-darwin/c/stdint.cr
568
lib/crystal/lib_c/x86_64-macosx-darwin/c/stdio.cr
629
lib/crystal/lib_c/x86_64-macosx-darwin/c/stdio.cr
569
lib/crystal/lib_c/x86_64-macosx-darwin/c/stdlib.cr
630
lib/crystal/lib_c/x86_64-macosx-darwin/c/stdlib.cr
570
lib/crystal/lib_c/x86_64-macosx-darwin/c/string.cr
631
lib/crystal/lib_c/x86_64-macosx-darwin/c/string.cr
632
lib/crystal/lib_c/x86_64-macosx-darwin/c/sys/file.cr
571
lib/crystal/lib_c/x86_64-macosx-darwin/c/sys/mman.cr
633
lib/crystal/lib_c/x86_64-macosx-darwin/c/sys/mman.cr
572
lib/crystal/lib_c/x86_64-macosx-darwin/c/sys/select.cr
634
lib/crystal/lib_c/x86_64-macosx-darwin/c/sys/select.cr
573
lib/crystal/lib_c/x86_64-macosx-darwin/c/sys/socket.cr
635
lib/crystal/lib_c/x86_64-macosx-darwin/c/sys/socket.cr
Lines 582-588 lib/crystal/lib_c/x86_64-macosx-darwin/c/time.cr Link Here
582
lib/crystal/lib_c/x86_64-macosx-darwin/c/unistd.cr
644
lib/crystal/lib_c/x86_64-macosx-darwin/c/unistd.cr
583
lib/crystal/lib_c/x86_64-portbld-freebsd/c/arpa/inet.cr
645
lib/crystal/lib_c/x86_64-portbld-freebsd/c/arpa/inet.cr
584
lib/crystal/lib_c/x86_64-portbld-freebsd/c/dirent.cr
646
lib/crystal/lib_c/x86_64-portbld-freebsd/c/dirent.cr
585
lib/crystal/lib_c/x86_64-portbld-freebsd/c/dirent.cr.orig
586
lib/crystal/lib_c/x86_64-portbld-freebsd/c/dlfcn.cr
647
lib/crystal/lib_c/x86_64-portbld-freebsd/c/dlfcn.cr
587
lib/crystal/lib_c/x86_64-portbld-freebsd/c/errno.cr
648
lib/crystal/lib_c/x86_64-portbld-freebsd/c/errno.cr
588
lib/crystal/lib_c/x86_64-portbld-freebsd/c/fcntl.cr
649
lib/crystal/lib_c/x86_64-portbld-freebsd/c/fcntl.cr
Lines 592-611 lib/crystal/lib_c/x86_64-portbld-freebsd/c/netinet/in.cr Link Here
592
lib/crystal/lib_c/x86_64-portbld-freebsd/c/netinet/tcp.cr
653
lib/crystal/lib_c/x86_64-portbld-freebsd/c/netinet/tcp.cr
593
lib/crystal/lib_c/x86_64-portbld-freebsd/c/pthread.cr
654
lib/crystal/lib_c/x86_64-portbld-freebsd/c/pthread.cr
594
lib/crystal/lib_c/x86_64-portbld-freebsd/c/signal.cr
655
lib/crystal/lib_c/x86_64-portbld-freebsd/c/signal.cr
656
lib/crystal/lib_c/x86_64-portbld-freebsd/c/stdarg.cr
595
lib/crystal/lib_c/x86_64-portbld-freebsd/c/stddef.cr
657
lib/crystal/lib_c/x86_64-portbld-freebsd/c/stddef.cr
596
lib/crystal/lib_c/x86_64-portbld-freebsd/c/stdint.cr
658
lib/crystal/lib_c/x86_64-portbld-freebsd/c/stdint.cr
597
lib/crystal/lib_c/x86_64-portbld-freebsd/c/stdio.cr
659
lib/crystal/lib_c/x86_64-portbld-freebsd/c/stdio.cr
598
lib/crystal/lib_c/x86_64-portbld-freebsd/c/stdlib.cr
660
lib/crystal/lib_c/x86_64-portbld-freebsd/c/stdlib.cr
599
lib/crystal/lib_c/x86_64-portbld-freebsd/c/string.cr
661
lib/crystal/lib_c/x86_64-portbld-freebsd/c/string.cr
662
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/file.cr
600
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/mman.cr
663
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/mman.cr
601
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/select.cr
664
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/select.cr
602
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/socket.cr
665
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/socket.cr
603
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/stat.cr
666
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/stat.cr
604
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/stat.cr.orig
605
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/time.cr
667
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/time.cr
606
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/times.cr
668
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/times.cr
607
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/types.cr
669
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/types.cr
608
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/types.cr.orig
609
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/un.cr
670
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/un.cr
610
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/wait.cr
671
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sys/wait.cr
611
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sysctl.cr
672
lib/crystal/lib_c/x86_64-portbld-freebsd/c/sysctl.cr
Lines 613-620 lib/crystal/lib_c/x86_64-portbld-freebsd/c/termios.cr Link Here
613
lib/crystal/lib_c/x86_64-portbld-freebsd/c/time.cr
674
lib/crystal/lib_c/x86_64-portbld-freebsd/c/time.cr
614
lib/crystal/lib_c/x86_64-portbld-freebsd/c/unistd.cr
675
lib/crystal/lib_c/x86_64-portbld-freebsd/c/unistd.cr
615
lib/crystal/lib_c/x86_64-unknown-freebsd
676
lib/crystal/lib_c/x86_64-unknown-freebsd
677
lib/crystal/lib_c/x86_64-windows-msvc/c/corecrt.cr
616
lib/crystal/lib_c/x86_64-windows-msvc/c/errno.cr
678
lib/crystal/lib_c/x86_64-windows-msvc/c/errno.cr
617
lib/crystal/lib_c/x86_64-windows-msvc/c/winapi.cr
679
lib/crystal/lib_c/x86_64-windows-msvc/c/int_safe.cr
680
lib/crystal/lib_c/x86_64-windows-msvc/c/io.cr
681
lib/crystal/lib_c/x86_64-windows-msvc/c/ntsecapi.cr
682
lib/crystal/lib_c/x86_64-windows-msvc/c/stdarg.cr
683
lib/crystal/lib_c/x86_64-windows-msvc/c/stddef.cr
684
lib/crystal/lib_c/x86_64-windows-msvc/c/stdio.cr
685
lib/crystal/lib_c/x86_64-windows-msvc/c/stdlib.cr
686
lib/crystal/lib_c/x86_64-windows-msvc/c/string.cr
687
lib/crystal/lib_c/x86_64-windows-msvc/c/synchapi.cr
688
lib/crystal/lib_c/x86_64-windows-msvc/c/sys/stat.cr
689
lib/crystal/lib_c/x86_64-windows-msvc/c/sys/types.cr
690
lib/crystal/lib_c/x86_64-windows-msvc/c/win_def.cr
691
lib/crystal/lib_c/x86_64-windows-msvc/c/winbase.cr
692
lib/crystal/lib_c/x86_64-windows-msvc/c/winnt.cr
618
lib/crystal/lib_z/lib_z.cr
693
lib/crystal/lib_z/lib_z.cr
619
lib/crystal/llvm.cr
694
lib/crystal/llvm.cr
620
lib/crystal/llvm/abi.cr
695
lib/crystal/llvm/abi.cr
Lines 751-756 lib/crystal/static_array.cr Link Here
751
lib/crystal/string.cr
826
lib/crystal/string.cr
752
lib/crystal/string/builder.cr
827
lib/crystal/string/builder.cr
753
lib/crystal/string/formatter.cr
828
lib/crystal/string/formatter.cr
829
lib/crystal/string/utf16.cr
754
lib/crystal/string_pool.cr
830
lib/crystal/string_pool.cr
755
lib/crystal/string_scanner.cr
831
lib/crystal/string_scanner.cr
756
lib/crystal/struct.cr
832
lib/crystal/struct.cr
Lines 763-781 lib/crystal/thread/condition_variable.cr Link Here
763
lib/crystal/thread/mutex.cr
839
lib/crystal/thread/mutex.cr
764
lib/crystal/time.cr
840
lib/crystal/time.cr
765
lib/crystal/time/format.cr
841
lib/crystal/time/format.cr
842
lib/crystal/time/format/custom/http_date.cr
843
lib/crystal/time/format/custom/iso_8601.cr
844
lib/crystal/time/format/custom/rfc_2822.cr
845
lib/crystal/time/format/custom/rfc_3339.cr
846
lib/crystal/time/format/custom/yaml_date.cr
766
lib/crystal/time/format/formatter.cr
847
lib/crystal/time/format/formatter.cr
767
lib/crystal/time/format/parser.cr
848
lib/crystal/time/format/parser.cr
768
lib/crystal/time/format/pattern.cr
849
lib/crystal/time/format/pattern.cr
850
lib/crystal/time/location.cr
851
lib/crystal/time/location/loader.cr
769
lib/crystal/time/span.cr
852
lib/crystal/time/span.cr
770
lib/crystal/tuple.cr
853
lib/crystal/tuple.cr
771
lib/crystal/unicode/data.cr
854
lib/crystal/unicode/data.cr
772
lib/crystal/unicode/unicode.cr
855
lib/crystal/unicode/unicode.cr
773
lib/crystal/union.cr
856
lib/crystal/union.cr
774
lib/crystal/uri.cr
857
lib/crystal/uri.cr
858
lib/crystal/uri/punycode.cr
775
lib/crystal/uri/uri_parser.cr
859
lib/crystal/uri/uri_parser.cr
776
lib/crystal/uuid.cr
860
lib/crystal/uuid.cr
861
lib/crystal/uuid/json.cr
862
lib/crystal/va_list.cr
777
lib/crystal/value.cr
863
lib/crystal/value.cr
778
lib/crystal/weak_ref.cr
864
lib/crystal/weak_ref.cr
865
lib/crystal/windows_stubs.cr
779
lib/crystal/winerror.cr
866
lib/crystal/winerror.cr
780
lib/crystal/xml.cr
867
lib/crystal/xml.cr
781
lib/crystal/xml/attribute_type.cr
868
lib/crystal/xml/attribute_type.cr
Lines 808-815 lib/crystal/yaml/parser.cr Link Here
808
lib/crystal/yaml/pull_parser.cr
895
lib/crystal/yaml/pull_parser.cr
809
lib/crystal/yaml/schema/core.cr
896
lib/crystal/yaml/schema/core.cr
810
lib/crystal/yaml/schema/core/parser.cr
897
lib/crystal/yaml/schema/core/parser.cr
811
lib/crystal/yaml/schema/core/time_parser.cr
812
lib/crystal/yaml/schema/fail_safe.cr
898
lib/crystal/yaml/schema/fail_safe.cr
899
lib/crystal/yaml/serialization.cr
813
lib/crystal/yaml/to_yaml.cr
900
lib/crystal/yaml/to_yaml.cr
814
lib/crystal/zip/checksum_reader.cr
901
lib/crystal/zip/checksum_reader.cr
815
lib/crystal/zip/checksum_writer.cr
902
lib/crystal/zip/checksum_writer.cr

Return to bug 229636