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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
encoding.c
Age
Commit message (
Expand
)
Author
2018-09-15
encoding.c: check external encoding
nobu
2018-08-03
encoding.c (rb_enc_get_index): return -1 for non-encoding capable objects
eregon
2018-08-03
Revert "encoding.c (rb_enc_get_index): return -1 for non-encoding capable obj...
eregon
2018-08-03
encoding.c (rb_enc_get_index): return -1 for non-encoding capable objects
eregon
2018-08-03
encoding.c (enc_set_index): raise instead of rb_bug() for non-encoding capabl...
eregon
2018-06-28
check enc_capable.
ko1
2018-06-05
encoding.c: remove rb_gc_mark_encodings
normal
2018-01-24
load.c: use fstring instead of OBJ_FREEZE
normal
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2017-12-22
encoding.c: rb_enc_find_index2
nobu
2016-12-14
encoding.c: handle needmore error from rb_enc_precise_mbclen()
rhe
2016-07-05
* string.c (rb_str_change_terminator_length): New function to change
ngoto
2016-04-25
* encoding.c: Fix return value of `Encoding::ISO8859_1.name`
hsbt
2016-03-29
* include/ruby/ruby.h (rb_isupper, rb_islower, rb_isalpha, rb_isdigit,
naruse
2016-01-22
RUBY_ASSERT
nobu
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-02
encoding.c: make fstring
nobu
2015-12-02
encoding.c: defer finding encoding
nobu
2015-12-02
encoding.c: use rb_check_arity
nobu
2015-10-29
ENC_ASSERT
nobu
2015-10-29
indent
nobu
2015-10-29
* encoding.c (rb_enc_check_str): add for performance.
ko1
2015-10-29
revert r52336 (commit miss)
ko1
2015-10-29
* gc.c (gc_mark_ptr): remove debug code for #11244.
ko1
2015-09-15
encindex.h: ENCINDEX
nobu
2015-09-07
localeinit.c: locale_charmap rdoc [ci skip]
nobu
2015-08-30
encoding.c: fix document [ci skip]
nobu
2015-08-24
encoding.c: find encoding index
nobu
2015-07-15
encoding.c: drop dummy encoding flag
nobu
2015-02-16
use rb_funcallv
nobu
2014-12-03
encoding.c: load by rb_require_internal
nobu
2014-12-01
use 0 for reserved
nobu
2014-11-28
* encoding.c: remove unnecessary declaration of rb_locale_charmap(). it's
usa
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-03
encoding.c (enc_memsize): remove unnecessary function
normal
2014-07-28
symbols instead of IDs
nobu
2014-06-20
encoding.c: fix rdoc [ci skip]
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
2014-04-09
encoding.c: fix rdoc of `__FILE__`
nobu
2014-03-26
parse.y: set encoding
nobu
2014-03-26
encoding.c: fix encoding of dynsym
nobu
2014-03-26
encoding.c: enc_capable symbol
nobu
2014-01-15
string.c: use actual encodings
nobu
2013-12-30
encoding.c: mask dummy flags
nobu
2013-12-10
* doc/contributing.rdoc: [DOC] curses is no more in the stdlib
a_matsuda
2013-10-29
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-21
encoding.c: preserve outer errinfo
nobu
[next]