summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2010-09-24* string.c (sym_call), vm.c (invoke_block_from_c),nobu
2010-09-24* string.c (rb_str_to_i): fix rdoc: String#to_i raises annaruse
2010-09-24* string.c (rb_str_rindex): use rb_enc_prev_char instead of repeated str_nth.naruse
2010-09-14* string.c (rb_str_times): mentioned about Hash argument. a patchnobu
2010-09-01* string.c (tr_setup_table): optimized. don't create hash objectsnaruse
2010-08-30* string.c (tr_setup_table): fix bug in r29146.naruse
2010-08-30* string.c (tr_setup_table): initialize negating table whennaruse
2010-08-27 * string.c (rb_str_prepend): new method by Sora Harakamishyouhei
2010-08-16Tue Aug 17 07:42:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu
2010-08-14* configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macronobu
2010-08-05* string.c (rb_str_set_len): bail out when buffer overflowednobu
2010-08-05* string.c (rb_str_set_len): should fail to modify shared string.nobu
2010-08-05* string.c (str_make_independent_expand): fix buffer overflownobu
2010-08-04* string.c (rb_str_resize):: fix r28857 that failed to revert r28851.mame
2010-08-04 * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu
2010-08-04* string.c (rb_str_set_len): rb_str_modify cannot work before thenobu
2010-08-04* string.c (rb_str_resize): should copy the content properly. anobu
2010-08-01* string.c (rb_str_modify_expand, rb_str_resize): get rid ofnobu
2010-07-20* include/ruby/ruby.h (RSTRING_GETMEM): new macro to get ptr andnobu
2010-07-08* string.c (rb_str_conv_enc_opts): fix infinite loop becausenaruse
2010-07-05* string.c (NONASCII_MASK): NONASCII_MASK must be unsigned.mame
2010-06-30* string.c (rb_str_gsub_bang, rb_str_sub_bang, str_gsub): rdoc fixmarcandre
2010-06-06* string.c (rb_str_buf_cat_escaped_char): get rid of buffernobu
2010-06-05* string.c (sym_inspect): Escape when the symbol is notnaruse
2010-06-05* string.c (rb_str_buf_cat_escaped_char): defined.naruse
2010-05-31* string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse
2010-05-29* string.c (str_replace_shared): change embedded state atomically.mame
2010-05-28* string.c (sym_inspect): escape ASCII-compatible strings.nobu
2010-05-28* string.c (rb_str_inspect): escape ASCII-compatible strings.nobu
2010-05-17* proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.marcandre
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-13* array.c: Harmonize documentation, in particular regarding:marcandre
2010-05-06* string.c (rb_str_match_m): add description about optionalnaruse
2010-04-30* string.c (rb_str_sub_bang): String#sub! now raises an error whenmarcandre
2010-04-30* eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre
2010-04-14* string.c (rb_string_value_cstr): make NUL terminated if it isnobu
2010-03-20* string.c (rb_str_sum): use UCHAR_MAX.akr
2010-03-18* string.c (rb_str_sum): don't call method for each byte.akr
2010-03-07* io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre
2010-02-23* string.c (str_new_empty): String#split, partition, rpartitionmame
2010-02-10* array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu
2010-01-31* fix the previous previous commit.mame
2010-01-31* string.c (rb_string_value): make no exception for Symbol.mame
2010-01-25* string.c (rb_str_inspect): suppress a warning.nobu
2010-01-24* string.c (rb_str_inspect): increment by rb_enc_mbminlen(enc) forakr
2010-01-24* string.c (rb_enc_strlen_cr): increment by rb_enc_mbminlen(enc) forakr
2010-01-14* string.c (rb_str_concat): fixed range check for Fixnum, andnobu
2010-01-14* string.c (rb_str_concat): raise RangeError when the argument isnaruse
2010-01-12* string.c (rb_str_set_len): call rb_str_modify.akr
2010-01-11* string.c (rb_str_strlen): added. [ruby-dev:40028]naruse