index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string.c
Age
Commit message (
Expand
)
Author
2008-02-12
* string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for
matz
2008-02-11
* range.c (range_include): specialize single character string
matz
2008-02-09
* string.c (rb_str_new4): copy encoding from orig, instead of shared
akr
2008-02-07
* string.c (rb_str_replace): makes frozen shared string before
nobu
2008-02-07
* string.c (rb_str_dup): reverted unneeded change. [ruby-dev:33634]
nobu
2008-02-07
* string.c (str_replace_shared): replaces string with sharing.
nobu
2008-02-07
* string.c (rb_str_end_with): compares with the suffix.
nobu
2008-01-30
* string.c (rb_str_succ): use wrapped character as a carry for
akr
2008-01-28
* string.c, parse.y, re.c: use rb_ascii8bit_encoding.
naruse
2008-01-27
* include/ruby/oniguruma.h: precise mbclen API redesigned to avoid
akr
2008-01-27
* string.c (rb_str_inspect): avoid exception by
akr
2008-01-27
* string.c (rb_str_succ): warning suppressed.
akr
2008-01-27
* string.c (rb_str_succ): don't increment/decrement codepoint.
akr
2008-01-26
* string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT when
naruse
2008-01-25
* string.c (rb_str_usascii_new{,2}: defined.
naruse
2008-01-25
* string.c (rb_str_buf_cat_ascii): use rb_enc_cr_str_buf_cat.
akr
2008-01-25
* include/ruby/intern.h (rb_str_buf_cat_ascii): declared.
akr
2008-01-24
* string.c (rb_enc_cr_str_buf_cat): ASCII incompatible encoding is
akr
2008-01-23
* string.c (rb_str_each_line): use memchr(3) for faster newline
matz
2008-01-23
* string.c (str_make_independent): should set length.
nobu
2008-01-23
* string.c (str_mod_check, str_nth, str_offset): consitfied.
nobu
2008-01-22
* configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from
matz
2008-01-22
* string.c (rb_str_each_char): iterates over a shadow.
nobu
2008-01-21
* parse.y (rb_intern3): do not call rb_enc_mbclen() if *m is
matz
2008-01-21
* string.c (rb_str_each_char): move forward. [ruby-dev:33231]
nobu
2008-01-20
* string.c (rb_str_each_char): advance offset before get next char
nobu
2008-01-20
* string.c (rb_str_each_char): performance improvement, and stop if
nobu
2008-01-19
* string.c (coderange_scan): don't call mbclen functions for ASCII
akr
2008-01-18
* string.c (rb_str_dump): preserve the encoding of source string
matz
2008-01-11
* string.c (string.c): call rb_str_buf_append to update encoding of
akr
2008-01-11
* string.c (rb_str_append): performance improvement.
nobu
2008-01-11
update rdoc: force_encoding doesn't accept nil.
akr
2008-01-09
* string.c (rb_enc_cr_str_buf_cat): fix self appending.
akr
2008-01-09
* string.c (rb_enc_cr_str_buf_cat, rb_str_buf_append): deal with self
nobu
2008-01-09
* string.c (rb_enc_cr_str_buf_cat): do not recalculate coderange
matz
2008-01-08
* string.c (str_gsub): avoid appending empty pre-match substr.
akr
2008-01-07
* string.c (rb_str_buf_append): fix append itself.
akr
2008-01-07
* string.c (STR_ENC_GET): defined. same as rb_enc_get without
akr
2008-01-07
* string.c (Init_String): sym_match arity spec was wrong. a patch
matz
2008-01-07
* string.c (str_gsub): move rb_enc_get(str) to out of loop.
akr
2008-01-07
* encoding.c (rb_enc_internal_get_index): extracted from
akr
2008-01-06
* string.c (coderange_scan): avoid rb_enc_to_index.
akr
2008-01-06
* string.c (coderange_scan): optimize ASCII-8BIT string.
akr
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.
akr
2008-01-05
* string.c (rb_str_resize): copy if old data is not empty
nobu
2008-01-05
* string.c (rb_str_resize): copy at old length but not new length.
nobu
2008-01-05
update rdoc.
akr
2008-01-04
* string.c (trnext): should enable backslash escape.
matz
2008-01-01
* string.c (rb_str_substr): offset movement bug. a patch from
matz
[next]