summaryrefslogtreecommitdiff
path: root/encoding.c
AgeCommit message (Expand)Author
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
2009-08-06* encoding.c (rb_enc_get_index): fixed indent.nobu
2009-08-04Add functions and macros for second encoding definitions.naruse
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-06-22* ruby.c (process_options): don't specify .so for encdb here.akr
2009-06-19* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]matz
2009-05-20* rb_enc_get_index: allows an arbitrary RData as the argument but notyugui
2009-05-20* encoding.c (rb_enc_fast_mbclen): faster mbclen for strings knownmatz
2009-05-19* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz
2009-04-30* encoding.c (rb_filesystem_encoding): Change filesystem_encoding ofnaruse
2009-02-22stripped trailing spaces.nobu