summaryrefslogtreecommitdiff
path: root/include/ruby/encoding.h
AgeCommit message (Expand)Author
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
2011-04-26* io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu
2011-04-26* include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add.nobu
2011-04-05* include/ruby/encoding.h: parenthesize macro arguments.akr
2011-02-03* include/ruby/encoding.h (rb_enc_step_back): cast 4th argument 'n'naruse
2011-01-30* include/ruby/encoding.h (rb_enc_step_back): new function to stepnobu
2010-10-12* numeric.c (rb_enc_uint_chr): split from int_chr.naruse
2010-08-11* include/ruby/encoding.h (rb_char_to_option_kcode): used innobu
2010-07-21* configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu
2010-05-27* include/ruby/encoding.h (rb_filesystem_encindex): defined.naruse
2010-05-25* include/ruby/vm.h, include/ruby/encoding.h: add externalnobu
2010-03-16* include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype.nobu
2010-03-16* include/ruby/encoding.h (ENC_TO_ENCINDEX): suppress warnings.nobu
2009-09-29* encoding.c (rb_enc_unicode_p): defined.naruse
2009-09-14* debug.c, parse.y: fixed types.nobu
2009-05-20* encoding.c (rb_enc_fast_mbclen): faster mbclen for strings knownmatz
2009-05-19* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz
2009-05-07* string.c, include/ruby/encoding.h: fixed types.nobu
2009-03-15* include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu