aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (str_make_independent): should set length.nobu2008-01-231-2/+9
* * string.c (str_mod_check, str_nth, str_offset): consitfied.nobu2008-01-231-14/+13
* * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz2008-01-221-3/+8
* * string.c (rb_str_each_char): iterates over a shadow.nobu2008-01-221-9/+4
* * parse.y (rb_intern3): do not call rb_enc_mbclen() if *m ismatz2008-01-211-1/+19
* * string.c (rb_str_each_char): move forward. [ruby-dev:33231]nobu2008-01-211-2/+2
* * string.c (rb_str_each_char): advance offset before get next charnobu2008-01-201-1/+2
* * string.c (rb_str_each_char): performance improvement, and stop ifnobu2008-01-201-3/+14
* * string.c (coderange_scan): don't call mbclen functions for ASCIIakr2008-01-191-16/+68
* * string.c (rb_str_dump): preserve the encoding of source stringmatz2008-01-181-1/+10
* * string.c (string.c): call rb_str_buf_append to update encoding ofakr2008-01-111-19/+15
* * string.c (rb_str_append): performance improvement.nobu2008-01-111-7/+7
* update rdoc: force_encoding doesn't accept nil.akr2008-01-111-2/+0
* * string.c (rb_enc_cr_str_buf_cat): fix self appending.akr2008-01-091-3/+3
* * string.c (rb_enc_cr_str_buf_cat, rb_str_buf_append): deal with selfnobu2008-01-091-5/+7
* * string.c (rb_enc_cr_str_buf_cat): do not recalculate coderangematz2008-01-091-2/+4
* * string.c (str_gsub): avoid appending empty pre-match substr.akr2008-01-081-1/+3
* * string.c (rb_str_buf_append): fix append itself.akr2008-01-071-1/+7
* * string.c (STR_ENC_GET): defined. same as rb_enc_get withoutakr2008-01-071-99/+76
* * string.c (Init_String): sym_match arity spec was wrong. a patchmatz2008-01-071-1/+1
* * string.c (str_gsub): move rb_enc_get(str) to out of loop.akr2008-01-071-4/+6
* * encoding.c (rb_enc_internal_get_index): extracted fromakr2008-01-071-1/+1
* * string.c (coderange_scan): avoid rb_enc_to_index.akr2008-01-061-6/+6
* * string.c (coderange_scan): optimize ASCII-8BIT string.akr2008-01-061-5/+26
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr2008-01-061-79/+153
* * string.c (rb_str_resize): copy if old data is not emptynobu2008-01-051-1/+1
* * string.c (rb_str_resize): copy at old length but not new length.nobu2008-01-051-1/+1
* update rdoc.akr2008-01-051-2/+2
* * string.c (trnext): should enable backslash escape.matz2008-01-041-0/+3
* * string.c (rb_str_substr): offset movement bug. a patch frommatz2008-01-011-2/+2
* * string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu2007-12-311-4/+16
* * string.c (IS_7BIT): removed.akr2007-12-311-19/+35
* fix typos.akr2007-12-311-4/+4
* update force_encoding document.akr2007-12-301-0/+2
* * re.c (rb_reg_regsub): returns the given string itself if nothingnobu2007-12-291-2/+13
* * encoding.c (rb_enc_codelen): show codepoint in error message.akr2007-12-271-3/+0
* * string.c (rb_str_casecmp): fixed using a wrong variable.nobu2007-12-271-1/+1
* * string.c (Init_String): defines chars method.nobu2007-12-261-0/+1
* * encoding.h (rb_enc_mbc_to_codepoint): wrapper fornobu2007-12-251-2/+4
* * string.c (rb_str_each_line): don't call rb_enc_codepoint with emptyakr2007-12-251-1/+1
* * string.c (rb_str_inspect): don't call rb_enc_codepoint with emptyakr2007-12-251-1/+2
* * string.c (rb_str_succ): fix for string with non-alphanumeric chars.nobu2007-12-251-4/+1
* * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz2007-12-241-3/+2
* * string.c (rb_str_comparable): fixed to keep transitivity.matz2007-12-241-4/+14
* * string.c (tr_trans): should associate new encoding if modified.matz2007-12-231-2/+5
* * string.c (str_new_shared): was setting embedding flag of wrongmatz2007-12-231-1/+1
* * string.c (rb_str_comparable): comparison including brokenmatz2007-12-231-6/+8
* * string.c (sym_call): use exact argument array interface.nobu2007-12-231-6/+4
* add rdoc.akr2007-12-221-2/+22