summaryrefslogtreecommitdiff
path: root/encoding.c
AgeCommit message (Expand)Author
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
2009-02-01 * encoding.c (rb_filesystem_encoding): Windows' filesystem encoding isusa
2009-01-15* encoding.c (enc_set_default_encoding): should not treat US-ASCIImatz
2009-01-15* encoding.c (rb_locale_charmap): fixed typo.nobu
2009-01-15* configure.in, win32/Makefile.sub (MISSING): added langinfo on mingwnobu
2009-01-14* encoding.c (rb_locale_charmap): fallback to codepage if nonobu
2009-01-12describe Encoding.find("locale") in rdoc of Encoding.locale_charmap.akr
2009-01-05 * encoding.c (rb_locale_charmap): use GetConsoleCP() instead ofusa
2009-01-05* encoding.c (rb_filesystem_encoding): use ANSI codepage for filenobu
2009-01-04* encoding.c (rb_filesystem_encoding, rb_locale_charmap): usesnobu
2008-12-13* encoding.c (default_external): endless recursion duringyugui
2008-12-12* encoding.c (rb_enc_set_default_external): default_internal can beyugui
2008-12-12* encoding.c (enc_get_default_encoding): removed.yugui
2008-12-11* encoding.c (rb_enc_aliases_enc_i): skips default internal.nobu
2008-12-11* encoding.c (enc_set_default_encoding): allowed to set defaultnobu
2008-12-11* encoding.c (rb_enc_set_default_internal): defines internalnobu
2008-12-11* encoding.c (rb_locale_encoding): removed Encoding::LOCALE.nobu
2008-10-31* encoding.c (rb_enc_set_default_internal): no alias "internal" ifnobu