| Commit message (Expand) | Author | Age | Files | Lines |
* | * string.c (rb_str_comparable): make ascii8bit string to be | matz | 2008-09-18 | 1 | -1/+4 |
* | * grapheme cluster implementation reverted. [ruby-dev:36375] | akr | 2008-09-18 | 1 | -50/+112 |
* | * string.c (rb_str_casecmp): don't use rb_enc_codepoint. | akr | 2008-09-17 | 1 | -15/+38 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret | akr | 2008-09-16 | 1 | -97/+12 |
* | * string.c (rb_str_concat): fix rdoc. (codepoint is integer) | naruse | 2008-09-16 | 1 | -5/+5 |
* | * string.c (rb_str_crypt): orthodox crypt() sees only first two bytes | nobu | 2008-09-16 | 1 | -16/+13 |
* | * string.c (rb_str_each_codepoint): add new methods, #codepoints | matz | 2008-09-16 | 1 | -0/+55 |
* | * string.c (): | matz | 2008-09-16 | 1 | -121/+243 |
* | * string.c (rb_str_buf_cat_ascii): codepoint is unsigned int. | naruse | 2008-09-15 | 1 | -5/+5 |
* | * string.c (rb_str_squeeze_bang): specialized for 7bit characters in | matz | 2008-09-15 | 1 | -30/+93 |
* | * encoding.c (RUBY_MAX_CHAR_LEN): defined. | naruse | 2008-09-15 | 1 | -1/+2 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for | akr | 2008-09-13 | 1 | -7/+8 |
* | * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add end | akr | 2008-09-13 | 1 | -6/+6 |
* | * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): add | akr | 2008-09-13 | 1 | -2/+3 |
* | * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int. | naruse | 2008-09-11 | 1 | -51/+54 |
* | * configure.in: Mac OS X's crypt(2) is broken with invalid salt. | kazu | 2008-09-07 | 1 | -0/+15 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -1/+1 |
* | * string.c (rb_str_index_m): only regexp uses byte offset. | naruse | 2008-08-29 | 1 | -6/+6 |
* | * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCII | naruse | 2008-08-29 | 1 | -0/+6 |
* | * string.c (rb_str_shared_replace): remove corrupt noembed string | mame | 2008-08-28 | 1 | -4/+3 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * string.c (rb_str_drop_bytes): use memmove. | nobu | 2008-08-15 | 1 | -1/+1 |
* | * configure.in (rb_cv_gcc_function_alias): checks alias attribute. | nobu | 2008-08-13 | 1 | -16/+8 |
* | * string.c (alias_func): changed to 'weak, alias' from 'alias' for | kouji | 2008-08-13 | 1 | -2/+2 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -1/+5 |
* | * string.c: Apply a temporary fix to fix build on OS X. A real | knu | 2008-08-13 | 1 | -1/+1 |
* | * error.c (rb_eEncCompatError): add Exception. | naruse | 2008-08-12 | 1 | -4/+4 |
* | * string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop. | akr | 2008-08-12 | 1 | -1/+1 |
* | * string.c (rb_str_drop_bytes): new function to drop first bytes. | nobu | 2008-08-12 | 1 | -1/+1 |
* | * string.c (rb_str_drop): new function to drop first bytes. | nobu | 2008-08-12 | 1 | -0/+34 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-08-12 | 1 | -22/+47 |
* | * string.c (rb_str_intern): constified. | nobu | 2008-08-12 | 1 | -1/+1 |
* | * string.c (rb_str_intern): should check symbol table overflow. | matz | 2008-08-12 | 1 | -2/+17 |
* | * marshal.c (dump_ensure), process.c (run_exec_dup2), | nobu | 2008-08-04 | 1 | -4/+3 |
* | * string.c (rb_str_shared_replace): fixed memory leak. a patch from | nobu | 2008-08-03 | 1 | -4/+4 |
* | * string.c (sym_inspect): remove dead code. | mame | 2008-07-30 | 1 | -5/+1 |
* | * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): new | nobu | 2008-07-22 | 1 | -0/+14 |
* | * include/ruby/intern.h (rb_str_buf_new2): optimization for literals. | nobu | 2008-07-21 | 1 | -2/+3 |
* | * include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimization | nobu | 2008-07-21 | 1 | -0/+2 |
* | * string.c (rb_str_succ): alphabets or numerics mutually enclosing | nobu | 2008-07-08 | 1 | -8/+17 |
* | * string.c (rb_str_succ): limit carrying in an alphanumeric region if | nobu | 2008-07-07 | 1 | -3/+6 |
* | * string.c (rb_str_format_m): make tmp volatile to avoid possible GC | akr | 2008-06-29 | 1 | -1/+1 |
* | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr | 2008-06-28 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-27 | 1 | -0/+4 |
* | * string.c (rb_str_index_m, rb_str_rindex_m, rb_str_include): fix | mame | 2008-06-26 | 1 | -14/+9 |
* | * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified | nobu | 2008-06-20 | 1 | -43/+27 |
* | * string.c (rb_str_sub_bang): should preserve replacement points | matz | 2008-06-20 | 1 | -9/+11 |
* | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr | 2008-06-20 | 1 | -2/+10 |
* | * array.c (ary_new, rb_ary_initialize, rb_ary_store, | shyouhei | 2008-06-19 | 1 | -0/+3 |
* | * string.c (str_gsub): should preserve last successful match | matz | 2008-06-19 | 1 | -18/+17 |