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
*
* parse.y (rb_compose_ivar2): function to create a new ivar2
matz
2007-02-04
1
-0
/
+28
*
* ruby.h (SYMBOL_P): make Symbol immediate again for performance.
matz
2007-02-02
1
-115
/
+105
*
* string.c (rb_str_sub_bang): calling rb_str_modify() should be just
usa
2007-01-30
1
-1
/
+1
*
* eval_proc.c (rb_proc_new): added.
ko1
2007-01-16
1
-4
/
+1
*
* string.c (rb_str_upto): use RSTRING_LEN().
matz
2007-01-08
1
-1
/
+1
*
* string.c (rb_str_upto): String#upto from empty string makes
matz
2007-01-08
1
-1
/
+1
*
* Merge YARV
ko1
2006-12-31
1
-8
/
+11
*
* string.c (rb_str_ord): typo fixed. reported from Kornelius
matz
2006-12-21
1
-1
/
+1
*
* string.c (rb_str_slice_bang): rdoc description bug fixed.
matz
2006-12-21
1
-4
/
+1
*
* string.c (rb_str_aset): index double decode problem.
matz
2006-12-11
1
-1
/
+1
*
* string.c (Init_String): remove duplicated definition of
matz
2006-11-06
1
-1
/
+0
*
* parse.y (arg_dup_check): vid may be nameless internal id.
matz
2006-11-06
1
-1
/
+1
*
* string.c: class Symbol is no longer subclass of String. also
matz
2006-11-02
1
-1
/
+56
*
* string.c (hash): use Bob Jenkins' hash algorithm.
matz
2006-11-01
1
-88
/
+114
*
* string.c (rb_str_upcase, rb_str_downcase, rb_str_downcase,
matz
2006-10-22
1
-0
/
+8
*
* string.c (rb_str_substr): should be infected with only original
nobu
2006-10-22
1
-4
/
+7
*
* string.c (rb_str_each_line): String#lines now works when a block
matz
2006-10-18
1
-25
/
+20
*
* string.c (rb_str_lines): now takes optional argument for the
matz
2006-10-16
1
-4
/
+4
*
* string.c (rb_str_partition): RDoc update. a patch from
matz
2006-10-12
1
-5
/
+2
*
* string.c (rb_str_scan): small documentation fix.
matz
2006-10-07
1
-1
/
+1
*
* string.c (rb_str_lines): returns an Enumerator instead of an
matz
2006-10-02
1
-23
/
+20
*
* string.c (rb_str_startwith): rename startwith? to start_with?,
matz
2006-09-27
1
-6
/
+6
*
* array.c (rb_ary_shift): shift/unshift performance boost patch,
matz
2006-09-26
1
-0
/
+8
*
* string.c (rb_str_partition): no need to call rb_call_super(),
matz
2006-09-22
1
-5
/
+2
*
* string.c (str_new3): embed shorter strings more eagerly.
matz
2006-09-21
1
-5
/
+12
*
* string.c (rb_str_startwith): a new method to check if a string
matz
2006-09-21
1
-1
/
+48
*
* string.c (Init_String): Strings are no longer Enumerable. use
matz
2006-09-21
1
-2
/
+0
*
* string.c (rb_str_partition): RDoc typo fixed. [ruby-core:08898]
matz
2006-09-21
1
-4
/
+4
*
* string.c (rb_str_lines): new method to split a string into lines.
matz
2006-09-21
1
-0
/
+37
*
* string.c (rb_str_partition): a new method to separate the string
matz
2006-09-20
1
-1
/
+101
*
* string.c (sym_eql): fail early to gain performance.
matz
2006-09-20
1
-0
/
+46
*
* string.c (rb_str_intern): allow zero length symbols.
matz
2006-09-14
1
-3
/
+0
*
* string.c (rb_str_intern): raise SecurityError only when $SAFE
matz
2006-09-14
1
-5
/
+3
*
* string.c (rb_str_intern): allow symbols to contains nul.
matz
2006-09-13
1
-5
/
+4
*
* string.c (rb_str_intern): prohibit interning tainted string.
matz
2006-09-13
1
-0
/
+3
*
* string.c (sym_equal): "sym == str" should compare them as
matz
2006-09-10
1
-3
/
+5
*
* file.c (rb_f_test): test(0) should not have any special
matz
2006-09-09
1
-4
/
+4
*
* string.c (str_alloc): should allocate a String object, even when
matz
2006-09-08
1
-1
/
+3
*
* string.c (sym_equal): override. check equivalence.
matz
2006-09-06
1
-0
/
+17
*
* string.c (Init_String): undef Symbol#new.
matz
2006-09-02
1
-2
/
+2
*
* string.c (str_to_id): a bug caused by premature optimization.
matz
2006-09-02
1
-2
/
+0
*
* object.c (Init_Object): move symbol related code to string.c
matz
2006-09-02
1
-0
/
+216
*
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-02
1
-5
/
+6
*
string.c (rb_str_resize): typo fixed
matz
2006-09-01
1
-1
/
+1
*
* string.c (rb_str_resize): should copy embedded string to
matz
2006-09-01
1
-2
/
+5
*
* ruby.h (struct RString): embed small strings.
matz
2006-08-31
1
-389
/
+479
*
* numeric.c (flo_hash): improve collision.
nobu
2006-08-30
1
-6
/
+11
*
Describe String#split grouping behavior. Patch by Jan Svitok [ruby-core:08603].
drbrain
2006-08-13
1
-1
/
+2
*
* string.c (rb_str_scan): add string modification check.
matz
2006-07-26
1
-0
/
+2
*
* string.c (rb_str_dump): need to extend len for \b.
usa
2006-07-11
1
-1
/
+1
[next]