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

Collapse All | Expand All

(-)crystal-1.3.2/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=		crystal
1
PORTNAME=		crystal
2
DISTVERSION=		1.2.2
2
DISTVERSION=		1.3.2
3
CATEGORIES=		lang
3
CATEGORIES=		lang
4
MASTER_SITES=		https://dl.unrelenting.technology/crystal/:bootstrap
4
MASTER_SITES=		https://dl.unrelenting.technology/crystal/:bootstrap
5
DISTFILES=		${BOOTSTRAP_PATH}:bootstrap
5
DISTFILES=		${BOOTSTRAP_PATH}:bootstrap
(-)crystal-1.3.2/distinfo (-5 / +3 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1640645935
1
TIMESTAMP = 1647388419
2
SHA256 (crystal/crystal-1.1.1-freebsd12-amd64-llvm10) = bceb45f9d886cfbfac866761dcb954788156908d3a54e35f58c9e3f716cf91ed
2
SHA256 (crystal/crystal-1.1.1-freebsd12-amd64-llvm10) = bceb45f9d886cfbfac866761dcb954788156908d3a54e35f58c9e3f716cf91ed
3
SIZE (crystal/crystal-1.1.1-freebsd12-amd64-llvm10) = 11997032
3
SIZE (crystal/crystal-1.1.1-freebsd12-amd64-llvm10) = 11997032
4
SHA256 (crystal/crystal-1.1.1-freebsd12-aarch64-llvm10) = 51433c9cff796da1423e2a6d77c87891cd7ba4cee37ef25322b2e801aba2b53b
4
SHA256 (crystal/crystal-lang-crystal-1.3.2_GH0.tar.gz) = 0dceb2fde610c479466ebe1ce03745c51ba9def9f0da3aff1601532693741e0a
5
SIZE (crystal/crystal-1.1.1-freebsd12-aarch64-llvm10) = 11093864
5
SIZE (crystal/crystal-lang-crystal-1.3.2_GH0.tar.gz) = 2834902
6
SHA256 (crystal/crystal-lang-crystal-1.2.2_GH0.tar.gz) = 6d963a71ef5f6c73faa272a0f81b50e9ddbf814b1ec07e557ce5c95f84d6077e
7
SIZE (crystal/crystal-lang-crystal-1.2.2_GH0.tar.gz) = 2621720
(-)crystal-1.3.2/pkg-plist (-10 / +75 lines)
Lines 1-5 Link Here
1
bin/crystal
1
bin/crystal
2
%%BASH%%etc/bash_completion.d/_crystal.bash
2
etc/bash_completion.d/_crystal.bash
3
share/zsh/site-functions/_crystal
3
lib/crystal/VERSION
4
lib/crystal/VERSION
4
lib/crystal/annotations.cr
5
lib/crystal/annotations.cr
5
lib/crystal/array.cr
6
lib/crystal/array.cr
Lines 62-74 Link Here
62
lib/crystal/compiler/crystal/command/eval.cr
63
lib/crystal/compiler/crystal/command/eval.cr
63
lib/crystal/compiler/crystal/command/format.cr
64
lib/crystal/compiler/crystal/command/format.cr
64
lib/crystal/compiler/crystal/command/playground.cr
65
lib/crystal/compiler/crystal/command/playground.cr
66
lib/crystal/compiler/crystal/command/repl.cr
65
lib/crystal/compiler/crystal/command/spec.cr
67
lib/crystal/compiler/crystal/command/spec.cr
66
lib/crystal/compiler/crystal/compiler.cr
68
lib/crystal/compiler/crystal/compiler.cr
67
lib/crystal/compiler/crystal/config.cr
69
lib/crystal/compiler/crystal/config.cr
68
lib/crystal/compiler/crystal/crystal_path.cr
70
lib/crystal/compiler/crystal/crystal_path.cr
69
lib/crystal/compiler/crystal/error.cr
71
lib/crystal/compiler/crystal/error.cr
70
lib/crystal/compiler/crystal/exception.cr
72
lib/crystal/compiler/crystal/exception.cr
73
lib/crystal/compiler/crystal/ffi/call_interface.cr
74
lib/crystal/compiler/crystal/ffi/closure.cr
75
lib/crystal/compiler/crystal/ffi/ffi.cr
76
lib/crystal/compiler/crystal/ffi/lib_ffi.cr
77
lib/crystal/compiler/crystal/ffi/type.cr
71
lib/crystal/compiler/crystal/formatter.cr
78
lib/crystal/compiler/crystal/formatter.cr
79
lib/crystal/compiler/crystal/interpreter.cr
80
lib/crystal/compiler/crystal/interpreter/c.cr
81
lib/crystal/compiler/crystal/interpreter/cast.cr
82
lib/crystal/compiler/crystal/interpreter/class_vars.cr
83
lib/crystal/compiler/crystal/interpreter/closure.cr
84
lib/crystal/compiler/crystal/interpreter/compiled_block.cr
85
lib/crystal/compiler/crystal/interpreter/compiled_def.cr
86
lib/crystal/compiler/crystal/interpreter/compiled_instructions.cr
87
lib/crystal/compiler/crystal/interpreter/compiler.cr
88
lib/crystal/compiler/crystal/interpreter/constants.cr
89
lib/crystal/compiler/crystal/interpreter/context.cr
90
lib/crystal/compiler/crystal/interpreter/debug.cr
91
lib/crystal/compiler/crystal/interpreter/disassembler.cr
92
lib/crystal/compiler/crystal/interpreter/escaping_exception.cr
93
lib/crystal/compiler/crystal/interpreter/ffi_closure_context.cr
94
lib/crystal/compiler/crystal/interpreter/instruction.cr
95
lib/crystal/compiler/crystal/interpreter/instructions.cr
96
lib/crystal/compiler/crystal/interpreter/interpreter.cr
97
lib/crystal/compiler/crystal/interpreter/lib_function.cr
98
lib/crystal/compiler/crystal/interpreter/local_vars.cr
99
lib/crystal/compiler/crystal/interpreter/local_vars_gatherer.cr
100
lib/crystal/compiler/crystal/interpreter/multidispatch.cr
101
lib/crystal/compiler/crystal/interpreter/op_code.cr
102
lib/crystal/compiler/crystal/interpreter/primitives.cr
103
lib/crystal/compiler/crystal/interpreter/repl.cr
104
lib/crystal/compiler/crystal/interpreter/to_bool.cr
105
lib/crystal/compiler/crystal/interpreter/value.cr
106
lib/crystal/compiler/crystal/loader.cr
107
lib/crystal/compiler/crystal/loader/unix.cr
72
lib/crystal/compiler/crystal/macros.cr
108
lib/crystal/compiler/crystal/macros.cr
73
lib/crystal/compiler/crystal/macros/interpreter.cr
109
lib/crystal/compiler/crystal/macros/interpreter.cr
74
lib/crystal/compiler/crystal/macros/macros.cr
110
lib/crystal/compiler/crystal/macros/macros.cr
Lines 129-137 Link Here
129
lib/crystal/compiler/crystal/syntax/virtual_file.cr
165
lib/crystal/compiler/crystal/syntax/virtual_file.cr
130
lib/crystal/compiler/crystal/syntax/visitor.cr
166
lib/crystal/compiler/crystal/syntax/visitor.cr
131
lib/crystal/compiler/crystal/tools/context.cr
167
lib/crystal/compiler/crystal/tools/context.cr
168
lib/crystal/compiler/crystal/tools/doc.cr
132
lib/crystal/compiler/crystal/tools/doc/constant.cr
169
lib/crystal/compiler/crystal/tools/doc/constant.cr
133
lib/crystal/compiler/crystal/tools/doc/generator.cr
170
lib/crystal/compiler/crystal/tools/doc/generator.cr
134
lib/crystal/compiler/crystal/tools/doc/highlighter.cr
171
lib/crystal/compiler/crystal/tools/doc/html/404.html
135
lib/crystal/compiler/crystal/tools/doc/html/_head.html
172
lib/crystal/compiler/crystal/tools/doc/html/_head.html
136
lib/crystal/compiler/crystal/tools/doc/html/_list_items.html
173
lib/crystal/compiler/crystal/tools/doc/html/_list_items.html
137
lib/crystal/compiler/crystal/tools/doc/html/_method_detail.html
174
lib/crystal/compiler/crystal/tools/doc/html/_method_detail.html
Lines 171-176 Link Here
171
lib/crystal/compiler/crystal/tools/init/template/readme.md.ecr
208
lib/crystal/compiler/crystal/tools/init/template/readme.md.ecr
172
lib/crystal/compiler/crystal/tools/init/template/shard.yml.ecr
209
lib/crystal/compiler/crystal/tools/init/template/shard.yml.ecr
173
lib/crystal/compiler/crystal/tools/init/template/spec_helper.cr.ecr
210
lib/crystal/compiler/crystal/tools/init/template/spec_helper.cr.ecr
211
lib/crystal/compiler/crystal/tools/playground.cr
174
lib/crystal/compiler/crystal/tools/playground/agent.cr
212
lib/crystal/compiler/crystal/tools/playground/agent.cr
175
lib/crystal/compiler/crystal/tools/playground/agent_instrumentor_transformer.cr
213
lib/crystal/compiler/crystal/tools/playground/agent_instrumentor_transformer.cr
176
lib/crystal/compiler/crystal/tools/playground/public/application.css
214
lib/crystal/compiler/crystal/tools/playground/public/application.css
Lines 206-211 Link Here
206
lib/crystal/compiler/crystal/tools/typed_def_processor.cr
244
lib/crystal/compiler/crystal/tools/typed_def_processor.cr
207
lib/crystal/compiler/crystal/types.cr
245
lib/crystal/compiler/crystal/types.cr
208
lib/crystal/compiler/crystal/util.cr
246
lib/crystal/compiler/crystal/util.cr
247
lib/crystal/compiler/requires.cr
209
lib/crystal/complex.cr
248
lib/crystal/complex.cr
210
lib/crystal/compress/deflate/deflate.cr
249
lib/crystal/compress/deflate/deflate.cr
211
lib/crystal/compress/deflate/reader.cr
250
lib/crystal/compress/deflate/reader.cr
Lines 235-241 Link Here
235
lib/crystal/crystal/at_exit_handlers.cr
274
lib/crystal/crystal/at_exit_handlers.cr
236
lib/crystal/crystal/compiler_rt.cr
275
lib/crystal/crystal/compiler_rt.cr
237
lib/crystal/crystal/compiler_rt/divmod128.cr
276
lib/crystal/crystal/compiler_rt/divmod128.cr
277
lib/crystal/crystal/compiler_rt/fixint.cr
278
lib/crystal/crystal/compiler_rt/float.cr
238
lib/crystal/crystal/compiler_rt/mul.cr
279
lib/crystal/crystal/compiler_rt/mul.cr
280
lib/crystal/crystal/compiler_rt/multi3.cr
239
lib/crystal/crystal/datum.cr
281
lib/crystal/crystal/datum.cr
240
lib/crystal/crystal/digest/md5.cr
282
lib/crystal/crystal/digest/md5.cr
241
lib/crystal/crystal/digest/sha1.cr
283
lib/crystal/crystal/digest/sha1.cr
Lines 248-253 Link Here
248
lib/crystal/crystal/fiber_channel.cr
290
lib/crystal/crystal/fiber_channel.cr
249
lib/crystal/crystal/hasher.cr
291
lib/crystal/crystal/hasher.cr
250
lib/crystal/crystal/iconv.cr
292
lib/crystal/crystal/iconv.cr
293
lib/crystal/crystal/interpreter.cr
294
lib/crystal/crystal/lib_iconv.cr
251
lib/crystal/crystal/mach_o.cr
295
lib/crystal/crystal/mach_o.cr
252
lib/crystal/crystal/main.cr
296
lib/crystal/crystal/main.cr
253
lib/crystal/crystal/once.cr
297
lib/crystal/crystal/once.cr
Lines 255-260 Link Here
255
lib/crystal/crystal/rw_lock.cr
299
lib/crystal/crystal/rw_lock.cr
256
lib/crystal/crystal/scheduler.cr
300
lib/crystal/crystal/scheduler.cr
257
lib/crystal/crystal/spin_lock.cr
301
lib/crystal/crystal/spin_lock.cr
302
lib/crystal/crystal/syntax_highlighter.cr
303
lib/crystal/crystal/syntax_highlighter/colorize.cr
304
lib/crystal/crystal/syntax_highlighter/html.cr
258
lib/crystal/crystal/system.cr
305
lib/crystal/crystal/system.cr
259
lib/crystal/crystal/system/dir.cr
306
lib/crystal/crystal/system/dir.cr
260
lib/crystal/crystal/system/env.cr
307
lib/crystal/crystal/system/env.cr
Lines 265-270 Link Here
265
lib/crystal/crystal/system/file_info.cr
312
lib/crystal/crystal/system/file_info.cr
266
lib/crystal/crystal/system/group.cr
313
lib/crystal/crystal/system/group.cr
267
lib/crystal/crystal/system/mime.cr
314
lib/crystal/crystal/system/mime.cr
315
lib/crystal/crystal/system/path.cr
268
lib/crystal/crystal/system/print_error.cr
316
lib/crystal/crystal/system/print_error.cr
269
lib/crystal/crystal/system/process.cr
317
lib/crystal/crystal/system/process.cr
270
lib/crystal/crystal/system/random.cr
318
lib/crystal/crystal/system/random.cr
Lines 288-298 Link Here
288
lib/crystal/crystal/system/unix/hostname.cr
336
lib/crystal/crystal/system/unix/hostname.cr
289
lib/crystal/crystal/system/unix/lib_event2.cr
337
lib/crystal/crystal/system/unix/lib_event2.cr
290
lib/crystal/crystal/system/unix/mime.cr
338
lib/crystal/crystal/system/unix/mime.cr
339
lib/crystal/crystal/system/unix/path.cr
291
lib/crystal/crystal/system/unix/process.cr
340
lib/crystal/crystal/system/unix/process.cr
292
lib/crystal/crystal/system/unix/pthread.cr
341
lib/crystal/crystal/system/unix/pthread.cr
293
lib/crystal/crystal/system/unix/pthread_condition_variable.cr
342
lib/crystal/crystal/system/unix/pthread_condition_variable.cr
294
lib/crystal/crystal/system/unix/pthread_mutex.cr
343
lib/crystal/crystal/system/unix/pthread_mutex.cr
295
lib/crystal/crystal/system/unix/socket.cr
344
lib/crystal/crystal/system/unix/socket.cr
345
lib/crystal/crystal/system/unix/syscall.cr
296
lib/crystal/crystal/system/unix/sysconf_cpucount.cr
346
lib/crystal/crystal/system/unix/sysconf_cpucount.cr
297
lib/crystal/crystal/system/unix/sysctl_cpucount.cr
347
lib/crystal/crystal/system/unix/sysctl_cpucount.cr
298
lib/crystal/crystal/system/unix/time.cr
348
lib/crystal/crystal/system/unix/time.cr
Lines 309-321 Link Here
309
lib/crystal/crystal/system/win32/file_info.cr
359
lib/crystal/crystal/system/win32/file_info.cr
310
lib/crystal/crystal/system/win32/hostname.cr
360
lib/crystal/crystal/system/win32/hostname.cr
311
lib/crystal/crystal/system/win32/mime.cr
361
lib/crystal/crystal/system/win32/mime.cr
362
lib/crystal/crystal/system/win32/path.cr
312
lib/crystal/crystal/system/win32/process.cr
363
lib/crystal/crystal/system/win32/process.cr
313
lib/crystal/crystal/system/win32/random.cr
364
lib/crystal/crystal/system/win32/random.cr
314
lib/crystal/crystal/system/win32/socket.cr
365
lib/crystal/crystal/system/win32/socket.cr
315
lib/crystal/crystal/system/win32/thread.cr
366
lib/crystal/crystal/system/win32/thread.cr
316
lib/crystal/crystal/system/win32/thread_mutex.cr
367
lib/crystal/crystal/system/win32/thread_mutex.cr
317
lib/crystal/crystal/system/win32/time.cr
368
lib/crystal/crystal/system/win32/time.cr
369
lib/crystal/crystal/system/win32/visual_studio.cr
318
lib/crystal/crystal/system/win32/windows_registry.cr
370
lib/crystal/crystal/system/win32/windows_registry.cr
371
lib/crystal/crystal/system/win32/windows_sdk.cr
372
lib/crystal/crystal/system/win32/wmain.cr
319
lib/crystal/crystal/system/win32/zone_names.cr
373
lib/crystal/crystal/system/win32/zone_names.cr
320
lib/crystal/crystal/system/windows.cr
374
lib/crystal/crystal/system/windows.cr
321
lib/crystal/crystal/thread_local_value.cr
375
lib/crystal/crystal/thread_local_value.cr
Lines 355-369 Link Here
355
lib/crystal/exception/call_stack.cr
409
lib/crystal/exception/call_stack.cr
356
lib/crystal/exception/call_stack/dwarf.cr
410
lib/crystal/exception/call_stack/dwarf.cr
357
lib/crystal/exception/call_stack/elf.cr
411
lib/crystal/exception/call_stack/elf.cr
412
lib/crystal/exception/call_stack/interpreter.cr
358
lib/crystal/exception/call_stack/libunwind.cr
413
lib/crystal/exception/call_stack/libunwind.cr
359
lib/crystal/exception/call_stack/mach_o.cr
414
lib/crystal/exception/call_stack/mach_o.cr
360
lib/crystal/exception/call_stack/null.cr
415
lib/crystal/exception/call_stack/null.cr
416
lib/crystal/exception/call_stack/stackwalk.cr
361
lib/crystal/exception/lib_unwind.cr
417
lib/crystal/exception/lib_unwind.cr
362
lib/crystal/fiber.cr
418
lib/crystal/fiber.cr
363
lib/crystal/fiber/context.cr
419
lib/crystal/fiber/context.cr
364
lib/crystal/fiber/context/aarch64.cr
420
lib/crystal/fiber/context/aarch64.cr
365
lib/crystal/fiber/context/arm.cr
421
lib/crystal/fiber/context/arm.cr
366
lib/crystal/fiber/context/i386.cr
422
lib/crystal/fiber/context/i386.cr
423
lib/crystal/fiber/context/interpreted.cr
367
lib/crystal/fiber/context/x86_64-microsoft.cr
424
lib/crystal/fiber/context/x86_64-microsoft.cr
368
lib/crystal/fiber/context/x86_64-sysv.cr
425
lib/crystal/fiber/context/x86_64-sysv.cr
369
lib/crystal/fiber/stack_pool.cr
426
lib/crystal/fiber/stack_pool.cr
Lines 427-432 Link Here
427
lib/crystal/io/console.cr
484
lib/crystal/io/console.cr
428
lib/crystal/io/delimited.cr
485
lib/crystal/io/delimited.cr
429
lib/crystal/io/encoding.cr
486
lib/crystal/io/encoding.cr
487
lib/crystal/io/encoding_stubs.cr
430
lib/crystal/io/error.cr
488
lib/crystal/io/error.cr
431
lib/crystal/io/evented.cr
489
lib/crystal/io/evented.cr
432
lib/crystal/io/file_descriptor.cr
490
lib/crystal/io/file_descriptor.cr
Lines 516-522 Link Here
516
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/select.cr
574
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/select.cr
517
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/socket.cr
575
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/socket.cr
518
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/stat.cr
576
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/stat.cr
519
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/syscall.cr
520
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/time.cr
577
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/time.cr
521
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/types.cr
578
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/types.cr
522
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/un.cr
579
lib/crystal/lib_c/aarch64-linux-gnu/c/sys/un.cr
Lines 552-558 Link Here
552
lib/crystal/lib_c/aarch64-linux-musl/c/sys/select.cr
609
lib/crystal/lib_c/aarch64-linux-musl/c/sys/select.cr
553
lib/crystal/lib_c/aarch64-linux-musl/c/sys/socket.cr
610
lib/crystal/lib_c/aarch64-linux-musl/c/sys/socket.cr
554
lib/crystal/lib_c/aarch64-linux-musl/c/sys/stat.cr
611
lib/crystal/lib_c/aarch64-linux-musl/c/sys/stat.cr
555
lib/crystal/lib_c/aarch64-linux-musl/c/sys/syscall.cr
556
lib/crystal/lib_c/aarch64-linux-musl/c/sys/time.cr
612
lib/crystal/lib_c/aarch64-linux-musl/c/sys/time.cr
557
lib/crystal/lib_c/aarch64-linux-musl/c/sys/types.cr
613
lib/crystal/lib_c/aarch64-linux-musl/c/sys/types.cr
558
lib/crystal/lib_c/aarch64-linux-musl/c/sys/un.cr
614
lib/crystal/lib_c/aarch64-linux-musl/c/sys/un.cr
Lines 590-596 Link Here
590
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/select.cr
646
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/select.cr
591
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/socket.cr
647
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/socket.cr
592
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/stat.cr
648
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/stat.cr
593
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/syscall.cr
594
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/time.cr
649
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/time.cr
595
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/types.cr
650
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/types.cr
596
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/un.cr
651
lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/un.cr
Lines 626-632 Link Here
626
lib/crystal/lib_c/i386-linux-gnu/c/sys/select.cr
681
lib/crystal/lib_c/i386-linux-gnu/c/sys/select.cr
627
lib/crystal/lib_c/i386-linux-gnu/c/sys/socket.cr
682
lib/crystal/lib_c/i386-linux-gnu/c/sys/socket.cr
628
lib/crystal/lib_c/i386-linux-gnu/c/sys/stat.cr
683
lib/crystal/lib_c/i386-linux-gnu/c/sys/stat.cr
629
lib/crystal/lib_c/i386-linux-gnu/c/sys/syscall.cr
630
lib/crystal/lib_c/i386-linux-gnu/c/sys/time.cr
684
lib/crystal/lib_c/i386-linux-gnu/c/sys/time.cr
631
lib/crystal/lib_c/i386-linux-gnu/c/sys/types.cr
685
lib/crystal/lib_c/i386-linux-gnu/c/sys/types.cr
632
lib/crystal/lib_c/i386-linux-gnu/c/sys/un.cr
686
lib/crystal/lib_c/i386-linux-gnu/c/sys/un.cr
Lines 662-668 Link Here
662
lib/crystal/lib_c/i386-linux-musl/c/sys/select.cr
716
lib/crystal/lib_c/i386-linux-musl/c/sys/select.cr
663
lib/crystal/lib_c/i386-linux-musl/c/sys/socket.cr
717
lib/crystal/lib_c/i386-linux-musl/c/sys/socket.cr
664
lib/crystal/lib_c/i386-linux-musl/c/sys/stat.cr
718
lib/crystal/lib_c/i386-linux-musl/c/sys/stat.cr
665
lib/crystal/lib_c/i386-linux-musl/c/sys/syscall.cr
666
lib/crystal/lib_c/i386-linux-musl/c/sys/time.cr
719
lib/crystal/lib_c/i386-linux-musl/c/sys/time.cr
667
lib/crystal/lib_c/i386-linux-musl/c/sys/types.cr
720
lib/crystal/lib_c/i386-linux-musl/c/sys/types.cr
668
lib/crystal/lib_c/i386-linux-musl/c/sys/un.cr
721
lib/crystal/lib_c/i386-linux-musl/c/sys/un.cr
Lines 806-812 Link Here
806
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/select.cr
859
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/select.cr
807
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/socket.cr
860
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/socket.cr
808
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/stat.cr
861
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/stat.cr
809
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/syscall.cr
810
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/time.cr
862
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/time.cr
811
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/types.cr
863
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/types.cr
812
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/un.cr
864
lib/crystal/lib_c/x86_64-linux-gnu/c/sys/un.cr
Lines 842-848 Link Here
842
lib/crystal/lib_c/x86_64-linux-musl/c/sys/select.cr
894
lib/crystal/lib_c/x86_64-linux-musl/c/sys/select.cr
843
lib/crystal/lib_c/x86_64-linux-musl/c/sys/socket.cr
895
lib/crystal/lib_c/x86_64-linux-musl/c/sys/socket.cr
844
lib/crystal/lib_c/x86_64-linux-musl/c/sys/stat.cr
896
lib/crystal/lib_c/x86_64-linux-musl/c/sys/stat.cr
845
lib/crystal/lib_c/x86_64-linux-musl/c/sys/syscall.cr
846
lib/crystal/lib_c/x86_64-linux-musl/c/sys/time.cr
897
lib/crystal/lib_c/x86_64-linux-musl/c/sys/time.cr
847
lib/crystal/lib_c/x86_64-linux-musl/c/sys/types.cr
898
lib/crystal/lib_c/x86_64-linux-musl/c/sys/types.cr
848
lib/crystal/lib_c/x86_64-linux-musl/c/sys/un.cr
899
lib/crystal/lib_c/x86_64-linux-musl/c/sys/un.cr
Lines 927-934 Link Here
927
lib/crystal/lib_c/x86_64-unknown-freebsd
978
lib/crystal/lib_c/x86_64-unknown-freebsd
928
lib/crystal/lib_c/x86_64-windows-msvc/c/afunix.cr
979
lib/crystal/lib_c/x86_64-windows-msvc/c/afunix.cr
929
lib/crystal/lib_c/x86_64-windows-msvc/c/basetsd.cr
980
lib/crystal/lib_c/x86_64-windows-msvc/c/basetsd.cr
981
lib/crystal/lib_c/x86_64-windows-msvc/c/combaseapi.cr
930
lib/crystal/lib_c/x86_64-windows-msvc/c/consoleapi.cr
982
lib/crystal/lib_c/x86_64-windows-msvc/c/consoleapi.cr
983
lib/crystal/lib_c/x86_64-windows-msvc/c/consoleapi2.cr
931
lib/crystal/lib_c/x86_64-windows-msvc/c/corecrt.cr
984
lib/crystal/lib_c/x86_64-windows-msvc/c/corecrt.cr
985
lib/crystal/lib_c/x86_64-windows-msvc/c/dbghelp.cr
932
lib/crystal/lib_c/x86_64-windows-msvc/c/direct.cr
986
lib/crystal/lib_c/x86_64-windows-msvc/c/direct.cr
933
lib/crystal/lib_c/x86_64-windows-msvc/c/errhandlingapi.cr
987
lib/crystal/lib_c/x86_64-windows-msvc/c/errhandlingapi.cr
934
lib/crystal/lib_c/x86_64-windows-msvc/c/errno.cr
988
lib/crystal/lib_c/x86_64-windows-msvc/c/errno.cr
Lines 941-946 Link Here
941
lib/crystal/lib_c/x86_64-windows-msvc/c/int_safe.cr
995
lib/crystal/lib_c/x86_64-windows-msvc/c/int_safe.cr
942
lib/crystal/lib_c/x86_64-windows-msvc/c/io.cr
996
lib/crystal/lib_c/x86_64-windows-msvc/c/io.cr
943
lib/crystal/lib_c/x86_64-windows-msvc/c/ioapiset.cr
997
lib/crystal/lib_c/x86_64-windows-msvc/c/ioapiset.cr
998
lib/crystal/lib_c/x86_64-windows-msvc/c/knownfolders.cr
944
lib/crystal/lib_c/x86_64-windows-msvc/c/libloaderapi.cr
999
lib/crystal/lib_c/x86_64-windows-msvc/c/libloaderapi.cr
945
lib/crystal/lib_c/x86_64-windows-msvc/c/memoryapi.cr
1000
lib/crystal/lib_c/x86_64-windows-msvc/c/memoryapi.cr
946
lib/crystal/lib_c/x86_64-windows-msvc/c/minwinbase.cr
1001
lib/crystal/lib_c/x86_64-windows-msvc/c/minwinbase.cr
Lines 950-961 Link Here
950
lib/crystal/lib_c/x86_64-windows-msvc/c/processthreadsapi.cr
1005
lib/crystal/lib_c/x86_64-windows-msvc/c/processthreadsapi.cr
951
lib/crystal/lib_c/x86_64-windows-msvc/c/profileapi.cr
1006
lib/crystal/lib_c/x86_64-windows-msvc/c/profileapi.cr
952
lib/crystal/lib_c/x86_64-windows-msvc/c/regapix.cr
1007
lib/crystal/lib_c/x86_64-windows-msvc/c/regapix.cr
1008
lib/crystal/lib_c/x86_64-windows-msvc/c/shlobj_core.cr
953
lib/crystal/lib_c/x86_64-windows-msvc/c/stdarg.cr
1009
lib/crystal/lib_c/x86_64-windows-msvc/c/stdarg.cr
954
lib/crystal/lib_c/x86_64-windows-msvc/c/stddef.cr
1010
lib/crystal/lib_c/x86_64-windows-msvc/c/stddef.cr
955
lib/crystal/lib_c/x86_64-windows-msvc/c/stdint.cr
1011
lib/crystal/lib_c/x86_64-windows-msvc/c/stdint.cr
956
lib/crystal/lib_c/x86_64-windows-msvc/c/stdio.cr
1012
lib/crystal/lib_c/x86_64-windows-msvc/c/stdio.cr
957
lib/crystal/lib_c/x86_64-windows-msvc/c/stdlib.cr
1013
lib/crystal/lib_c/x86_64-windows-msvc/c/stdlib.cr
958
lib/crystal/lib_c/x86_64-windows-msvc/c/string.cr
1014
lib/crystal/lib_c/x86_64-windows-msvc/c/string.cr
1015
lib/crystal/lib_c/x86_64-windows-msvc/c/stringapiset.cr
959
lib/crystal/lib_c/x86_64-windows-msvc/c/synchapi.cr
1016
lib/crystal/lib_c/x86_64-windows-msvc/c/synchapi.cr
960
lib/crystal/lib_c/x86_64-windows-msvc/c/sys/stat.cr
1017
lib/crystal/lib_c/x86_64-windows-msvc/c/sys/stat.cr
961
lib/crystal/lib_c/x86_64-windows-msvc/c/sys/types.cr
1018
lib/crystal/lib_c/x86_64-windows-msvc/c/sys/types.cr
Lines 965-970 Link Here
965
lib/crystal/lib_c/x86_64-windows-msvc/c/win_def.cr
1022
lib/crystal/lib_c/x86_64-windows-msvc/c/win_def.cr
966
lib/crystal/lib_c/x86_64-windows-msvc/c/winbase.cr
1023
lib/crystal/lib_c/x86_64-windows-msvc/c/winbase.cr
967
lib/crystal/lib_c/x86_64-windows-msvc/c/windows.cr
1024
lib/crystal/lib_c/x86_64-windows-msvc/c/windows.cr
1025
lib/crystal/lib_c/x86_64-windows-msvc/c/winnls.cr
968
lib/crystal/lib_c/x86_64-windows-msvc/c/winnt.cr
1026
lib/crystal/lib_c/x86_64-windows-msvc/c/winnt.cr
969
lib/crystal/lib_c/x86_64-windows-msvc/c/winreg.cr
1027
lib/crystal/lib_c/x86_64-windows-msvc/c/winreg.cr
970
lib/crystal/lib_c/x86_64-windows-msvc/c/winsock2.cr
1028
lib/crystal/lib_c/x86_64-windows-msvc/c/winsock2.cr
Lines 1139-1149 Link Here
1139
lib/crystal/string.cr
1197
lib/crystal/string.cr
1140
lib/crystal/string/builder.cr
1198
lib/crystal/string/builder.cr
1141
lib/crystal/string/formatter.cr
1199
lib/crystal/string/formatter.cr
1200
lib/crystal/string/grapheme.cr
1201
lib/crystal/string/grapheme/grapheme.cr
1202
lib/crystal/string/grapheme/properties.cr
1142
lib/crystal/string/utf16.cr
1203
lib/crystal/string/utf16.cr
1143
lib/crystal/string_pool.cr
1204
lib/crystal/string_pool.cr
1144
lib/crystal/string_scanner.cr
1205
lib/crystal/string_scanner.cr
1145
lib/crystal/struct.cr
1206
lib/crystal/struct.cr
1146
lib/crystal/symbol.cr
1207
lib/crystal/symbol.cr
1208
lib/crystal/syscall.cr
1209
lib/crystal/syscall/aarch64-linux.cr
1210
lib/crystal/syscall/arm-linux.cr
1211
lib/crystal/syscall/i386-linux.cr
1212
lib/crystal/syscall/x86_64-linux.cr
1147
lib/crystal/system.cr
1213
lib/crystal/system.cr
1148
lib/crystal/system/group.cr
1214
lib/crystal/system/group.cr
1149
lib/crystal/system/user.cr
1215
lib/crystal/system/user.cr
Lines 1216-1219 Link Here
1216
lib/crystal/yaml/serialization.cr
1282
lib/crystal/yaml/serialization.cr
1217
lib/crystal/yaml/to_yaml.cr
1283
lib/crystal/yaml/to_yaml.cr
1218
man/man1/crystal.1.gz
1284
man/man1/crystal.1.gz
1219
%%ZSH%%share/zsh/site-functions/_crystal

Return to bug 262581