index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* encoding.c (ENC_CODERANGE_AND): fix broken case. [ruby-dev:33826]
naruse
2008-02-17
1
-1
/
+4
*
* encoding.c (ENC_CODERANGE_AND): added.
naruse
2008-02-17
1
-2
/
+3
*
* string.c (str_strlen): rb_enc_strlen doesn't fail.
akr
2008-02-17
1
-8
/
+2
*
* string.c (str_sublen): use rb_enc_strlen.
akr
2008-02-17
1
-11
/
+3
*
* string.c (rb_str_times): reduce loop overhead.
akr
2008-02-17
1
-4
/
+9
*
* include/ruby/re.h (struct rmatch_offset): new struct for character
akr
2008-02-16
1
-9
/
+11
*
* string.c (rb_str_substr): optimized for UTF-8.
naruse
2008-02-16
1
-0
/
+59
*
* string.c (str_strlen): revert r15507. [ruby-dev:33810]
naruse
2008-02-16
1
-3
/
+0
*
* string.c (str_strlen): little more optimize.
naruse
2008-02-16
1
-9
/
+11
*
* encoding.c (rb_enc_compatible): empty strings are always compatible.
akr
2008-02-16
1
-1
/
+7
*
* string.c (rb_enc_strlen): UTF-8 character count moved to str_strlen.
akr
2008-02-16
1
-29
/
+32
*
* string.c (rb_str_sub_bang): stringize replacing hash values.
akr
2008-02-16
1
-14
/
+20
*
* string.c (rb_enc_strlen): add search_nonascii like character
naruse
2008-02-16
1
-0
/
+29
*
* encoding.c (rb_enc_strlen): moved to string.c.
akr
2008-02-16
1
-9
/
+33
*
* string.c (single_byte_optimizable): rb_enc_mbminlen must be 1
naruse
2008-02-15
1
-1
/
+1
*
* encoding.c (rb_enc_nth): moved to string.c.
akr
2008-02-15
1
-8
/
+45
*
* string.c (rb_str_sub_bang, str_gsub): allows hash for replacement.
nobu
2008-02-15
1
-4
/
+16
*
* string.c (str_strlen): use search_nonascii() for performance.
matz
2008-02-15
1
-9
/
+26
*
* string.c (rb_str_getbyte): new method.
akr
2008-02-15
1
-0
/
+45
*
* string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for
matz
2008-02-12
1
-1
/
+14
*
* range.c (range_include): specialize single character string
matz
2008-02-11
1
-9
/
+22
*
* string.c (rb_str_new4): copy encoding from orig, instead of shared
akr
2008-02-09
1
-0
/
+1
*
* string.c (rb_str_replace): makes frozen shared string before
nobu
2008-02-07
1
-1
/
+1
*
* string.c (rb_str_dup): reverted unneeded change. [ruby-dev:33634]
nobu
2008-02-07
1
-1
/
+3
*
* string.c (str_replace_shared): replaces string with sharing.
nobu
2008-02-07
1
-31
/
+51
*
* string.c (rb_str_end_with): compares with the suffix.
nobu
2008-02-07
1
-1
/
+1
*
* string.c (rb_str_succ): use wrapped character as a carry for
akr
2008-01-30
1
-0
/
+4
*
* string.c, parse.y, re.c: use rb_ascii8bit_encoding.
naruse
2008-01-28
1
-1
/
+1
*
* include/ruby/oniguruma.h: precise mbclen API redesigned to avoid
akr
2008-01-27
1
-14
/
+15
*
* string.c (rb_str_inspect): avoid exception by
akr
2008-01-27
1
-3
/
+5
*
* string.c (rb_str_succ): warning suppressed.
akr
2008-01-27
1
-34
/
+18
*
* string.c (rb_str_succ): don't increment/decrement codepoint.
akr
2008-01-27
1
-86
/
+159
*
* string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT when
naruse
2008-01-26
1
-1
/
+1
*
* string.c (rb_str_usascii_new{,2}: defined.
naruse
2008-01-25
1
-0
/
+21
*
* string.c (rb_str_buf_cat_ascii): use rb_enc_cr_str_buf_cat.
akr
2008-01-25
1
-20
/
+24
*
* include/ruby/intern.h (rb_str_buf_cat_ascii): declared.
akr
2008-01-25
1
-0
/
+20
*
* string.c (rb_enc_cr_str_buf_cat): ASCII incompatible encoding is
akr
2008-01-24
1
-1
/
+7
*
* string.c (rb_str_each_line): use memchr(3) for faster newline
matz
2008-01-23
1
-16
/
+24
*
* string.c (str_make_independent): should set length.
nobu
2008-01-23
1
-2
/
+9
*
* string.c (str_mod_check, str_nth, str_offset): consitfied.
nobu
2008-01-23
1
-14
/
+13
*
* configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from
matz
2008-01-22
1
-3
/
+8
*
* string.c (rb_str_each_char): iterates over a shadow.
nobu
2008-01-22
1
-9
/
+4
*
* parse.y (rb_intern3): do not call rb_enc_mbclen() if *m is
matz
2008-01-21
1
-1
/
+19
*
* string.c (rb_str_each_char): move forward. [ruby-dev:33231]
nobu
2008-01-21
1
-2
/
+2
*
* string.c (rb_str_each_char): advance offset before get next char
nobu
2008-01-20
1
-1
/
+2
*
* string.c (rb_str_each_char): performance improvement, and stop if
nobu
2008-01-20
1
-3
/
+14
*
* string.c (coderange_scan): don't call mbclen functions for ASCII
akr
2008-01-19
1
-16
/
+68
*
* string.c (rb_str_dump): preserve the encoding of source string
matz
2008-01-18
1
-1
/
+10
*
* string.c (string.c): call rb_str_buf_append to update encoding of
akr
2008-01-11
1
-19
/
+15
*
* string.c (rb_str_append): performance improvement.
nobu
2008-01-11
1
-7
/
+7
[next]