summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2008-01-01* string.c (rb_str_substr): offset movement bug. a patch frommatz
2007-12-31* string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu
2007-12-31* string.c (IS_7BIT): removed.akr
2007-12-31fix typos.akr
2007-12-30update force_encoding document.akr
2007-12-29* re.c (rb_reg_regsub): returns the given string itself if nothingnobu
2007-12-27* encoding.c (rb_enc_codelen): show codepoint in error message.akr
2007-12-27* string.c (rb_str_casecmp): fixed using a wrong variable.nobu
2007-12-26* string.c (Init_String): defines chars method.nobu
2007-12-25* encoding.h (rb_enc_mbc_to_codepoint): wrapper fornobu
2007-12-25* string.c (rb_str_each_line): don't call rb_enc_codepoint with emptyakr
2007-12-25* string.c (rb_str_inspect): don't call rb_enc_codepoint with emptyakr
2007-12-25* string.c (rb_str_succ): fix for string with non-alphanumeric chars.nobu
2007-12-24* include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz
2007-12-24* string.c (rb_str_comparable): fixed to keep transitivity.matz
2007-12-23* string.c (tr_trans): should associate new encoding if modified.matz
2007-12-23* string.c (str_new_shared): was setting embedding flag of wrongmatz
2007-12-23* string.c (rb_str_comparable): comparison including brokenmatz
2007-12-23* string.c (sym_call): use exact argument array interface.nobu
2007-12-22add rdoc.akr
2007-12-21* string.c (rb_str_buf_append): improvement for non-broken codednobu
2007-12-21* string.c (rb_str_succ): retry increasing until valid char is found.nobu
2007-12-21* string.c (rb_str_chomp_bang): avoid unnecessary loop usingmatz
2007-12-21* string.c (rb_str_is_ascii_only_p): new method ascii_only?.akr
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-20* string.c (tr_trans): wrong encoding check for tree strings.matz
2007-12-20* string.c (rb_str_index): wrong starting position.matz
2007-12-19* string.c (rb_str_each_line): should consider rslen.matz
2007-12-19* string.c (rb_str_rindex_m): too much adjustment.matz
2007-12-19* string.c (rb_str_rindex): comparison length should be based onmatz
2007-12-19* string.c (rb_str_chomp_bang): wrong adjust condition.matz
2007-12-19* string.c (str_sublen): adjust position if position is not at thematz
2007-12-19* re.c (rb_reg_regsub): should set checked encoding.nobu
2007-12-19* string.c (rb_str_justify): should propagate encoding from padmatz
2007-12-18* string.c (rb_str_splice): propagate encoding.matz
2007-12-18* string.c (str_nth): need not to raise out-of-range exception.matz
2007-12-17* re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz
2007-12-17* string.c (scan_once): need no encoding compatibility check.matz
2007-12-17* string.c (rb_str_index): check if substring is broken.matz
2007-12-17* string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange.akr
2007-12-17* string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN usingakr
2007-12-17* include/ruby/encoding.h (ENC_CODERANGE_VALID): rename fromakr
2007-12-17* string.c (tr_find): wrong condition fixed.matz
2007-12-14* io.c (rb_f_p): RDoc update. a patch from murphy <murphy AT rubychan.de>.matz
2007-12-14* string.c (rb_str_cmp): encoding aware comparison.matz
2007-12-13* string.c (str_nth): direct jump if string is 7bit only. greatmatz
2007-12-13* string.c (rb_str_shared_replace): make str noembed after free.akr
2007-12-13* string.c (rb_str_succ): should not enter infinite loop formatz
2007-12-13* string.c (str_gsub): should copy encoding to the result.matz
2007-12-13* string.c (rb_str_split_m): need not to check encoding if regexpmatz