index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ruby
/
encoding.h
Age
Commit message (
Expand
)
Author
2021-10-05
split include/ruby/encoding.h
卜部昌平
2021-09-10
forgot to delete a redundant comment
卜部昌平
2021-09-10
include/ruby/encoding.h: add doxygen
卜部昌平
2021-07-15
rb_interned_id_p: does not exist
卜部昌平
2021-07-15
rb_enc_casefold: does not exist
卜部昌平
2020-11-17
Expose the rb_interned_str_* family of functions
Jean Boussier
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s/RUBY3/RBIMPL/g
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-26
re-add io.h and encoding.h into internal.h
卜部昌平
2018-06-28
rb_enc_alias
nobu
2018-06-28
check enc_capable.
ko1
2018-01-09
Include ruby/{io,encoding}.h before internal.h
kazu
2016-10-23
encoding.h: include ruby/ruby.h
nobu
2016-05-20
Use RB_GNUC_EXTENSION_BLOCK instead of __extension__
ngoto
2016-05-12
Use HAVE_BUILTIN___BUILTIN_CONSTANT_P
naruse
2016-05-08
* configure.in: check function attirbute const and pure,
naruse
2016-02-04
encoding.h: rb_enc_asciicompat_inline
nobu
2015-09-13
ruby.h: add prefix
nobu
2015-07-17
encoding.h: ENC_CODERANGE_CLEAN_P
nobu
2014-09-19
string.c: rb_str_new_static
nobu
2014-08-03
make symbol conversion functions public
nobu
2014-06-02
encoding.c: move ruby_encoding_index stuff
nobu
2014-06-02
encoding.h: constify rb_encoding
nobu
2014-06-01
constify rb_encoding and OnigEncoding
nobu
2013-09-06
transcode.c: add rb_econv_append
nobu
2013-09-03
string.c: rb_enc_str_new_cstr
nobu
2013-08-30
encoding.h: fix conflicts
nobu
2013-08-11
* include/ruby/encoding.h: Reduce ENCODING_INLINE_MAX to 127 as this
charliesome
2013-08-05
* include/ruby/encoding.h: document which user flags are used by
charliesome
2013-07-20
encoding.c: add rb_enc_code_to_mbclen
nobu
2013-07-02
encoding.c: validate index
nobu
2013-04-05
defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}
nobu
2012-04-11
* parse.y (rb_check_id_cstr): new function to check if ID is
nobu
2012-04-10
* error.c (rb_enc_raise): new function to raise an exception with
nobu
2012-03-12
* encoding.c (rb_find_encoding): new function find encoding from
nobu
2012-01-25
* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
nobu
2011-12-04
Introduce 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 newline
nobu
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 step
nobu
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 in
nobu
2010-07-21
* configure.in (XCFLAGS): use -fvisibility=hidden if possible.
nobu
2010-05-27
* include/ruby/encoding.h (rb_filesystem_encindex): defined.
naruse
[next]