summaryrefslogtreecommitdiff
path: root/encoding.c
AgeCommit message (Expand)Author
2008-07-21* encoding.c (rb_filesystem_encoding): use locale encoding on Unix.akr
2008-07-04* include/ruby/oniguruma.h (OnigEncoding): removed auxiliary_data.nobu
2008-06-29* encoding.c (rb_utf8_encindex): defined.naruse
2008-06-16* encoding.c (rb_filesystem_encoding): defined.naruse
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-20* fix for (rb_enc_get_index(obj) == idx) case.naruse
2008-05-20* encoding.c, include/ruby/encoding.hnaruse
2008-05-20* encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII.naruse
2008-05-19* regparse.c (PINC): use optimized enclen() instead ofmatz
2008-04-07* encoding.c (enc_init_db): moved to enc/encdb.c.nobu
2008-03-19* encoding.c (enc_check_encoding): should not load autoloaded encodingnobu
2008-03-15* encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().matz
2008-02-29* encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.nobu
2008-02-28* encoding.c (enc_capable): IMMEDIATE_P doesn't include Qnil and Qfalse.naruse
2008-02-28* encoding.c (enc_find): check type of argument and convert to Stringnaruse
2008-02-25Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-02-22* encoding.c (rb_enc_mbclen): return minlen instead of 1 whenakr
2008-02-21* string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT.naruse
2008-02-20* encoding.c (rb_enc_associate_index): doesn't clear coderangenaruse
2008-02-16* encoding.c (rb_enc_compatible): check encoding incapable arguments.akr
2008-02-16* encoding.c (rb_enc_compatible): empty strings are always compatible.akr
2008-02-16* encoding.c (rb_enc_strlen): moved to string.c.akr
2008-02-15* encoding.c (rb_enc_nth): moved to string.c.akr
2008-02-15* string.c (str_strlen): use search_nonascii() for performance.matz
2008-01-29* encoding.c (encdb_{replicate,alias,dummy,declare}): define only ifnobu
2008-01-29* dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H):naruse
2008-01-27* include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr
2008-01-25* string.c (rb_str_usascii_new{,2}: defined.naruse
2008-01-23* encoding.{c, h} (rb_usascii_encoding): added.naruse
2008-01-22* encoding.c (rb_enc_compatible): wrong compatibility condition.matz
2008-01-22* configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz
2008-01-19* encoding.c (enc_new): don't free rb_encoding to avoid SEGV byakr
2008-01-18* encoding.c (rb_enc_name_list_i, rb_enc_aliases_enc_i): freezenobu
2008-01-18* encoding.c (load_encoding): check if successfully loaded.nobu
2008-01-18* encoding.c (rb_enc_find_index): use original encoding name tonobu
2008-01-18* encoding.c (rb_enc_find_index): use original encoding name tomatz
2008-01-18* encoding.c (rb_enc_aliases_enc_i): exclude non alias names frommatz
2008-01-18* parse.y (parser_initialize): explicitly call rb_ascii8bit_encoding().matz
2008-01-17* encoding.c (enc_free): removed since rb_encoding may be used whilenobu
2008-01-17* common.mk (encdb.h): give output file name to make_encdb.rb.nobu
2008-01-16* encoding.c (enc_register_at): make own copy. [ruby-dev:33136]nobu
2008-01-15* encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse
2008-01-15* encoding.c (rb_locale_charmap): use ASCII-8BIT in miniruby.nobu
2008-01-14* common.mk (OBJS): moved encoding.o from COMMONOBJS.nobu
2008-01-14* re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz
2008-01-14* encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil.naruse
2008-01-13* enc/make_encdb.h: sort encoding names by original name.naruse
2008-01-13* encoding.c: add documents.naruse