summaryrefslogtreecommitdiff
path: root/encoding.c
AgeCommit message (Expand)Author
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
2011-06-10 * encoding.c: Mention that Encoding.compatible? can work with moredrbrain
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * encoding.c: Improve documentation for Encoding#default_external anddrbrain
2011-04-26* encoding.c (enc_find): accept Encoding objects.nobu
2011-02-15* encoding.c (rb_enc_compatible): change the rule for empty strings:naruse
2010-12-11* encoding.c: parenthesize macro arguments.akr
2010-12-02* encoding.c (enc_alias_internal): use st_insert2 and change returnnaruse
2010-12-02* encoding.c (enc_alias_internal): use xfree instead of free.naruse
2010-12-02* encoding.c (enc_alias_internal): free the copied key andnaruse
2010-07-21* configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-07-17update doc.akr
2010-05-31update comment.akr
2010-05-31* encoding.c (rb_enc_unicode_p): check the encoding is Unicodenaruse
2010-05-29* encoding.c (rb_filesystem_encindex): avoid infinite requirenaruse
2010-05-27* include/ruby/encoding.h (rb_filesystem_encindex): defined.naruse
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-04-11* encoding.c (enc_replicate): new encoding name must be validnobu
2010-04-11fix rdockazu
2010-03-06* encoding.c (enc_set_filesystem_encoding):naruse
2009-12-21* encoding.c (Init_Encoding): undef Encoding.new becausenaruse
2009-12-12Add rdoc and test of Encoding#replicate.naruse