summaryrefslogtreecommitdiff
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * merged from trunk r26967:27020.nobu2010-03-231-25/+33
* * merged from trunk r26747:26885.nobu2010-03-121-54/+21
* * merged from trunk r26697:26747.nobu2010-02-241-5/+13
* * merged from trunk r25728:26678.nobu2010-02-161-46/+82
* * string.c (rb_str_copy_to_vm): reset instance variables.nobu2009-11-191-0/+2
* commit miss.nobu2009-11-191-1/+2
* * vm.c (rb_vm_send, rb_vm_recv): supported strings.nobu2009-11-191-0/+19
* * include/ruby/public_object.h (ruby_public_object_vmkey): movednobu2009-11-151-2/+0
* * merged from trunk r20597:25704.nobu2009-11-101-706/+989
* * inits.c (rb_vm_call_inits): no longer passes current vm.nobu2008-12-171-1/+1
* * merged from trunk r20375:20561.nobu2008-12-061-4/+30
* * inits.c (rb_vm_call_inits): let all InitVM functions usenobu2008-11-301-1/+1
* * merged from trunk r19258:20281.nobu2008-11-191-229/+637
* * eval.c (ruby_vm_init): split from ruby_init.nobu2008-09-081-3/+7
* * merged from trunk r19180:19235.nobu2008-09-071-0/+15
* * merged from trunk r19119:19180.nobu2008-09-061-1/+1
* * string.c (rb_str_wrap_cstr): new function.nobu2008-08-301-0/+6
* * merged from trunk r18660:18923.nobu2008-08-291-4/+9
* * merged from trunk r18286:18660.nobu2008-08-161-37/+107
* * merged from trunk r18206:18273.nobu2008-07-301-5/+1
* * merged from trunk r18097:18164.nobu2008-07-221-2/+19
* * vm_core.h (rb_thread_t): per-thread cwd support. [EXPERIMENTAL]nobu2008-07-101-0/+21
* * merged from trunk r17917:17977.nobu2008-07-091-6/+18
* * include/ruby/public_object.h: moved global variables to VM specific data.nobu2008-07-061-3/+0
* * merged from trunk r17634:17728.nobu2008-06-301-2/+2
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-271-0/+4
* * io.c (argf_binmode_p): fix for backport.nobu2008-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
* * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT ifmatz2008-05-201-15/+35
* * regparse.c (PINC): use optimized enclen() instead ofmatz2008-05-191-1/+1
* * string.c (tr_find): String#delete returned wrong result when multiplemame2008-05-151-5/+5
* * string.c (rb_str_cat): fixed buffer overrun reported bymatz2008-05-131-1/+1
* * string.c (sym_to_i): really removed. [ruby-dev:34641]matz2008-05-121-21/+0
* * string.c (tr_trans): should not turn on modify flag if nomatz2008-05-101-1/+0
* * string.c (tr_trans): should check src size, not str size.matz2008-05-101-1/+1
* * string.c (tr_trans): single '^' does not mean negation.matz2008-05-101-1/+3
* * string.c (rb_str_each_line): zero length record separator shouldmatz2008-05-101-3/+7
* * thread.c (rb_thread_key_p): thread local storage stores ID.nobu2008-05-071-1/+0