summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2008-07-22* include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu
2008-07-21* include/ruby/intern.h (rb_str_buf_new2): optimization for literals.nobu
2008-07-21* include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimizationnobu
2008-07-08* string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu
2008-07-07* string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu
2008-06-29* string.c (rb_str_format_m): make tmp volatile to avoid possible GCakr
2008-06-28* include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr
2008-06-27* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-06-26* string.c (rb_str_index_m, rb_str_rindex_m, rb_str_include): fixmame
2008-06-20* array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu
2008-06-20* string.c (rb_str_sub_bang): should preserve replacement pointsmatz
2008-06-20* string.c (rb_memhash): randomize hash to avoid algorithmicakr
2008-06-19* array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei
2008-06-19* string.c (str_gsub): should preserve last successful matchmatz
2008-06-19* string.c (str_alloc): specify 'inline' modifier.matz
2008-06-19* string.c (rb_str_scan): String#scan should preserve lastmatz
2008-06-11* io.c (read_all): should use io_read_encoding(), notmatz
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-04* string.c (hash): should be "static".ko1
2008-05-31* suppress warnings with -Wwrite-string.nobu
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