summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2007-12-14* io.c (rb_f_p): RDoc update. a patch from murphy <murphy AT rubychan.de>.matz
2007-12-14* string.c (rb_str_cmp): encoding aware comparison.matz
2007-12-13* string.c (str_nth): direct jump if string is 7bit only. greatmatz
2007-12-13* string.c (rb_str_shared_replace): make str noembed after free.akr
2007-12-13* string.c (rb_str_succ): should not enter infinite loop formatz
2007-12-13* string.c (str_gsub): should copy encoding to the result.matz
2007-12-13* string.c (rb_str_split_m): need not to check encoding if regexpmatz
2007-12-12* re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr
2007-12-12* re.c (rb_reg_regsub): should copy encoding.nobu
2007-12-10* string.c (rb_str_tmp_new): creates hidden temporary buffer.nobu
2007-12-10* string.c (rb_str_insert): should not add length in bytes to index innobu
2007-12-10* transcode.c: new file to provide encoding conversion features.matz
2007-12-10* re.c (rb_reg_search): return byte offset. [ruby-dev:32452]nobu
2007-12-09* re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr
2007-12-09* string.c (tr_find): returns true if no characters to be removed isnobu
2007-12-09* string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr
2007-11-27* include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr
2007-11-25* include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-11-10* string.c (tr_trans): cast to unsigned char after dereferenceakr
2007-11-09* string.c (rb_str_squeeze_bang): initialize squeezing table if nonobu
2007-11-07* string.c (tr_setup_table, tr_trans): fix test failures in test/ruby/test_st...davidflanagan
2007-11-03* string.c (tr_setup_table): use C array for characters that fitmatz
2007-10-29* string.c (rb_str_substr): perfomance improvement. [ruby-dev:31806]nobu
2007-10-16* string.c (rb_str_ord): use encoding.nobu
2007-10-16* string.c (rb_str_new4): should copy encoding. a patch from NARUSE,nobu
2007-10-13* encoding.c (rb_cEncoding): new Encoding class.nobu
2007-10-10* string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu
2007-10-06* string.c (rb_str_to_i): update RDoc since base can be any valuematz
2007-10-06* encoding.c (rb_enc_register): returns new index or -1 if failed.nobu
2007-10-06* insns.def (opt_eq): get rid of gcc bug.nobu
2007-10-04revert rb_memcmp() change to pacify GCC optimizermatz
2007-10-04* re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz
2007-10-04* re.c (ignorecase_setter): change warning message.matz
2007-10-04* encoding.c (rb_obj_encoding): returns encoding of the given object.nobu
2007-09-30* string.c (rb_str_append): always set encoding, and coderangenobu
2007-09-29* array.c (rb_ary_combination): new method to give all combinationmatz
2007-09-28* encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu
2007-09-28* string.c (rb_str_comparable): need not to check asciicompat here.matz
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