summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2008-05-20* string.c (rb_usascii_str_new): use rb_str_new.naruse
2008-05-20* string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT ifmatz
2008-05-19* regparse.c (PINC): use optimized enclen() instead ofmatz
2008-05-15* string.c (tr_find): String#delete returned wrong result when multiplemame
2008-05-13* string.c (rb_str_cat): fixed buffer overrun reported bymatz
2008-05-12* string.c (sym_to_i): really removed. [ruby-dev:34641]matz
2008-05-10* string.c (tr_trans): should not turn on modify flag if nomatz
2008-05-10* string.c (tr_trans): should check src size, not str size.matz
2008-05-10* string.c (tr_trans): single '^' does not mean negation.matz
2008-05-10* string.c (rb_str_each_line): zero length record separator shouldmatz
2008-05-07* thread.c (rb_thread_key_p): thread local storage stores ID.nobu
2008-05-07* string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz
2008-05-04* string.c (rb_str_each_line): return original string.akr
2008-04-22* string.c (rb_enc_cr_str_buf_cat): do not use C++ comment.shyouhei
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