Age | Commit message (Expand) | Author |
2009-02-17 | merge revision(s) 20354: | shyouhei |
2009-02-16 | merge revision(s) 20287: | shyouhei |
2008-07-17 | merge revision(s) 17719: | shyouhei |
2008-06-30 | merge revision(s) 17530: | shyouhei |
2008-06-20 | merge revision(s) 17483: | shyouhei |
2008-06-20 | merge revision(s) 17470:17472: | shyouhei |
2008-06-19 | * array.c (ary_new, rb_ary_initialize, rb_ary_store, | shyouhei |
2008-06-06 | Merge changes from ruby_1_8 to reduce warnings and potentially improve | knu |
2008-05-31 | Merge from ruby_1_8. | knu |
2008-05-28 | Merge from ruby_1_8. | knu |
2008-05-28 | Merge from ruby_1_8. | knu |
2008-05-18 | Merge -r16241:16456 from ruby_1_8. | knu |
2008-04-14 | * random.c (rb_genrand_int32, rb_genrand_real), intern.h: Export. | knu |
2008-04-14 | * enum.c (enum_find, enum_reject): Return an enumerator if no | knu |
2008-04-14 | * string.c (rb_str_each_char): New methods: String#chars and | knu |
2008-04-14 | * string.c (rb_str_each_line, rb_str_each_byte): Reflect | knu |
2008-04-14 | * string.c (rb_str_partition, rb_str_rpartition, | knu |
2007-12-27 | * string.c (rb_str_lines, rb_str_bytes): ditto. | nobu |
2007-12-27 | * intern.h, string.c (rb_str_set_len): added for upgrading path from | nobu |
2007-10-06 | * string.c (rb_str_to_i): update RDoc since base can be any value | matz |
2007-09-23 | Sorry nobu, reverting r13473, which turned out to be a SEGV-generator. | shyouhei |
2007-09-20 | * string.c (str_alloc): defaults to null_str instead of NULL. | nobu |
2007-09-05 | * string.c (rb_str_splice): integer overflow for length. | matz |
2007-07-16 | * string.c (rb_str_rindex_m): accept string-like object convertible | nobu |
2007-01-30 | * string.c (rb_str_sub_bang): calling rb_str_modify() should be just | usa |
2007-01-08 | * string.c (rb_str_upto): String#upto from empty string makes | matz |
2007-01-03 | Revert r11453 | matz |
2007-01-03 | * io.c (ruby_dup): start GC on ENOMEM as well. | matz |
2006-12-11 | * string.c (rb_str_aset): index double decode problem. | matz |
2006-10-22 | * string.c (rb_str_substr): should be infected with only original | nobu |
2006-10-07 | * string.c (rb_str_scan): small documentation fix. | matz |
2006-09-14 | * string.c (rb_str_intern): raise SecurityError only when $SAFE | matz |
2006-09-13 | * string.c (rb_str_intern): prohibit interning tainted string. | matz |
2006-07-31 | * ruby.h: use ifdef (or defined) for macro constants that may or | matz |
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-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-05-16 | * re.c (rb_reg_initialize): should not modify untainted objects in | matz |
2005-10-27 | * string.c (scan_once): wrong condition to use mbclen2(). | matz |
2005-09-17 | * lib/cgi.rb (CGI::Cookie): should handle multiple values for a | matz |
2005-09-09 | * string.c (rb_str_times): make empty strings to keep taintness, | nobu |
2005-04-20 | fixed error on rdoc generation | ocean |
2005-03-07 | * string.c (rb_str_cmp_m): should not return false but nil. | matz |
2005-02-12 | * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check. | matz |
2005-01-20 | * string.c (rb_str_new4): should propagate taintedness. | matz |
2004-12-29 | * string.c (rb_str_justify): [ruby-dev:25367] | matz |
2004-12-28 | * string.c (rb_str_justify): create buffer string after argument type | nobu |
2004-12-09 | * string.c (rb_str_inspect): escape # which starts an expression | nobu |
2004-11-29 | * object.c (convert_type): [ruby-core:03845] | matz |