Age | Commit message (Expand) | Author |
2013-03-10 | merge revision(s) 39495: [Backport #7954] | nagachika |
2013-03-09 | merge revision(s) 39418: | nagachika |
2013-02-19 | Merge revision 39292: | drbrain |
2013-01-31 | * string.c (rb_str_aset_m): Documentation for String#[]= fix | zzak |
2013-01-05 | * string.c (rb_str_enumerate_lines): fix invalid byte sequence error | glass |
2012-12-25 | string.c: empty string is not invalid | nobu |
2012-12-25 | string.c: reduce duplicated code | nobu |
2012-12-25 | string.c: GC guard | nobu |
2012-12-22 | internal.h: quote unprintable | nobu |
2012-12-08 | * eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block): | shugo |
2012-12-01 | adjust style. | nobu |
2012-11-30 | string.c: compare with to_str | nobu |
2012-11-30 | string.c: use rb_check_funcall | nobu |
2012-11-30 | string.c: always fixed value | nobu |
2012-11-27 | * string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints) | knu |
2012-11-27 | Suppress uninitialized variable warning with UNINITIALIZED_VAR() | naruse |
2012-11-26 | string.c: suppress warning | nobu |
2012-11-26 | * string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints) | kosaki |
2012-11-26 | string.c: suppress warnings | nobu |
2012-11-24 | String#{lines,chars,codepoints,bytes} now return an array. | knu |
2012-11-12 | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove |
2012-11-09 | siphash | nobu |
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}.size | marcandre |
2012-11-06 | * string.c (rb_str_b): Add String#b, returning a copied string | naruse |
2012-11-02 | * string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_proc | shugo |
2012-10-20 | * include/ruby/ruby.h: add C APIs. | nari |
2012-10-11 | string.c: GC guard | nobu |
2012-10-06 | * string.c (rb_str_match): | zzak |
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 |