aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
Commit message (Expand)AuthorAgeFilesLines
* encoding.c: check external encodingnobu2018-09-151-1/+1
* encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon2018-08-031-8/+10
* Revert "encoding.c (rb_enc_get_index): return -1 for non-encoding capable obj...eregon2018-08-031-10/+8
* encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon2018-08-031-8/+10
* encoding.c (enc_set_index): raise instead of rb_bug() for non-encoding capabl...eregon2018-08-031-1/+3
* check enc_capable.ko12018-06-281-0/+8
* encoding.c: remove rb_gc_mark_encodingsnormal2018-06-051-5/+0
* load.c: use fstring instead of OBJ_FREEZEnormal2018-01-241-5/+3
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-0/+1
* encoding.c: rb_enc_find_index2nobu2017-12-221-0/+11
* encoding.c: handle needmore error from rb_enc_precise_mbclen()rhe2016-12-141-1/+2
* * string.c (rb_str_change_terminator_length): New function to changengoto2016-07-051-2/+2
* * encoding.c: Fix return value of `Encoding::ISO8859_1.name`hsbt2016-04-251-1/+1
* * include/ruby/ruby.h (rb_isupper, rb_islower, rb_isalpha, rb_isdigit,naruse2016-03-291-28/+0
* RUBY_ASSERTnobu2016-01-221-1/+1
* * introduce new ISeq binary format serializer/de-serializerko12015-12-081-0/+6
* encoding.c: make fstringnobu2015-12-021-5/+3
* encoding.c: defer finding encodingnobu2015-12-021-1/+18
* encoding.c: use rb_check_aritynobu2015-12-021-1/+1
* ENC_ASSERTnobu2015-10-291-4/+3
* indentnobu2015-10-291-5/+5
* * encoding.c (rb_enc_check_str): add for performance.ko12015-10-291-28/+77
* revert r52336 (commit miss)ko12015-10-291-2/+10
* * gc.c (gc_mark_ptr): remove debug code for #11244.ko12015-10-291-10/+2
* encindex.h: ENCINDEXnobu2015-09-151-0/+1
* localeinit.c: locale_charmap rdoc [ci skip]nobu2015-09-071-26/+1
* encoding.c: fix document [ci skip]nobu2015-08-301-1/+1
* encoding.c: find encoding indexnobu2015-08-241-6/+4
* encoding.c: drop dummy encoding flagnobu2015-07-151-0/+1
* use rb_funcallvnobu2015-02-161-2/+2
* encoding.c: load by rb_require_internalnobu2014-12-031-10/+3
* use 0 for reservednobu2014-12-011-1/+1
* * encoding.c: remove unnecessary declaration of rb_locale_charmap(). it'susa2014-11-281-3/+0
* * internal.h: Gather declarations in non-header files.akr2014-11-181-5/+0
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+0
* encoding.c (enc_memsize): remove unnecessary functionnormal2014-11-031-7/+1
* symbols instead of IDsnobu2014-07-281-1/+1
* encoding.c: fix rdoc [ci skip]nobu2014-06-201-3/+1
* encoding.c: move ruby_encoding_index stuffnobu2014-06-021-1/+20
* encoding.h: constify rb_encodingnobu2014-06-021-32/+35
* constify rb_encoding and OnigEncodingnobu2014-06-011-21/+22
* encoding.c: fix rdoc of `__FILE__`nobu2014-04-091-1/+0
* parse.y: set encodingnobu2014-03-261-3/+0
* encoding.c: fix encoding of dynsymnobu2014-03-261-0/+3
* encoding.c: enc_capable symbolnobu2014-03-261-0/+1
* string.c: use actual encodingsnobu2014-01-151-0/+6
* encoding.c: mask dummy flagsnobu2013-12-301-3/+3
* * doc/contributing.rdoc: [DOC] curses is no more in the stdliba_matsuda2013-12-101-1/+0
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* encoding.c: preserve outer errinfonobu2013-10-211-1/+3