aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo2012-11-021-16/+28
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-2/+1
* string.c: GC guardnobu2012-10-111-0/+5
* * string.c (rb_str_match):zzak2012-10-061-0/+4
* * string.c (rb_str_concat): use memcpy to copy a string which containsnaruse2012-09-301-1/+1
* RB_TYPE_P BUILTIN_TYPEnobu2012-08-011-7/+19
* * string.c (rb_str_sub): Fixed wording of documentation to match thedrbrain2012-07-231-16/+16
* rb_str_new_frozen: new object if tainted/untrusted unmatchnobu2012-07-121-1/+1
* * array.c (rb_ary_aref): Added a description of the behavior ofdrbrain2012-07-051-3/+8
* * string.c (rb_str_bytesize): Improve documentation. Patch by Oscardrbrain2012-07-051-8/+15
* * array.c (rb_ary_aref): Updated documentation to indicate thedrbrain2012-07-031-29/+44
* use rb_check_hash_typenobu2012-06-261-2/+2
* rb_str_subposnobu2012-06-181-31/+43
* string.c: rb_str_symname_pnobu2012-06-091-10/+24
* * string.c (rb_str_start_with): Removed "p" from start_with? examplesdrbrain2012-06-081-10/+7
* Fix previous commit, it means not need to make the condition.naruse2012-06-021-4/+0
* * string.c (rb_enc_cr_str_buf_cat): don't reset coderange as unknown.naruse2012-06-021-3/+4
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-2/+2
* * enc/shift_jis.c (code_to_mbclen): returnnaruse2012-05-201-5/+14
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-3/+6
* * string.c (rb_str_tr): Documented use of \ to escape characters.drbrain2012-04-101-15/+41
* * string.c (rb_str_split_m): Documented behavior of split on the emptydrbrain2012-04-101-0/+5
* * string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu2012-04-021-4/+4
* * string.c (str_new_empty): should copy also the encoding as annobu2012-03-271-0/+1
* * string.c (tr_setup_table): fix multiple non latin argument fornaruse2012-03-251-3/+7
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-231-10/+9
* * string.c (trnext): fix bug with string ending with '\\'.kazu2012-03-161-2/+2
* * string.c (trnext): should advance char-wise.nobu2012-03-161-4/+4
* * string.c (rb_str_conv_enc_opts): default to original encoding.nobu2012-03-151-0/+1
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-25/+12
* * string.c (rb_str_aref): Improve rdoc, as per [bug #6106]marcandre2012-03-061-10/+10
* * ext/bigdecimal/lib/bigdecimal/math.rb: remove description aboutnaruse2012-03-051-1/+1
* Paranoia: /^/ -> /\A/ in regexp in rdoc. Pointed out by nobu.knu2012-02-271-2/+2
* * string.c (rb_str_crypt): Update rdoc and state that thisknu2012-02-271-6/+13
* * string.c (rb_str_prepend): Fix documentation for String#prepend.ayumin2012-02-241-3/+3
* * string.c (rb_str_modify_expand): fix memory leak.nobu2012-02-081-4/+12
* * string.c (rb_str_concat): set array element after definitionngoto2012-01-111-1/+2
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-081-9/+34
* * string.c (str_nth_len): count ascii-only run at the end. thisnobu2012-01-041-0/+1
* * whitespace cleanup.nobu2011-11-041-3/+3
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-13/+13
* * string.c (tr_trans): free heap ptr when the str is not embeded.naruse2011-07-011-0/+3
* * internal.h: declare internal functions here.akr2011-06-171-4/+1
* * string.c: Fix the ambiguous description of the behavior ofmrkn2011-06-091-1/+2
* Clarified String#tr rdoc. (RickHull)ryan2011-06-011-9/+12
* * string.c (rb_str_bytesize): rb_str_bytesize() should use LONG2NUM().kosaki2011-05-271-1/+1
* * string.c: Improve documentation for String#start_with? andnaruse2011-05-091-4/+4
* * string.c (rb_to_id): remove unused variable.kosaki2011-04-241-2/+1
* * string.c (rb_str_each_line): check string's length when comparenaruse2011-04-201-1/+2
* cancel subversion backfire. sorrymatz2011-03-071-1/+1