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-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
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-31
fix typos.
akr
2007-12-30
update force_encoding document.
akr
2007-12-29
* re.c (rb_reg_regsub): returns the given string itself if nothing
nobu
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 for
nobu
2007-12-25
* string.c (rb_str_each_line): don't call rb_enc_codepoint with empty
akr
2007-12-25
* string.c (rb_str_inspect): don't call rb_enc_codepoint with empty
akr
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 wrong
matz
2007-12-23
* string.c (rb_str_comparable): comparison including broken
matz
2007-12-23
* string.c (sym_call): use exact argument array interface.
nobu
2007-12-22
add rdoc.
akr
2007-12-21
* string.c (rb_str_buf_append): improvement for non-broken coded
nobu
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 using
matz
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
[next]