summaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* merges r23568 from trunk into ruby_1_9_1.yugui2009-06-201-2/+3
* merges r23562 and r23564 from trunk into ruby_1_9_1.yugui2009-06-201-0/+2
* merges r23160 from trunk into ruby_1_9_1.yugui2009-05-041-1/+1
* merges r23159 from trunk into ruby_1_9_1.yugui2009-05-041-1/+2
* merges r23155 and r23158 from trunk into ruby_1_9_1.yugui2009-05-041-1/+1
* merges r22611 from trunk into ruby_1_9_1.yugui2009-03-041-0/+1
* merges r22608 from trunk into ruby_1_9_1.yugui2009-03-031-1/+1
* merges r22606 from trunk into ruby_1_9_1.yugui2009-03-031-2/+10
* merges r22505 and r22547 from trunk into ruby_1_9_1.yugui2009-03-031-8/+32
* merges r22255 from trunk into ruby_1_9_1.yugui2009-02-221-8/+10
* merges r22083 from trunk into ruby_1_9_1.yugui2009-02-221-1/+1
* merges r20952 from trunk into ruby_1_9_1.yugui2008-12-261-0/+5
* merges r20906 from trunk into ruby_1_9_1.yugui2008-12-251-0/+1
* merges r20804 from trunk into ruby_1_9_1.yugui2008-12-171-1/+5
* merges r20723 and r20724 from trunk into ruby_1_9_1.yugui2008-12-161-1/+14
* merges r20722 from trunk into ruby_1_9_1.yugui2008-12-161-2/+1
* merges r20651 from trunk into ruby_1_9_1.yugui2008-12-131-4/+7
* merges r20534 from trunk into ruby_1_9_1.yugui2008-12-051-2/+2
* merges r20224 from trunk into ruby_1_9_1yugui2008-11-181-0/+2
* merges r20145 from trunk into ruby_1_9_1.yugui2008-11-111-0/+6
* merges r20125 from trunk into ruby_1_9_1.yugui2008-11-111-8/+0
* merges r20046 from trunk into ruby_1_9_1.yugui2008-10-301-3/+14
* * string.c (rb_str_cmp): fix condition which always returned truemame2008-10-291-1/+1
* * string.c (rb_str_dump): should have removed commented outmatz2008-10-241-1/+0
* * string.c (rb_str_dump): do not use C++ comment.shyouhei2008-10-241-1/+1
* * string.c (rb_str_dump): use \u{ff} escape for UTF-8 encodingmatz2008-10-231-9/+33
* * string.c (rb_str_conv_enc_opts): new function to convert withmatz2008-10-221-2/+8
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-221-1/+12
* * string.c (rb_external_str_new_with_enc): wrong condition tomatz2008-10-211-2/+3
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-211-6/+11
* * include/ruby/ruby.h (ExportStringValue): new macro to convertmatz2008-10-201-38/+59
* * string.c (rb_locale_str_new): new function to convert stringmatz2008-10-201-0/+6
* * string.c (rb_external_str_new): a new function to convert frommatz2008-10-181-0/+54
* * .gdbinit (rp): REGEXP handling fixed.matz2008-10-161-1/+1
* * string.c (rb_str_comparable): string comparison should bematz2008-10-061-3/+0
* * string.c (rb_str_sub_bang): fix coderange.akr2008-10-021-1/+5
* * string.c (rb_str_split_m): should use rb_str_subseq() which usematz2008-09-301-2/+2
* * string.c (rb_str_subseq): don't use rb_str_drop_bytes for shortakr2008-09-291-2/+3
* * string.c (rb_str_subseq): use rb_str_drop_bytes if possible.akr2008-09-291-1/+9
* * string.c (str_new): sets empty string to coderange 7bit.nobu2008-09-281-0/+3
* * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa2008-09-241-2/+6
* * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa2008-09-241-1/+1
* * string.c (rb_str_rstrip_bang): removing mixed spaces and nuls atmatz2008-09-241-5/+2
* * string.c (rb_str_casecmp): make the ordering consistent withakr2008-09-231-16/+26
* * string.c (rb_str_comparable): make ascii8bit string to bematz2008-09-181-1/+4
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-181-50/+112
* * string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr2008-09-171-15/+38
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-161-97/+12
* * string.c (rb_str_concat): fix rdoc. (codepoint is integer)naruse2008-09-161-5/+5
* * string.c (rb_str_crypt): orthodox crypt() sees only first two bytesnobu2008-09-161-16/+13