| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * string.c (rb_str_inspect): suppress a warning. | nobu | 2010-01-25 | 1 | -1/+1 |
* | * string.c (rb_str_inspect): increment by rb_enc_mbminlen(enc) for | akr | 2010-01-24 | 1 | -3/+8 |
* | * string.c (rb_enc_strlen_cr): increment by rb_enc_mbminlen(enc) for | akr | 2010-01-24 | 1 | -1/+4 |
* | * string.c (rb_str_concat): fixed range check for Fixnum, and | nobu | 2010-01-14 | 1 | -3/+14 |
* | * string.c (rb_str_concat): raise RangeError when the argument is | naruse | 2010-01-14 | 1 | -2/+12 |
* | * string.c (rb_str_set_len): call rb_str_modify. | akr | 2010-01-12 | 1 | -0/+1 |
* | * string.c (rb_str_strlen): added. [ruby-dev:40028] | naruse | 2010-01-11 | 1 | -0/+6 |
* | * string.c (rb_str_inspect): CHAR_ESC_LEN should be 13. | naruse | 2009-12-10 | 1 | -1/+1 |
* | * string.c (rb_str_justify): fixed the case a fill size is a | nobu | 2009-12-09 | 1 | -2/+2 |
* | * string.c (rb_str_justify): CVE-2009-4124. | yugui | 2009-12-07 | 1 | -28/+33 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -1/+1 |
* | * string.c (str_utf8_nth): no count_utf8_lead_bytes_with_word | nobu | 2009-11-18 | 1 | -3/+1 |
* | * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787] | nobu | 2009-11-17 | 1 | -0/+1 |
* | * string.c (rb_str_each_line): rdoc fix | marcandre | 2009-11-09 | 1 | -3/+3 |
* | * random.c (rb_hash_start): moved from string.c. | nobu | 2009-11-03 | 1 | -26/+0 |
* | * string.c (rb_str_upto): make next object before yield its block. | naruse | 2009-11-03 | 1 | -3/+6 |
* | * string.c (trnext): detect empty range and raise exception. | matz | 2009-10-30 | 1 | -1/+11 |
* | * string.c (rb_str_sub_bang): trivial optimization. | nobu | 2009-10-29 | 1 | -14/+17 |
* | * string.c: rdoc for <=>, casecmp | marcandre | 2009-10-28 | 1 | -4/+4 |
* | * string.c (chopped_length): get rid of unexpected exception. | nobu | 2009-10-27 | 1 | -2/+2 |
* | fix a typo. | akr | 2009-10-17 | 1 | -1/+1 |
* | * parse.y (rb_intern3): check symbol table overflow. | nobu | 2009-10-15 | 1 | -17/+2 |
* | * string.c (rb_check_string_type): rdoc fix [ruby-core:26084] | marcandre | 2009-10-14 | 1 | -1/+1 |
* | * string.c (rb_str_inspect): copy by chunks. | nobu | 2009-10-07 | 1 | -29/+32 |
* | * string.c (rb_str_inspect): don't assign -1 to unsigned int. | naruse | 2009-10-07 | 1 | -19/+12 |
* | * string.c (rb_str_upto): RDoc updated. a patch from Nobuhiro | matz | 2009-10-06 | 1 | -0/+8 |
* | * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macro | matz | 2009-10-05 | 1 | -11/+16 |
* | Escape as \x{XXXX} other than Unicode chars. | naruse | 2009-09-29 | 1 | -8/+17 |
* | * string.c (rb_str_inspect): dump as \uXXXX when the | naruse | 2009-09-29 | 1 | -9/+21 |
* | * hash.c (rb_f_getenv): use rb_filesystem_str_new_cstr | naruse | 2009-09-28 | 1 | -0/+12 |
* | * string.c (str_buf_cat2): optimize since all second arguments are | nobu | 2009-09-27 | 1 | -5/+3 |
* | * string.c (rb_hash_{uint{32,},end}): removed. | nobu | 2009-09-27 | 1 | -8/+0 |
* | String#inspect's encoding should be fixed. | naruse | 2009-09-26 | 1 | -31/+31 |
* | * string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE. | ko1 | 2009-09-26 | 1 | -9/+4 |
* | * st.c: moved murmur hash from string.c. [ruby-dev:39376] | nobu | 2009-09-26 | 1 | -241/+14 |
* | * string.c (hash): updated to MurmurHash 2.0 2009-09-19. | nobu | 2009-09-26 | 1 | -69/+88 |
* | * string.c (rb_hash_start): fixed shift width on 128bit platform. | nobu | 2009-09-26 | 1 | -3/+3 |
* | * string.c (rb_str_upto): keep first width. [ruby-dev:39361] | nobu | 2009-09-23 | 1 | -4/+10 |
* | * string.c: added rdocs for symbol. | nobu | 2009-09-18 | 1 | -0/+88 |
* | * string.c: fixed types. | nobu | 2009-09-18 | 1 | -40/+45 |
* | Use rb_isspace for ASCII-incompatible strings. | naruse | 2009-09-15 | 1 | -4/+4 |
* | * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322] | matz | 2009-09-14 | 1 | -5/+5 |