summaryrefslogtreecommitdiff
path: root/encoding.c
AgeCommit message (Expand)Author
2012-03-18merge revision(s) 34433: [Backport #6153]naruse
2012-02-08merge revision(s) 33201,33249,33328: [Backport #5564]naruse
2012-01-23merge revision(s) r34350:naruse
2011-09-11merges r33201 from trunk into ruby_1_9_3.yugui
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
2009-12-10* encoding.c (enc_replicate): add Encoding#replicate(name).naruse
2009-11-26* removed spaces just before tabs.nobu
2009-11-18* encoding.c (enc_set_default_encoding): reset filesytemnaruse
2009-11-15* encoding.c (rb_filesystem_encindex): use default external encodingakr
2009-11-06* encoding.c (rb_filesystem_encindex): add fallback tonaruse
2009-11-03fix typos.akr
2009-10-29Revert set locale and filesystem encindex in Init_Encoding.naruse
2009-10-29* encoding.c (Init_Encoding): set locale and filesystem encindex.naruse
2009-10-28* encoding.c (enc_find): fixed rdoc formatting.nobu
2009-10-28* encoding.c (get_filesystem_encoding): removed.naruse
2009-10-28* encoding.c (get_filesystem_encoding):naruse
2009-10-23fix a typo.akr
2009-09-29* encoding.c (rb_enc_unicode_p): defined.naruse
2009-09-28* encoding.c (rb_filesystem_encoding): On Unix systems,naruse
2009-09-09* include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu
2009-08-11* encoding.c (rb_enc_compatible): If a string is empty andnaruse
2009-08-11* encoding.c (is_data_encoding): fix condition.naruse
2009-08-08New API Encoding#ascii_compatible?.naruse
2009-08-06* encoding.c (rb_enc_associate_index): cannot set encoding onnobu
2009-08-06* encoding.c (valid_encoding_name_p): rejects too long encodingnobu
2009-08-06* encoding.c (encoding_data_type): typed data.nobu