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
2006-11-02
* string.c: class Symbol is no longer subclass of String. also
matz
2006-11-01
* string.c (hash): use Bob Jenkins' hash algorithm.
matz
2006-10-22
* string.c (rb_str_upcase, rb_str_downcase, rb_str_downcase,
matz
2006-10-22
* string.c (rb_str_substr): should be infected with only original
nobu
2006-10-18
* string.c (rb_str_each_line): String#lines now works when a block
matz
2006-10-16
* string.c (rb_str_lines): now takes optional argument for the
matz
2006-10-12
* string.c (rb_str_partition): RDoc update. a patch from
matz
2006-10-07
* string.c (rb_str_scan): small documentation fix.
matz
2006-10-02
* string.c (rb_str_lines): returns an Enumerator instead of an
matz
2006-09-27
* string.c (rb_str_startwith): rename startwith? to start_with?,
matz
2006-09-26
* array.c (rb_ary_shift): shift/unshift performance boost patch,
matz
2006-09-22
* string.c (rb_str_partition): no need to call rb_call_super(),
matz
2006-09-21
* string.c (str_new3): embed shorter strings more eagerly.
matz
2006-09-21
* string.c (rb_str_startwith): a new method to check if a string
matz
2006-09-21
* string.c (Init_String): Strings are no longer Enumerable. use
matz
2006-09-21
* string.c (rb_str_partition): RDoc typo fixed. [ruby-core:08898]
matz
2006-09-21
* string.c (rb_str_lines): new method to split a string into lines.
matz
2006-09-20
* string.c (rb_str_partition): a new method to separate the string
matz
2006-09-20
* string.c (sym_eql): fail early to gain performance.
matz
2006-09-14
* string.c (rb_str_intern): allow zero length symbols.
matz
2006-09-14
* string.c (rb_str_intern): raise SecurityError only when $SAFE
matz
2006-09-13
* string.c (rb_str_intern): allow symbols to contains nul.
matz
2006-09-13
* string.c (rb_str_intern): prohibit interning tainted string.
matz
2006-09-10
* string.c (sym_equal): "sym == str" should compare them as
matz
2006-09-09
* file.c (rb_f_test): test(0) should not have any special
matz
2006-09-08
* string.c (str_alloc): should allocate a String object, even when
matz
2006-09-06
* string.c (sym_equal): override. check equivalence.
matz
2006-09-02
* string.c (Init_String): undef Symbol#new.
matz
2006-09-02
* string.c (str_to_id): a bug caused by premature optimization.
matz
2006-09-02
* object.c (Init_Object): move symbol related code to string.c
matz
2006-09-02
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-01
string.c (rb_str_resize): typo fixed
matz
2006-09-01
* string.c (rb_str_resize): should copy embedded string to
matz
2006-08-31
* ruby.h (struct RString): embed small strings.
matz
2006-08-30
* numeric.c (flo_hash): improve collision.
nobu
2006-08-13
Describe String#split grouping behavior. Patch by Jan Svitok [ruby-core:08603].
drbrain
2006-07-26
* string.c (rb_str_scan): add string modification check.
matz
2006-07-11
* string.c (rb_str_dump): need to extend len for \b.
usa
2006-07-07
* string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]
nobu
2006-07-03
* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from
matz
2006-07-02
* string.c (rb_str_inspect): encode \b (\010) for escape.
matz
2006-06-27
* string.c: RDoc update for =~ method. a patch from Alex Young
matz
2006-06-22
* string.c (rb_str_aref): "abc"[3] should not return an empty
matz
2006-06-20
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
matz
2006-06-10
* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo
matz
2006-06-09
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-03-24
RDoc description updated
kosako
2006-03-22
add back reference by name in replace string
kosako
2006-02-14
* string.c: fixed typo.
ocean
2005-12-29
unused function uscore_get removed.
akr
[next]