summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2009-02-05* string.c (rb_str_each_codepoint): update RDoc formatz
2009-02-04* string.c (rb_str_dump): use MBCLEN_CHARFOUND_P properly.akr
2009-01-21* string.c (hash): suppress a warning.nobu
2009-01-20* string.c (hash): fixed the tail bytes handling in the alignednobu
2009-01-19* string.c (hash): fixed typo. [ruby-dev:37791]nobu
2009-01-19* string.c (hash): defaulted to MurmurHash 2.0.nobu
2009-01-19* string.c (hash): added MurmurHash 2.0.nobu
2008-12-23* string.c (rb_external_str_new_with_enc): set ASCII-8BIT ifmatz
2008-12-22* string.c (rb_str_upto): should return enumerator if calledmatz
2008-12-17* string.c (rb_str_hash): gets rid of collisions between differentnobu
2008-12-13* string.c (sym_printable): wrong condition for string iteration.matz
2008-12-13* string.c (sym_inspect): quote if symbol contains non-printablematz
2008-12-13* string.c (sym_equal): remove documentation error "Otherwise,matz
2008-12-12* string.c (rb_string_value_ptr, rb_to_id): do not use a sidenobu
2008-12-05* string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomasnobu
2008-12-04* string.c (sym_to_proc): tabified.nobu
2008-12-04* string.c (sym_to_proc): use hidden object.nobu
2008-12-04* string.c (sym_to_proc): caches Symbol procs, based on a patch fromnobu
2008-11-11* include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimizednobu
2008-11-07* ext/curses/curses.c: curses encoding should obey locale.matz
2008-11-06* string.c (Init_String): remove Symbol#===. [ruby-dev:37026]matz
2008-10-29* string.c (rb_str_check_dummy_enc): new function to check dummymatz
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
2008-09-28* string.c (str_new): sets empty string to coderange 7bit.nobu
2008-09-24 * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa
2008-09-24 * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa
2008-09-24* string.c (rb_str_rstrip_bang): removing mixed spaces and nuls atmatz
2008-09-23* string.c (rb_str_casecmp): make the ordering consistent withakr
2008-09-18* string.c (rb_str_comparable): make ascii8bit string to bematz
2008-09-18* grapheme cluster implementation reverted. [ruby-dev:36375]akr
2008-09-17* string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr
2008-09-16* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr
2008-09-16* string.c (rb_str_concat): fix rdoc. (codepoint is integer)naruse
2008-09-16* string.c (rb_str_crypt): orthodox crypt() sees only first two bytesnobu