summaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.naruse2008-09-151-5/+5
* * string.c (rb_str_squeeze_bang): specialized for 7bit characters inmatz2008-09-151-30/+93
* * encoding.c (RUBY_MAX_CHAR_LEN): defined.naruse2008-09-151-1/+2
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-131-7/+8
* * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr2008-09-131-6/+6
* * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr2008-09-131-2/+3
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-111-51/+54
* * configure.in: Mac OS X's crypt(2) is broken with invalid salt.kazu2008-09-071-0/+15
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-1/+1
* * string.c (rb_str_index_m): only regexp uses byte offset.naruse2008-08-291-6/+6
* * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCIInaruse2008-08-291-0/+6
* * string.c (rb_str_shared_replace): remove corrupt noembed stringmame2008-08-281-4/+3
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * string.c (rb_str_drop_bytes): use memmove.nobu2008-08-151-1/+1
* * configure.in (rb_cv_gcc_function_alias): checks alias attribute.nobu2008-08-131-16/+8
* * string.c (alias_func): changed to 'weak, alias' from 'alias' forkouji2008-08-131-2/+2
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-1/+5
* * string.c: Apply a temporary fix to fix build on OS X. A realknu2008-08-131-1/+1
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-4/+4
* * string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop.akr2008-08-121-1/+1
* * string.c (rb_str_drop_bytes): new function to drop first bytes.nobu2008-08-121-1/+1
* * string.c (rb_str_drop): new function to drop first bytes.nobu2008-08-121-0/+34
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-08-121-22/+47
* * string.c (rb_str_intern): constified.nobu2008-08-121-1/+1
* * string.c (rb_str_intern): should check symbol table overflow.matz2008-08-121-2/+17
* * marshal.c (dump_ensure), process.c (run_exec_dup2),nobu2008-08-041-4/+3
* * string.c (rb_str_shared_replace): fixed memory leak. a patch fromnobu2008-08-031-4/+4
* * string.c (sym_inspect): remove dead code.mame2008-07-301-5/+1
* * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu2008-07-221-0/+14
* * include/ruby/intern.h (rb_str_buf_new2): optimization for literals.nobu2008-07-211-2/+3
* * include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimizationnobu2008-07-211-0/+2
* * string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu2008-07-081-8/+17
* * string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu2008-07-071-3/+6
* * string.c (rb_str_format_m): make tmp volatile to avoid possible GCakr2008-06-291-1/+1
* * include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr2008-06-281-1/+1
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-271-0/+4
* * string.c (rb_str_index_m, rb_str_rindex_m, rb_str_include): fixmame2008-06-261-14/+9
* * array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu2008-06-201-43/+27
* * string.c (rb_str_sub_bang): should preserve replacement pointsmatz2008-06-201-9/+11
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-201-2/+10
* * array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei2008-06-191-0/+3
* * string.c (str_gsub): should preserve last successful matchmatz2008-06-191-18/+17
* * string.c (str_alloc): specify 'inline' modifier.matz2008-06-191-7/+2
* * string.c (rb_str_scan): String#scan should preserve lastmatz2008-06-191-4/+7
* * io.c (read_all): should use io_read_encoding(), notmatz2008-06-111-3/+0
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-1/+3
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-4/+4
* * string.c (hash): should be "static".ko12008-06-041-1/+1
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+2
* * string.c (rb_usascii_str_new): use rb_str_new.naruse2008-05-201-8/+5