summaryrefslogtreecommitdiff
path: root/test/socket
diff options
context:
space:
mode:
Diffstat (limited to 'test/socket')
0 files changed, 0 insertions, 0 deletions
9:24:08 +0900'>2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平 2020-05-11sed -i s/RUBY3/RBIMPL/g卜部昌平 2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平 2020-04-13add #include guard hack卜部昌平 2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平 2019-12-26re-add io.h and encoding.h into internal.h卜部昌平 2018-06-28rb_enc_aliasnobu 2018-06-28check enc_capable.ko1 2018-01-09Include ruby/{io,encoding}.h before internal.hkazu 2016-10-23encoding.h: include ruby/ruby.hnobu 2016-05-20Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto 2016-05-12Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pnaruse 2016-05-08* configure.in: check function attirbute const and pure,naruse 2016-02-04encoding.h: rb_enc_asciicompat_inlinenobu 2015-09-13ruby.h: add prefixnobu 2015-07-17encoding.h: ENC_CODERANGE_CLEAN_Pnobu 2014-09-19string.c: rb_str_new_staticnobu 2014-08-03make symbol conversion functions publicnobu 2014-06-02encoding.c: move ruby_encoding_index stuffnobu 2014-06-02encoding.h: constify rb_encodingnobu 2014-06-01constify rb_encoding and OnigEncodingnobu 2013-09-06transcode.c: add rb_econv_appendnobu 2013-09-03string.c: rb_enc_str_new_cstrnobu 2013-08-30encoding.h: fix conflictsnobu 2013-08-11* include/ruby/encoding.h: Reduce ENCODING_INLINE_MAX to 127 as thischarliesome 2013-08-05* include/ruby/encoding.h: document which user flags are used bycharliesome 2013-07-20encoding.c: add rb_enc_code_to_mbclennobu 2013-07-02encoding.c: validate indexnobu 2013-04-05defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu 2012-04-11* parse.y (rb_check_id_cstr): new function to check if ID isnobu 2012-04-10* error.c (rb_enc_raise): new function to raise an exception withnobu 2012-03-12* encoding.c (rb_find_encoding): new function find encoding fromnobu 2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu 2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena 2011-11-07* include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa