aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_enc_cr_str_buf_cat): concatenation of validnobu2010-11-031-1/+4
* * string.c (rb_str_dump): fix expected length. [ruby-core:32935]nobu2010-10-281-5/+4
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-11/+3
* Commit miss.nobu2010-10-191-3/+11
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-11/+3
* * numeric.c (rb_num_to_uint): added to check the range of arguments.naruse2010-10-131-5/+10
* * string.c (rb_str_concat): use unsigned int for GB18030.naruse2010-10-121-16/+7
* * string.c (sym_call), vm.c (invoke_block_from_c),nobu2010-09-241-1/+3
* * string.c (rb_str_to_i): fix rdoc: String#to_i raises annaruse2010-09-241-1/+1
* * string.c (rb_str_rindex): use rb_enc_prev_char instead of repeated str_nth.naruse2010-09-241-3/+3
* * string.c (rb_str_times): mentioned about Hash argument. a patchnobu2010-09-141-3/+4
* * string.c (tr_setup_table): optimized. don't create hash objectsnaruse2010-09-011-19/+21
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-301-5/+8
* * string.c (tr_setup_table): initialize negating table whennaruse2010-08-301-9/+12
* * string.c (rb_str_prepend): new method by Sora Harakamishyouhei2010-08-271-0/+21
* Tue Aug 17 07:42:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu2010-08-161-5/+6
* * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macronobu2010-08-141-1/+1
* * string.c (rb_str_set_len): bail out when buffer overflowednobu2010-08-051-0/+5
* * string.c (rb_str_set_len): should fail to modify shared string.nobu2010-08-051-0/+3
* * string.c (str_make_independent_expand): fix buffer overflownobu2010-08-051-1/+2
* * string.c (rb_str_resize):: fix r28857 that failed to revert r28851.mame2010-08-041-1/+1
* * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu2010-08-041-1/+1
* * string.c (rb_str_set_len): rb_str_modify cannot work before thenobu2010-08-041-1/+1
* * string.c (rb_str_resize): should copy the content properly. anobu2010-08-041-1/+1
* * string.c (rb_str_modify_expand, rb_str_resize): get rid ofnobu2010-08-011-19/+38
* * include/ruby/ruby.h (RSTRING_GETMEM): new macro to get ptr andnobu2010-07-201-7/+13
* * string.c (rb_str_conv_enc_opts): fix infinite loop becausenaruse2010-07-081-1/+1
* * string.c (NONASCII_MASK): NONASCII_MASK must be unsigned.mame2010-07-051-1/+1
* * string.c (rb_str_gsub_bang, rb_str_sub_bang, str_gsub): rdoc fixmarcandre2010-06-301-35/+53
* * string.c (rb_str_buf_cat_escaped_char): get rid of buffernobu2010-06-061-2/+7
* * string.c (sym_inspect): Escape when the symbol is notnaruse2010-06-051-1/+3
* * string.c (rb_str_buf_cat_escaped_char): defined.naruse2010-06-051-22/+31
* * string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse2010-05-311-1/+4
* * string.c (str_replace_shared): change embedded state atomically.mame2010-05-291-1/+1
* * string.c (sym_inspect): escape ASCII-compatible strings.nobu2010-05-281-8/+20
* * string.c (rb_str_inspect): escape ASCII-compatible strings.nobu2010-05-281-1/+2
* * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.marcandre2010-05-171-1/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-163/+163
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-9/+15
* * string.c (rb_str_match_m): add description about optionalnaruse2010-05-061-2/+5
* * string.c (rb_str_sub_bang): String#sub! now raises an error whenmarcandre2010-04-301-0/+1
* * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre2010-04-301-7/+7
* * string.c (rb_string_value_cstr): make NUL terminated if it isnobu2010-04-141-1/+3
* * string.c (rb_str_sum): use UCHAR_MAX.akr2010-03-201-1/+1
* * string.c (rb_str_sum): don't call method for each byte.akr2010-03-181-25/+33
* * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre2010-03-071-54/+21
* * string.c (str_new_empty): String#split, partition, rpartitionmame2010-02-231-5/+13
* * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu2010-02-101-0/+1
* * fix the previous previous commit.mame2010-01-311-1/+2
* * string.c (rb_string_value): make no exception for Symbol.mame2010-01-311-7/+1