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