summaryrefslogtreecommitdiff
path: root/encoding.c
AgeCommit message (Expand)Author
2007-12-15* configure.in (enc/Makefile): add external encoding objects list.nobu
2007-12-15* encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): checknobu
2007-12-13* encoding.c (rb_enc_compatible): 1st argument (typically thematz
2007-12-13* encoding.c (rb_enc_compatible): encoding should never fall backmatz
2007-12-13* encoding.c (enc_get_encoding): removed.nobu
2007-12-13* encoding.c (rb_enc_compatible): should swap encoding indexes too.nobu
2007-12-13* encoding.c (rb_enc_compatible): should not judge compatibilitymatz
2007-12-11* encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr
2007-12-11* encoding.c (rb_enc_get_ascii): add an argument to provide the akr
2007-12-08* encoding.c (rb_enc_precise_mbclen): return needmore if underlyingakr
2007-12-08* encoding.c (rb_enc_mbclen): return 1 if underlying implementationakr
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr
2007-12-01* encoding.c: rename primary_encoding -> default_external (encoding).matz
2007-11-27* include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr
2007-11-09* encoding.c (enc_check_encoding, rb_set_primary_encoding): ENCODINGnobu
2007-11-09* test/ruby/test_basicinstructions.rb: updated for new classmatz
2007-11-03* string.c (tr_setup_table): use C array for characters that fitmatz
2007-10-29* encoding.c (rb_enc_replicate): new function to replicate encoding.nobu
2007-10-29* encoding.c (rb_enc_compatible): ASCII encoding is compatible withnobu
2007-10-22* encoding.c (rb_to_encoding_index, rb_to_encoding): commit miss.nobu
2007-10-22* encoding.c (enc_check_encoding): returns index now.nobu
2007-10-22* encoding.c (rb_enc_compatible): check if two objects have compatiblenobu
2007-10-21* encoding.c (rb_enc_default, rb_enc_primary): return pointers tonobu
2007-10-19* encoding.c (rb_id_encoding): returns ID "encoding".nobu
2007-10-17* encoding.c (rb_enc_from_encoding, rb_enc_register): associate indexnobu
2007-10-16* encoding.c (rb_enc_alias, rb_enc_find_index): changednobu
2007-10-16* encoding.c (enc_list): seems a commit miss.nobu
2007-10-16* encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu
2007-10-16* encoding.c (enc_to_s): rename function.matz
2007-10-15* encoding.c (Init_Encoding): define #to_s to show encoding namematz
2007-10-14* encoding.c (rb_obj_encoding): rdoc update. a patch from Davidnobu
2007-10-13* encoding.c (rb_cEncoding): new Encoding class.nobu
2007-10-10* encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.akr
2007-10-06* encoding.c (rb_enc_register): returns new index or -1 if failed.nobu
2007-10-04* encoding.c (rb_obj_encoding): returns encoding of the given object.nobu
2007-09-28* encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu
2007-09-28* string.c (rb_str_comparable): need not to check asciicompat here.matz
2007-09-26* encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu
2007-09-26* encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu
2007-09-15* encoding.c (rb_enc_associate_index, rb_enc_get_index): check ifnobu
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-08-27* encoding.c (rb_enc_codelen): raises invalid sequence exceptionmatz
2007-08-25encoding.c: added.matz