1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Sutou Kouhei e40fa6c480
[DOC] socket: fix wrong sample addresses (#6372)
IPv6 link local address is fe80::/10 not ff80::/10:

https://www.rfc-editor.org/rfc/rfc4291.html

    Link-Local unicast   1111111010           FE80::/10       2.5.6

IPv6 (deprecated) site local address is fec0::/10 not ffc0::/10:

https://www.rfc-editor.org/rfc/rfc3513.html

    Site-local unicast   1111111011           FEC0::/10       2.5.6
2022-09-20 16:09:42 +09:00
..
-test- [Bug #18964] Update the code range of appended portion 2022-08-18 14:57:08 +09:00
bigdecimal [ruby/bigdecimal] Remove symbol defs in missing.h for old Rubies 2022-09-19 23:40:49 +09:00
cgi/escape [ruby/cgi] Implement CGI.url_encode and CGI.url_decode 2022-08-16 19:12:03 +09:00
continuation
coverage
date [ruby/date] [DOC] Enhanced intro for Date (https://github.com/ruby/date/pull/72) 2022-08-15 22:16:23 +09:00
digest
etc
fcntl
fiddle [ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle/pull/110) 2022-09-11 15:30:49 +09:00
io
json
monitor
nkf
objspace
openssl
pathname
psych [ruby/psych] Convert some of Parser#parse to Ruby 2022-09-20 00:44:30 +09:00
pty ext/pty/extconf.rb: Try libutil only on OpenBSD 2022-08-18 12:46:24 +09:00
racc/cparse
rbconfig/sizeof
readline
ripper Process token IDs from id.def without id.h 2022-09-08 18:22:47 +09:00
rubyvm
socket [DOC] socket: fix wrong sample addresses (#6372) 2022-09-20 16:09:42 +09:00
stringio
strscan
syslog
win32
win32ole
zlib
.document
extmk.rb Quiet if the target is already linked the same source 2022-09-20 12:54:08 +09:00
Setup
Setup.atheos
Setup.nt