summaryrefslogtreecommitdiff
path: root/encoding.c
AgeCommit message (Expand)Author
2020-12-17No sync on ASCII/US_ASCCII/UTF-8Koichi Sasada
2020-12-08Set default for Encoding.default_external to UTF-8 on Windows (#2877)Lars Kanis
2020-11-18fix public interfaceKoichi Sasada
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-10-20Revert "reduce lock for encoding"Koichi Sasada
2020-10-19reduce lock for encodingKoichi Sasada
2020-10-15Check encoding name to replicateNobuyoshi Nakada
2020-10-14freeze Encoding objectsKoichi Sasada
2020-10-14sync enc_table and rb_encoding_listKoichi Sasada
2020-05-16Fallback to built-in UTF-8 for minirubyNobuyoshi Nakada
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-11Added more NORETURN declarationsNobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-02-13Get rid of warnings/exceptions at cleanupNobuyoshi Nakada
2020-02-10rb_enc_str_asciionly_p expects T_STRING卜部昌平
2020-02-07more on NULL versus functions.卜部昌平
2020-02-03Fix description of Encoding.default_(in|ex)ternalLars Kanis
2019-12-26decouple internal.h headers卜部昌平
2019-12-22[Doc] Fix sample in Encoding#namesQuestionDriven
2019-12-22[Doc] Fix wrong example in Encoding.aliasesQuestionDriven
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-05Moved Init_encoding from wrong place [Bug #16292]Nobuyoshi Nakada
2019-10-09avoid overflow in integer multiplication卜部昌平
2019-08-04Better wording for __ENCODING__Lars Kanis
2019-07-23Let the index boundary check in rb_enc_from_index be flagged as unlikelyLourens Naudé
2019-07-23Explicitly initialise encodings on init to remove branches on encoding lookupLourens Naudé
2019-07-15respect RUBY_DEBUG tooKoichi Sasada
2019-07-15encoding.c (enc_table_expand): prefer xrealloc to reallocYusuke Endoh
2019-03-22[DOC] fix markups [ci skip]nobu
2018-09-15encoding.c: check external encodingnobu
2018-08-03encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon
2018-08-03Revert "encoding.c (rb_enc_get_index): return -1 for non-encoding capable obj...eregon
2018-08-03encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon
2018-08-03encoding.c (enc_set_index): raise instead of rb_bug() for non-encoding capabl...eregon
2018-06-28check enc_capable.ko1
2018-06-05encoding.c: remove rb_gc_mark_encodingsnormal
2018-01-24load.c: use fstring instead of OBJ_FREEZEnormal
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-22encoding.c: rb_enc_find_index2nobu
2016-12-14encoding.c: handle needmore error from rb_enc_precise_mbclen()rhe
2016-07-05* string.c (rb_str_change_terminator_length): New function to changengoto
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-22RUBY_ASSERTnobu
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-02encoding.c: make fstringnobu
2015-12-02encoding.c: defer finding encodingnobu
2015-12-02encoding.c: use rb_check_aritynobu