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
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
2012-09-30
* string.c (rb_str_concat): use memcpy to copy a string which contains
naruse
2012-08-01
RB_TYPE_P BUILTIN_TYPE
nobu
2012-07-23
* string.c (rb_str_sub): Fixed wording of documentation to match the
drbrain
2012-07-12
rb_str_new_frozen: new object if tainted/untrusted unmatch
nobu
2012-07-05
* array.c (rb_ary_aref): Added a description of the behavior of
drbrain
2012-07-05
* string.c (rb_str_bytesize): Improve documentation. Patch by Oscar
drbrain
2012-07-03
* array.c (rb_ary_aref): Updated documentation to indicate the
drbrain
2012-06-26
use rb_check_hash_type
nobu
2012-06-18
rb_str_subpos
nobu
2012-06-09
string.c: rb_str_symname_p
nobu
2012-06-08
* string.c (rb_str_start_with): Removed "p" from start_with? examples
drbrain
2012-06-02
Fix previous commit, it means not need to make the condition.
naruse
2012-06-02
* string.c (rb_enc_cr_str_buf_cat): don't reset coderange as unknown.
naruse
2012-05-23
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-20
* enc/shift_jis.c (code_to_mbclen): return
naruse
2012-04-14
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-10
* string.c (rb_str_tr): Documented use of \ to escape characters.
drbrain
2012-04-10
* string.c (rb_str_split_m): Documented behavior of split on the empty
drbrain
2012-04-02
* string.c (rb_str_start_with, rb_str_end_with): raise an error if
nobu
2012-03-27
* string.c (str_new_empty): should copy also the encoding as an
nobu
2012-03-25
* string.c (tr_setup_table): fix multiple non latin argument for
naruse
2012-03-23
* bignum.c (rb_str_to_inum): must be ASCII compatible encoding as
nobu
2012-03-16
* string.c (trnext): fix bug with string ending with '\\'.
kazu
2012-03-16
* string.c (trnext): should advance char-wise.
nobu
2012-03-15
* string.c (rb_str_conv_enc_opts): default to original encoding.
nobu
2012-03-14
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
2012-03-06
* string.c (rb_str_aref): Improve rdoc, as per [bug #6106]
marcandre
2012-03-05
* ext/bigdecimal/lib/bigdecimal/math.rb: remove description about
naruse
2012-02-27
Paranoia: /^/ -> /\A/ in regexp in rdoc. Pointed out by nobu.
knu
2012-02-27
* string.c (rb_str_crypt): Update rdoc and state that this
knu
2012-02-24
* string.c (rb_str_prepend): Fix documentation for String#prepend.
ayumin
2012-02-08
* string.c (rb_str_modify_expand): fix memory leak.
nobu
2012-01-11
* string.c (rb_str_concat): set array element after definition
ngoto
2012-01-08
* numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
naruse
2012-01-04
* string.c (str_nth_len): count ascii-only run at the end. this
nobu
2011-11-04
* whitespace cleanup.
nobu
2011-09-29
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-07-01
* string.c (tr_trans): free heap ptr when the str is not embeded.
naruse
2011-06-17
* internal.h: declare internal functions here.
akr
2011-06-09
* string.c: Fix the ambiguous description of the behavior of
mrkn
2011-06-01
Clarified String#tr rdoc. (RickHull)
ryan
2011-05-27
* string.c (rb_str_bytesize): rb_str_bytesize() should use LONG2NUM().
kosaki
2011-05-09
* string.c: Improve documentation for String#start_with? and
naruse
2011-04-24
* string.c (rb_to_id): remove unused variable.
kosaki
2011-04-20
* string.c (rb_str_each_line): check string's length when compare
naruse
2011-03-07
cancel subversion backfire. sorry
matz
2011-03-07
* gc.c (rb_gc_set_params): allow GC parameter configuration by
matz
2011-03-07
* string.c (tr_trans): suppress signedness/unsignedness warnings.
nobu
2011-03-03
* string.c (rb_str_slice_bang): raise error when the string is frozen.
naruse
2011-03-02
* string.c (str_byte_substr): return nil for negative length.
nobu
[next]