summaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (hash): suppress a warning.nobu2009-01-211-0/+2
* * string.c (hash): fixed the tail bytes handling in the alignednobu2009-01-201-4/+10
* * string.c (hash): fixed typo. [ruby-dev:37791]nobu2009-01-191-1/+1
* * string.c (hash): defaulted to MurmurHash 2.0.nobu2009-01-191-2/+2
* * string.c (hash): added MurmurHash 2.0.nobu2009-01-191-54/+93
* * string.c (rb_external_str_new_with_enc): set ASCII-8BIT ifmatz2008-12-231-0/+5
* * string.c (rb_str_upto): should return enumerator if calledmatz2008-12-221-0/+1
* * string.c (rb_str_hash): gets rid of collisions between differentnobu2008-12-171-1/+5
* * string.c (sym_printable): wrong condition for string iteration.matz2008-12-131-4/+3
* * string.c (sym_inspect): quote if symbol contains non-printablematz2008-12-131-1/+15
* * string.c (sym_equal): remove documentation error "Otherwise,matz2008-12-131-2/+1
* * string.c (rb_string_value_ptr, rb_to_id): do not use a sidenobu2008-12-121-4/+7
* * string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomasnobu2008-12-051-2/+2
* * string.c (sym_to_proc): tabified.nobu2008-12-041-8/+8
* * string.c (sym_to_proc): use hidden object.nobu2008-12-041-1/+1
* * string.c (sym_to_proc): caches Symbol procs, based on a patch fromnobu2008-12-041-2/+25
* * include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimizednobu2008-11-111-0/+2
* * ext/curses/curses.c: curses encoding should obey locale.matz2008-11-071-0/+6
* * string.c (Init_String): remove Symbol#===. [ruby-dev:37026]matz2008-11-061-8/+0
* * string.c (rb_str_check_dummy_enc): new function to check dummymatz2008-10-291-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
* * string.c (rb_str_each_codepoint): add new methods, #codepointsmatz2008-09-161-0/+55
* * string.c ():matz2008-09-161-121/+243