summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2010-02-04* string (rb_string_value): warning for implicit conversionyugui
2010-02-04merges r26052 from trunk into ruby_1_9_1.yugui
2010-01-30merges r25334 from trunk into ruby_1_9_1.yugui
2009-12-07* string.c (rb_str_justify): CVE-2009-4124.yugui
2009-12-05merges r25351 from trunk into ruby_1_9_1. fixes the backport task #2214.yugui
2009-10-25merges r24511 from trunk into ruby_1_9_1.yugui
2009-10-25merges r24509 from trunk into ruby_1_9_1.yugui
2009-08-08merges r24342 and r24348 from trunk into ruby_1_9_1.yugui
2009-07-15merges r24103 from trunk into ruby_1_9_1.yugui
2009-07-12merges r23930 from trunk into ruby_1_9_1.yugui
2009-07-12merges r23916 from trunk into ruby_1_9_1.yugui
2009-06-20merges r23568 from trunk into ruby_1_9_1.yugui
2009-06-20merges r23562 and r23564 from trunk into ruby_1_9_1.yugui
2009-05-04merges r23160 from trunk into ruby_1_9_1.yugui
2009-05-04merges r23159 from trunk into ruby_1_9_1.yugui
2009-05-04merges r23155 and r23158 from trunk into ruby_1_9_1.yugui
2009-03-04merges r22611 from trunk into ruby_1_9_1.yugui
2009-03-03merges r22608 from trunk into ruby_1_9_1.yugui
2009-03-03merges r22606 from trunk into ruby_1_9_1.yugui
2009-03-03merges r22505 and r22547 from trunk into ruby_1_9_1.yugui
2009-02-22merges r22255 from trunk into ruby_1_9_1.yugui
2009-02-22merges r22083 from trunk into ruby_1_9_1.yugui
2008-12-26merges r20952 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20906 from trunk into ruby_1_9_1.yugui
2008-12-17merges r20804 from trunk into ruby_1_9_1.yugui
2008-12-16merges r20723 and r20724 from trunk into ruby_1_9_1.yugui
2008-12-16merges r20722 from trunk into ruby_1_9_1.yugui
2008-12-13merges r20651 from trunk into ruby_1_9_1.yugui
2008-12-05merges r20534 from trunk into ruby_1_9_1.yugui
2008-11-18merges r20224 from trunk into ruby_1_9_1yugui
2008-11-11merges r20145 from trunk into ruby_1_9_1.yugui
2008-11-11merges r20125 from trunk into ruby_1_9_1.yugui
2008-10-30merges r20046 from trunk into ruby_1_9_1.yugui
2008-10-29* string.c (rb_str_cmp): fix condition which always returned truemame
2008-10-24* string.c (rb_str_dump): should have removed commented outmatz
2008-10-24* string.c (rb_str_dump): do not use C++ comment.shyouhei
2008-10-23* string.c (rb_str_dump): use \u{ff} escape for UTF-8 encodingmatz
2008-10-22* string.c (rb_str_conv_enc_opts): new function to convert withmatz
2008-10-22* string.c (rb_external_str_new_with_enc): no implicit strlen call.matz
2008-10-21* string.c (rb_external_str_new_with_enc): wrong condition tomatz
2008-10-21* ext/zlib/zlib.c: remove obsolete prototype macros.matz
2008-10-20* include/ruby/ruby.h (ExportStringValue): new macro to convertmatz
2008-10-20* string.c (rb_locale_str_new): new function to convert stringmatz
2008-10-18* string.c (rb_external_str_new): a new function to convert frommatz
2008-10-16* .gdbinit (rp): REGEXP handling fixed.matz
2008-10-06* string.c (rb_str_comparable): string comparison should bematz
2008-10-02* string.c (rb_str_sub_bang): fix coderange.akr
2008-09-30* string.c (rb_str_split_m): should use rb_str_subseq() which usematz
2008-09-29* string.c (rb_str_subseq): don't use rb_str_drop_bytes for shortakr
2008-09-29* string.c (rb_str_subseq): use rb_str_drop_bytes if possible.akr