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
*
* string.c (rb_str_concat): set array element after definition
ngoto
2012-01-11
1
-1
/
+2
*
* numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
naruse
2012-01-08
1
-9
/
+34
*
* string.c (str_nth_len): count ascii-only run at the end. this
nobu
2012-01-04
1
-0
/
+1
*
* whitespace cleanup.
nobu
2011-11-04
1
-3
/
+3
*
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-29
1
-13
/
+13
*
* string.c (tr_trans): free heap ptr when the str is not embeded.
naruse
2011-07-01
1
-0
/
+3
*
* internal.h: declare internal functions here.
akr
2011-06-17
1
-4
/
+1
*
* string.c: Fix the ambiguous description of the behavior of
mrkn
2011-06-09
1
-1
/
+2
*
Clarified String#tr rdoc. (RickHull)
ryan
2011-06-01
1
-9
/
+12
*
* string.c (rb_str_bytesize): rb_str_bytesize() should use LONG2NUM().
kosaki
2011-05-27
1
-1
/
+1
*
* string.c: Improve documentation for String#start_with? and
naruse
2011-05-09
1
-4
/
+4
*
* string.c (rb_to_id): remove unused variable.
kosaki
2011-04-24
1
-2
/
+1
*
* string.c (rb_str_each_line): check string's length when compare
naruse
2011-04-20
1
-1
/
+2
*
cancel subversion backfire. sorry
matz
2011-03-07
1
-1
/
+1
*
* gc.c (rb_gc_set_params): allow GC parameter configuration by
matz
2011-03-07
1
-1
/
+1
*
* string.c (tr_trans): suppress signedness/unsignedness warnings.
nobu
2011-03-07
1
-2
/
+2
*
* string.c (rb_str_slice_bang): raise error when the string is frozen.
naruse
2011-03-03
1
-1
/
+1
*
* string.c (str_byte_substr): return nil for negative length.
nobu
2011-03-02
1
-27
/
+29
*
* string.c (rb_str_slice_bang): move treatments which is only needed
naruse
2011-03-02
1
-4
/
+4
*
* string.c (rb_str_byteslice): the resulted encoding should keep
naruse
2011-03-01
1
-5
/
+4
*
Fix rdoc of String#byteslice. Feature #4447
naruse
2011-03-01
1
-1
/
+2
*
* string.c (rb_str_byteslice): Add String#byteslice. [ruby-core:35376]
naruse
2011-03-01
1
-0
/
+103
*
* string.c (tr_trans): when the hash for multibyte repl is empty,
naruse
2011-02-28
1
-1
/
+1
*
* string.c (rb_enc_cr_str_buf_cat): remove special treatment of
naruse
2011-02-15
1
-3
/
+3
*
Ensure result encoding is the same as input encoding for String#gsub. [Bug #...
drbrain
2011-02-06
1
-0
/
+1
*
* string.c (str_utf8_nth): fixed a conditon of optimized lead
kosaki
2011-02-04
1
-1
/
+1
*
* string.c (count_utf8_lead_bytes_with_word): wrote function
kosaki
2011-02-03
1
-0
/
+17
*
* string.c (rb_str_ellipsize): new function to ellipsize a string.
nobu
2011-01-30
1
-0
/
+51
*
* include/ruby/ruby.h (ALLOCV): new API for exception-safe
nobu
2011-01-26
1
-0
/
+18
*
* string.c (=~): documentation fix; the return value is nil when
naruse
2011-01-26
1
-1
/
+1
*
* string.c (rb_str_resize): get rid of out-of-bound access.
nobu
2011-01-24
1
-1
/
+2
*
* string.c (rb_string_value_cstr): rb_str_modify can change
nobu
2011-01-24
1
-1
/
+5
*
* string.c (str_nth_len, str_utf8_nth): return the rest length together.
nobu
2011-01-22
1
-14
/
+32
*
fix spaces.
akr
2011-01-08
1
-1
/
+1
*
* string.c: parenthesize macro arguments.
akr
2011-01-06
1
-15
/
+15
*
* string.c: fix rdoc typo.
shyouhei
2011-01-05
1
-2
/
+0
*
* string.c (rb_str_inspect): fix: extra back slash is added when
naruse
2010-12-11
1
-2
/
+3
*
* string.c (rb_memhash): zero-filled strings should return
nobu
2010-12-01
1
-1
/
+1
*
* string.c (rb_str_inspect): fix typo (not 0xFD but 0xFE).
naruse
2010-12-01
1
-1
/
+1
*
* string.c (rb_str_inspect): inspect as a dummy encoding string
naruse
2010-11-30
1
-4
/
+14
*
* string.c (rb_str_inspect): treat UTF-16 and UTF-32 as BE or LE.
naruse
2010-11-24
1
-0
/
+9
*
* string.c (rb_str_inspect): fix for ascii-compatible external
nobu
2010-11-22
1
-1
/
+1
*
* string.c (rb_str_inspect): append for each chars instead of bulk
nobu
2010-11-22
1
-2
/
+4
*
* string.c (rb_str_concat): set ENC_CODERANGE_VALID when the
naruse
2010-11-22
1
-0
/
+2
*
* string.c (rb_enc_cr_str_buf_cat): concatenation of valid
nobu
2010-11-03
1
-1
/
+4
*
* string.c (rb_str_dump): fix expected length. [ruby-core:32935]
nobu
2010-10-28
1
-5
/
+4
*
* array.c, gc.c, hash.c, object.c, string.c, struct.c,
nobu
2010-10-24
1
-11
/
+3
*
Commit miss.
nobu
2010-10-19
1
-3
/
+11
*
* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]
nobu
2010-10-19
1
-11
/
+3
*
* numeric.c (rb_num_to_uint): added to check the range of arguments.
naruse
2010-10-13
1
-5
/
+10
[next]