summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2007-09-26* string.c (rb_str_associate_encoding): commit miss.nobu
2007-09-26* encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu
2007-09-26* encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu
2007-09-20* re.c (rb_reg_match_m): evaluate a block if match. it would makematz
2007-09-15* string.c (rb_str_rstrip_bang): fixed too much rstrip. [ruby-dev:31786]kou
2007-09-15* encoding.c (rb_enc_associate_index, rb_enc_get_index): check ifnobu
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-09-06* string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu
2007-09-05* string.c (rb_str_splice): integer overflow for length.matz
2007-08-30* string.c (tr_trans, rb_str_squeeze_bang, rb_str_split_m): suppressnobu
2007-08-29* string.c (str_gsub): should not use mbclen2() which has broken API.matz
2007-08-28* string.c (rb_str_subseq): retrieve substring based on byte offset.matz
2007-08-28* string.c (rb_str_splice_0): should check to modify. [ruby-dev:31665]nobu
2007-08-27* string.c (rb_str_each_line): should swallow sequence of newlinesmatz
2007-08-27* string.c (rb_str_rstrip_bang): wrong strip point. [ruby-dev:31652]matz
2007-08-27* string.c (sym_encoding): return the encoding of a Symbol.nobu
2007-08-27* string.c (tr_trans): wrong condition for mbmaxlen==1 strings.matz
2007-08-25* string.c, include/ruby/intern.h: export rb_str_length().ko1
2007-08-25* string.c (rb_str_splice): return from void funtion.nobu
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-24* array.c (rb_ary_s_try_convert): a new class method to convertmatz
2007-08-20* string.c (Init_String): remove Symbol.intern and Symbol#dump.matz
2007-08-18* insnhelper.ci, string.c: fixed indent.nobu
2007-07-21* string.c (rb_str_resize): fix indent.nobu
2007-07-16* string.c (rb_str_rindex_m): accept string-like object convertiblenobu
2007-06-26* string.c (rb_str_clear): need to check STR_EMBED_P() beforematz
2007-06-23update document to follow MatchData#inspect implementation.akr
2007-06-22* string.c (rb_str_upto): add optional argument to specifymatz
2007-06-10* include/ruby: moved public headers.nobu
2007-02-23* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz
2007-02-23* string.c (rb_str_ord): need not to check string length; ordmatz
2007-02-14* re.c (reg_operand): allow symbols to be operands for regularmatz
2007-02-04* parse.y (rb_compose_ivar2): function to create a new ivar2matz
2007-02-02* ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz
2007-01-30* string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa
2007-01-16* eval_proc.c (rb_proc_new): added.ko1
2007-01-08* string.c (rb_str_upto): use RSTRING_LEN().matz
2007-01-08* string.c (rb_str_upto): String#upto from empty string makesmatz
2006-12-31 * Merge YARVko1
2006-12-21* string.c (rb_str_ord): typo fixed. reported from Korneliusmatz
2006-12-21* string.c (rb_str_slice_bang): rdoc description bug fixed.matz
2006-12-11* string.c (rb_str_aset): index double decode problem.matz
2006-11-06* string.c (Init_String): remove duplicated definition ofmatz
2006-11-06* parse.y (arg_dup_check): vid may be nameless internal id.matz
2006-11-02* string.c: class Symbol is no longer subclass of String. alsomatz
2006-11-01* string.c (hash): use Bob Jenkins' hash algorithm.matz
2006-10-22* string.c (rb_str_upcase, rb_str_downcase, rb_str_downcase,matz
2006-10-22* string.c (rb_str_substr): should be infected with only originalnobu
2006-10-18* string.c (rb_str_each_line): String#lines now works when a blockmatz
2006-10-16* string.c (rb_str_lines): now takes optional argument for thematz