summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2012-12-01adjust style.nobu
2012-11-30string.c: compare with to_strnobu
2012-11-30string.c: use rb_check_funcallnobu
2012-11-30string.c: always fixed valuenobu
2012-11-27* string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints)knu
2012-11-27Suppress uninitialized variable warning with UNINITIALIZED_VAR()naruse
2012-11-26string.c: suppress warningnobu
2012-11-26* string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints)kosaki
2012-11-26string.c: suppress warningsnobu
2012-11-24String#{lines,chars,codepoints,bytes} now return an array.knu
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-09siphashnobu
2012-11-09* string.c (rb_str_crypt): crypt(3) may return NULL.naruse
2012-11-06* string.c: Support for String#{each_byte,each_char,each_codepoint}.sizemarcandre
2012-11-06* string.c (rb_str_b): Add String#b, returning a copied stringnaruse
2012-11-02* string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-10-11string.c: GC guardnobu
2012-10-06* string.c (rb_str_match):zzak
2012-09-30* string.c (rb_str_concat): use memcpy to copy a string which containsnaruse
2012-08-01RB_TYPE_P BUILTIN_TYPEnobu
2012-07-23* string.c (rb_str_sub): Fixed wording of documentation to match thedrbrain
2012-07-12rb_str_new_frozen: new object if tainted/untrusted unmatchnobu
2012-07-05* array.c (rb_ary_aref): Added a description of the behavior ofdrbrain
2012-07-05* string.c (rb_str_bytesize): Improve documentation. Patch by Oscardrbrain
2012-07-03* array.c (rb_ary_aref): Updated documentation to indicate thedrbrain
2012-06-26use rb_check_hash_typenobu
2012-06-18rb_str_subposnobu
2012-06-09string.c: rb_str_symname_pnobu
2012-06-08* string.c (rb_str_start_with): Removed "p" from start_with? examplesdrbrain
2012-06-02Fix 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-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-05-20* enc/shift_jis.c (code_to_mbclen): returnnaruse
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
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 emptydrbrain
2012-04-02* string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu
2012-03-27* string.c (str_new_empty): should copy also the encoding as annobu
2012-03-25* string.c (tr_setup_table): fix multiple non latin argument fornaruse
2012-03-23* bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu
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 aboutnaruse
2012-02-27Paranoia: /^/ -> /\A/ in regexp in rdoc. Pointed out by nobu.knu
2012-02-27* string.c (rb_str_crypt): Update rdoc and state that thisknu
2012-02-24* string.c (rb_str_prepend): Fix documentation for String#prepend.ayumin