summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2008-10-24* string.c (rb_str_dump): should have removed commented outmatz
2008-10-24* string.c (rb_str_dump): do not use C++ comment.shyouhei
2008-10-23* string.c (rb_str_dump): use \u{ff} escape for UTF-8 encodingmatz
2008-10-22* string.c (rb_str_conv_enc_opts): new function to convert withmatz
2008-10-22* string.c (rb_external_str_new_with_enc): no implicit strlen call.matz
2008-10-21* string.c (rb_external_str_new_with_enc): wrong condition tomatz
2008-10-21* ext/zlib/zlib.c: remove obsolete prototype macros.matz
2008-10-20* include/ruby/ruby.h (ExportStringValue): new macro to convertmatz
2008-10-20* string.c (rb_locale_str_new): new function to convert stringmatz
2008-10-18* string.c (rb_external_str_new): a new function to convert frommatz
2008-10-16* .gdbinit (rp): REGEXP handling fixed.matz
2008-10-06* string.c (rb_str_comparable): string comparison should bematz
2008-10-02* string.c (rb_str_sub_bang): fix coderange.akr
2008-09-30* string.c (rb_str_split_m): should use rb_str_subseq() which usematz
2008-09-29* string.c (rb_str_subseq): don't use rb_str_drop_bytes for shortakr
2008-09-29* string.c (rb_str_subseq): use rb_str_drop_bytes if possible.akr
2008-09-28* string.c (str_new): sets empty string to coderange 7bit.nobu
2008-09-24 * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa
2008-09-24 * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa
2008-09-24* string.c (rb_str_rstrip_bang): removing mixed spaces and nuls atmatz
2008-09-23* string.c (rb_str_casecmp): make the ordering consistent withakr
2008-09-18* string.c (rb_str_comparable): make ascii8bit string to bematz
2008-09-18* grapheme cluster implementation reverted. [ruby-dev:36375]akr
2008-09-17* string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr
2008-09-16* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr
2008-09-16* string.c (rb_str_concat): fix rdoc. (codepoint is integer)naruse
2008-09-16* string.c (rb_str_crypt): orthodox crypt() sees only first two bytesnobu
2008-09-16* string.c (rb_str_each_codepoint): add new methods, #codepointsmatz
2008-09-16* string.c ():matz
2008-09-15* string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.naruse
2008-09-15* string.c (rb_str_squeeze_bang): specialized for 7bit characters inmatz
2008-09-15* encoding.c (RUBY_MAX_CHAR_LEN): defined.naruse
2008-09-13* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr
2008-09-13* include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr
2008-09-13* include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr
2008-09-11* include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse
2008-09-07* configure.in: Mac OS X's crypt(2) is broken with invalid salt.kazu
2008-09-05* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz
2008-08-29* string.c (rb_str_index_m): only regexp uses byte offset.naruse
2008-08-29* encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCIInaruse
2008-08-28* string.c (rb_str_shared_replace): remove corrupt noembed stringmame
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-08-15* string.c (rb_str_drop_bytes): use memmove.nobu
2008-08-13* configure.in (rb_cv_gcc_function_alias): checks alias attribute.nobu
2008-08-13* string.c (alias_func): changed to 'weak, alias' from 'alias' forkouji
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-08-13* string.c: Apply a temporary fix to fix build on OS X. A realknu
2008-08-12* error.c (rb_eEncCompatError): add Exception.naruse
2008-08-12* string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop.akr
2008-08-12* string.c (rb_str_drop_bytes): new function to drop first bytes.nobu