| Commit message (Expand) | Author | Age | Files | Lines |
* | * string.c (rb_enc_cr_str_buf_cat): concatenation of valid | nobu | 2010-11-03 | 1 | -1/+4 |
* | * string.c (rb_str_dump): fix expected length. [ruby-core:32935] | nobu | 2010-10-28 | 1 | -5/+4 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -11/+3 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -3/+11 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -11/+3 |
* | * numeric.c (rb_num_to_uint): added to check the range of arguments. | naruse | 2010-10-13 | 1 | -5/+10 |
* | * string.c (rb_str_concat): use unsigned int for GB18030. | naruse | 2010-10-12 | 1 | -16/+7 |
* | * string.c (sym_call), vm.c (invoke_block_from_c), | nobu | 2010-09-24 | 1 | -1/+3 |
* | * string.c (rb_str_to_i): fix rdoc: String#to_i raises an | naruse | 2010-09-24 | 1 | -1/+1 |
* | * string.c (rb_str_rindex): use rb_enc_prev_char instead of repeated str_nth. | naruse | 2010-09-24 | 1 | -3/+3 |
* | * string.c (rb_str_times): mentioned about Hash argument. a patch | nobu | 2010-09-14 | 1 | -3/+4 |
* | * string.c (tr_setup_table): optimized. don't create hash objects | naruse | 2010-09-01 | 1 | -19/+21 |
* | * string.c (tr_setup_table): fix bug in r29146. | naruse | 2010-08-30 | 1 | -5/+8 |
* | * string.c (tr_setup_table): initialize negating table when | naruse | 2010-08-30 | 1 | -9/+12 |
* | * string.c (rb_str_prepend): new method by Sora Harakami | shyouhei | 2010-08-27 | 1 | -0/+21 |
* | Tue Aug 17 07:42:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> | nobu | 2010-08-16 | 1 | -5/+6 |
* | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu | 2010-08-14 | 1 | -1/+1 |
* | * string.c (rb_str_set_len): bail out when buffer overflowed | nobu | 2010-08-05 | 1 | -0/+5 |
* | * string.c (rb_str_set_len): should fail to modify shared string. | nobu | 2010-08-05 | 1 | -0/+3 |
* | * string.c (str_make_independent_expand): fix buffer overflow | nobu | 2010-08-05 | 1 | -1/+2 |
* | * string.c (rb_str_resize):: fix r28857 that failed to revert r28851. | mame | 2010-08-04 | 1 | -1/+1 |
* | * string.c (rb_str_resize): reverted r28851. rb_str_resize cannot | nobu | 2010-08-04 | 1 | -1/+1 |
* | * string.c (rb_str_set_len): rb_str_modify cannot work before the | nobu | 2010-08-04 | 1 | -1/+1 |
* | * string.c (rb_str_resize): should copy the content properly. a | nobu | 2010-08-04 | 1 | -1/+1 |
* | * string.c (rb_str_modify_expand, rb_str_resize): get rid of | nobu | 2010-08-01 | 1 | -19/+38 |
* | * include/ruby/ruby.h (RSTRING_GETMEM): new macro to get ptr and | nobu | 2010-07-20 | 1 | -7/+13 |
* | * string.c (rb_str_conv_enc_opts): fix infinite loop because | naruse | 2010-07-08 | 1 | -1/+1 |
* | * string.c (NONASCII_MASK): NONASCII_MASK must be unsigned. | mame | 2010-07-05 | 1 | -1/+1 |
* | * string.c (rb_str_gsub_bang, rb_str_sub_bang, str_gsub): rdoc fix | marcandre | 2010-06-30 | 1 | -35/+53 |
* | * string.c (rb_str_buf_cat_escaped_char): get rid of buffer | nobu | 2010-06-06 | 1 | -2/+7 |
* | * string.c (sym_inspect): Escape when the symbol is not | naruse | 2010-06-05 | 1 | -1/+3 |
* | * string.c (rb_str_buf_cat_escaped_char): defined. | naruse | 2010-06-05 | 1 | -22/+31 |
* | * string.c (rb_str_inspect): inspect as ASCII when the codepoint | naruse | 2010-05-31 | 1 | -1/+4 |
* | * string.c (str_replace_shared): change embedded state atomically. | mame | 2010-05-29 | 1 | -1/+1 |
* | * string.c (sym_inspect): escape ASCII-compatible strings. | nobu | 2010-05-28 | 1 | -8/+20 |
* | * string.c (rb_str_inspect): escape ASCII-compatible strings. | nobu | 2010-05-28 | 1 | -1/+2 |
* | * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes. | marcandre | 2010-05-17 | 1 | -1/+1 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -163/+163 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -9/+15 |
* | * string.c (rb_str_match_m): add description about optional | naruse | 2010-05-06 | 1 | -2/+5 |
* | * string.c (rb_str_sub_bang): String#sub! now raises an error when | marcandre | 2010-04-30 | 1 | -0/+1 |
* | * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong | marcandre | 2010-04-30 | 1 | -7/+7 |
* | * string.c (rb_string_value_cstr): make NUL terminated if it is | nobu | 2010-04-14 | 1 | -1/+3 |
* | * string.c (rb_str_sum): use UCHAR_MAX. | akr | 2010-03-20 | 1 | -1/+1 |
* | * string.c (rb_str_sum): don't call method for each byte. | akr | 2010-03-18 | 1 | -25/+33 |
* | * io.c: Fix documentation for each/each_line/lines, bytes/each_byte, | marcandre | 2010-03-07 | 1 | -54/+21 |
* | * string.c (str_new_empty): String#split, partition, rpartition | mame | 2010-02-23 | 1 | -5/+13 |
* | * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset), | nobu | 2010-02-10 | 1 | -0/+1 |
* | * fix the previous previous commit. | mame | 2010-01-31 | 1 | -1/+2 |
* | * string.c (rb_string_value): make no exception for Symbol. | mame | 2010-01-31 | 1 | -7/+1 |