summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2008-04-06* string.c (rb_str_intern): need not to check if tainted.matz
2008-03-17* re.c (rb_memsearch_ss): simple shift search.naruse
2008-03-15* encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().matz
2008-03-14* include/ruby/ruby.h (inttypes.h): includes always if available.nobu
2008-03-14* string.c (UNALIGNED_WORD_ACCESS): IA64 cannot access unaligned word.nobu
2008-03-13* trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check.nobu
2008-03-12* configure.in (stdint.h): check if presence.nobu
2008-03-11* string.c (hash): replaced by MurmurHash described inmatz
2008-03-11* string.c (rb_str_comparable): empty strings in any encoding arematz
2008-03-09* string.c (rb_str_index): if t == s + pos, the character beginningnaruse
2008-03-09fix doc.akr
2008-03-08* string.c (search_nonascii): Use VALUE instead of unsigned longnaruse
2008-03-05* string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse
2008-03-05* string.c (is_utf8_lead_byte, count_utf8_lead_bytes_with_ulong):naruse
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-03-01* string.c (sym_inspect): use rb_str_inspect() instead ofmatz
2008-03-01* string.c (tr_setup_table, rb_str_split_m, rb_str_chomp_bang):nobu
2008-03-01* string.c (rb_str_coderange_scan_restartable): should not returnmatz
2008-02-29* test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz
2008-02-29* string.c (rb_str_chomp_bang): now works on UTF-16.matz
2008-02-29* time.c (time_strftime): format should be ascii compatible.matz
2008-02-29* string.c (rb_str_rpartition): calculation was done in byte indexing.matz
2008-02-28* string.c (str_new): remove encoding assumption of empty string.naruse
2008-02-28* string.c (rb_enc_str_copy): removed.naruse
2008-02-28* string.c (rb_str_reverse_bang): removed unsed variables.nobu
2008-02-28* include/ruby/encoding.h (rb_str_coderange_scan_restartable): addednobu
2008-02-27* string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse
2008-02-23* string.c (str_sublen): removed.naruse
2008-02-23* string.c (rb_enc_cr_str_copy_for_substr): renamed fromnaruse
2008-02-22* fix missing STR_ENC_GET.naruse
2008-02-22* add ascii incompatible case.naruse
2008-02-22* string.c (rb_enc_cr_str_copy): check string's coderange is 7bit ornaruse
2008-02-22* encoding.c (rb_enc_mbclen): return minlen instead of 1 whenakr
2008-02-22* string.c (rb_str_inspect): string of ascii incompatible encodingnaruse
2008-02-22* string.c (rb_str_substr): copy encoding although empty string.naruse
2008-02-21* string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT.naruse
2008-02-21* string.c: replace rb_enc_copy by rb_enc_cr_str_copy ornaruse
2008-02-20* string.c (rb_enc_str_copy): added for wrapper for rb_enc_copy.naruse
2008-02-19* string.c (rb_enc_strlen_cr): get length with coderange scan.naruse
2008-02-18* string.c (rb_str_each_line): fix newline size.akr
2008-02-17* encoding.c (ENC_CODERANGE_AND): fix broken case. [ruby-dev:33826]naruse
2008-02-17* encoding.c (ENC_CODERANGE_AND): added.naruse
2008-02-17* string.c (str_strlen): rb_enc_strlen doesn't fail.akr
2008-02-17* string.c (str_sublen): use rb_enc_strlen.akr
2008-02-17* string.c (rb_str_times): reduce loop overhead.akr
2008-02-16* include/ruby/re.h (struct rmatch_offset): new struct for characterakr
2008-02-16* string.c (rb_str_substr): optimized for UTF-8.naruse
2008-02-16* string.c (str_strlen): revert r15507. [ruby-dev:33810]naruse
2008-02-16* string.c (str_strlen): little more optimize.naruse
2008-02-16* encoding.c (rb_enc_compatible): empty strings are always compatible.akr