aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_check_ints): added. please note thatko12008-08-131-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-7/+9
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-0/+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/+1
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-08-121-8/+23
* * gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.nobu2008-08-091-1/+1
* add a comment.akr2008-08-071-1/+1
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-061-1/+1
* * include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 hasnobu2008-08-051-1/+1
* * array.c (rb_ary_sort_bang): respect overridden <=> for String andnobu2008-08-042-2/+4
* * array.c (rb_ary_tmp_new): added.nobu2008-08-041-0/+1
* * include/ruby/ruby.h (struct RString): size of ary must bemame2008-07-311-1/+1
* * include/ruby/ruby.h: add a type T_DEFERRED.ko12008-07-271-0/+2
* * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu2008-07-221-0/+3
* * include/ruby/intern.h (rb_str_buf_new2): optimization for literals.nobu2008-07-211-0/+7
* * include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimizationnobu2008-07-211-20/+32
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.usa2008-07-121-2/+2
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo.nobu2008-07-121-6/+6
* * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so thatnobu2008-07-124-5/+23
* * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu2008-07-121-13/+36
* * include/ruby/win32.h (pipe): prohibit inheritance.usa2008-07-101-1/+1
* * dir.c: shoudn't use ruby object in globbing, because glob serviceusa2008-07-081-2/+2
* * dir.c: preserve encoding of strings in glob and fnmatch.naruse2008-07-071-3/+2
* * include/ruby/ruby.h (NUM2INT): cast to int.akr2008-07-051-4/+4
* rename rb_pipe_internal to rb_pipe.akr2008-07-051-0/+1
* * include/ruby/oniguruma.h (OnigEncoding): removed auxiliary_data.nobu2008-07-042-10/+10
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-2/+0
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-0/+2
* * gc.c: add rb_during_gc(). based on a patch from arton <artonx ATsuke2008-07-021-0/+1
* * compile.h, insns.def: reduce insn operand of "trace".ko12008-07-011-12/+13
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-2/+2
* * regexec.c (stack_double): use MatchStackLimitSize atomically.nobu2008-07-011-16/+16
* * include/ruby/st.h (struct st_table): type of bit-fieldshyouhei2008-07-011-0/+3
* * include/ruby/ruby.h (rb_intern): prefix __extnsion__ forshyouhei2008-07-012-4/+4
* * encoding.c (rb_utf8_encindex): defined.naruse2008-06-291-1/+2
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-3/+0
* * include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr2008-06-281-2/+5
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-281-4/+19
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-281-1/+1
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-271-1/+1
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-271-0/+5
* * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now supportusa2008-06-241-0/+2
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-201-0/+1
* * include/ruby/win32.h (pipe): now pipe is textmode. although thisusa2008-06-181-1/+1
* * include/ruby/win32.h (pipe): expand pipe buffer size.usa2008-06-171-1/+1
* * encoding.c (rb_filesystem_encoding): defined.naruse2008-06-161-0/+1
* * complex.c (string_to_c, nucomp_s_convert): preserve the currenttadf2008-06-131-0/+1
* * include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen forakr2008-06-121-1/+1
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-102-3/+2