aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
Commit message (Expand)AuthorAgeFilesLines
* * encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.akr2007-10-101-4/+4
* * encoding.c (rb_enc_register): returns new index or -1 if failed.nobu2007-10-061-9/+25
* * encoding.c (rb_obj_encoding): returns encoding of the given object.nobu2007-10-041-0/+14
* * encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu2007-09-281-10/+41
* * string.c (rb_str_comparable): need not to check asciicompat here.matz2007-09-281-17/+19
* * encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu2007-09-261-0/+12
* * encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu2007-09-261-6/+2
* * encoding.c (rb_enc_associate_index, rb_enc_get_index): check ifnobu2007-09-151-1/+43
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-4/+4
* * encoding.c (rb_enc_codelen): raises invalid sequence exceptionmatz2007-08-271-0/+20
* encoding.c: added.matz2007-08-251-0/+229