Age | Commit message (Expand) | Author |
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): ENCODING | nobu |
2007-11-09 | * test/ruby/test_basicinstructions.rb: updated for new class | matz |
2007-11-03 | * string.c (tr_setup_table): use C array for characters that fit | matz |
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 with | nobu |
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 compatible | nobu |
2007-10-21 | * encoding.c (rb_enc_default, rb_enc_primary): return pointers to | nobu |
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 index | nobu |
2007-10-16 | * encoding.c (rb_enc_alias, rb_enc_find_index): changed | nobu |
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 name | matz |
2007-10-14 | * encoding.c (rb_obj_encoding): rdoc update. a patch from David | nobu |
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 compatible | nobu |
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 if | nobu |
2007-09-06 | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz |
2007-08-27 | * encoding.c (rb_enc_codelen): raises invalid sequence exception | matz |
2007-08-25 | encoding.c: added. | matz |