summaryrefslogtreecommitdiff
path: root/encoding.c
AgeCommit message (Expand)Author
2013-07-14localeinit.c: splitnobu
2013-07-14encoding.c: NO_PRESERVED_ENCODINGnobu
2013-07-14encoding.c: defer autoloadnobu
2013-07-14encoding.c: encoding checknobu
2013-07-14encoding.c: encoding at inspectnobu
2013-07-14encoding.c: terminator in enc_set_indexnobu
2013-07-13encoding.c: new termlen not oldtermlennobu
2013-07-12encoding.c: refill terminator at associating encodingnobu
2013-07-02re.c: use built-in encoding indexesnobu
2013-07-02dir.c: use built-in encoding indexesnobu
2013-07-02string.c: use built-in encoding indexesnobu
2013-07-02io.c: use built-in encoding indexesnobu
2013-07-02internal.h: use built-in encoding indexesnobu
2013-07-02encoding.c: use built-in encoding indexesnobu
2013-07-02encoding.c: validate indexnobu
2013-07-02encoding.c: preserved encindexnobu
2013-06-24* compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-19* encoding.c: document fix, change default script encoding.ayumin
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-04-12* array.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-03-04* encoding.c: Typo in Encoding overview by Tom Wardrop [GH fixes #255]zzak
2012-12-01adjust style.nobu
2012-10-06reapply r37098nobu
2012-10-06Revert r37098naruse
2012-10-06encoding.c: unicode_pnobu
2012-10-05encoding.c: unicode_pnobu
2012-07-18add castsshyouhei
2012-06-13encoding.c: strdup macronobu
2012-06-08* remove trailing spaces.nobu
2012-04-15* reduce UNREACHABLE.nobu
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-03-12* encoding.c (rb_find_encoding): new function find encoding fromnobu
2012-02-15Correct documentation of r34608.naruse
2012-02-15Temporary fix not to use non ASCII.naruse
2012-02-14* encoding.c (Init_Encoding): Add IO example of internal and externaldrbrain
2012-02-14* encoding.c (Init_Encoding): Add Encoding documentation.drbrain
2012-02-05* encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd stringnaruse
2012-01-21* encoding.c (rb_enc_compatible): fix segv on symbols.naruse
2011-11-03* encoding.c (rb_locale_charmap): ignore calling nl_langinfo_codeset()usa
2011-09-25* encoding.c (require_enc): reject only loading from untrustednobu
2011-09-06* encoding.c (load_encoding): predefined encoding names are safe.nobu
2011-08-02* encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu
2011-08-02Revert "* encoding.c (enc_find): simplified with RB_TYPE_P."naruse
2011-08-02* encoding.c (enc_find): simplified with RB_TYPE_P.nobu
2011-08-02Fix r32811: add UNSPECIFIED_ENCODING case.naruse
2011-08-02* encoding.c (str_to_encoding): rename from to_encoding andnaruse
2011-07-07* encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu
2011-06-17* internal.h: declare internal functions here.akr
2011-06-10* encoding.c (rb_locale_charmap): When ruby process is run as Windowsnaruse