aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() formatz2008-02-121-1/+14
* * range.c (range_include): specialize single character stringmatz2008-02-111-9/+22
* * string.c (rb_str_new4): copy encoding from orig, instead of sharedakr2008-02-091-0/+1
* * string.c (rb_str_replace): makes frozen shared string beforenobu2008-02-071-1/+1
* * string.c (rb_str_dup): reverted unneeded change. [ruby-dev:33634]nobu2008-02-071-1/+3
* * string.c (str_replace_shared): replaces string with sharing.nobu2008-02-071-31/+51
* * string.c (rb_str_end_with): compares with the suffix.nobu2008-02-071-1/+1
* * string.c (rb_str_succ): use wrapped character as a carry forakr2008-01-301-0/+4
* * string.c, parse.y, re.c: use rb_ascii8bit_encoding.naruse2008-01-281-1/+1
* * include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr2008-01-271-14/+15
* * string.c (rb_str_inspect): avoid exception byakr2008-01-271-3/+5
* * string.c (rb_str_succ): warning suppressed.akr2008-01-271-34/+18
* * string.c (rb_str_succ): don't increment/decrement codepoint.akr2008-01-271-86/+159
* * string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT whennaruse2008-01-261-1/+1
* * string.c (rb_str_usascii_new{,2}: defined.naruse2008-01-251-0/+21
* * string.c (rb_str_buf_cat_ascii): use rb_enc_cr_str_buf_cat.akr2008-01-251-20/+24
* * include/ruby/intern.h (rb_str_buf_cat_ascii): declared.akr2008-01-251-0/+20
* * string.c (rb_enc_cr_str_buf_cat): ASCII incompatible encoding isakr2008-01-241-1/+7
* * string.c (rb_str_each_line): use memchr(3) for faster newlinematz2008-01-231-16/+24
* * 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