| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t. | nobu | 2008-08-09 | 1 | -1/+1 |
* | add a comment. | akr | 2008-08-07 | 1 | -1/+1 |
* | * eval_intern.h: Add support to Haiku. see [ruby-core:18110] | naruse | 2008-08-06 | 1 | -1/+1 |
* | * include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 has | nobu | 2008-08-05 | 1 | -1/+1 |
* | * array.c (rb_ary_sort_bang): respect overridden <=> for String and | nobu | 2008-08-04 | 2 | -2/+4 |
* | * array.c (rb_ary_tmp_new): added. | nobu | 2008-08-04 | 1 | -0/+1 |
* | * include/ruby/ruby.h (struct RString): size of ary must be | mame | 2008-07-31 | 1 | -1/+1 |
* | * include/ruby/ruby.h: add a type T_DEFERRED. | ko1 | 2008-07-27 | 1 | -0/+2 |
* | * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): new | nobu | 2008-07-22 | 1 | -0/+3 |
* | * include/ruby/intern.h (rb_str_buf_new2): optimization for literals. | nobu | 2008-07-21 | 1 | -0/+7 |
* | * include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimization | nobu | 2008-07-21 | 1 | -20/+32 |
* | * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo. | usa | 2008-07-12 | 1 | -2/+2 |
* | * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo. | nobu | 2008-07-12 | 1 | -6/+6 |
* | * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so that | nobu | 2008-07-12 | 4 | -5/+23 |
* | * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t. | nobu | 2008-07-12 | 1 | -13/+36 |
* | * include/ruby/win32.h (pipe): prohibit inheritance. | usa | 2008-07-10 | 1 | -1/+1 |
* | * dir.c: shoudn't use ruby object in globbing, because glob service | usa | 2008-07-08 | 1 | -2/+2 |
* | * dir.c: preserve encoding of strings in glob and fnmatch. | naruse | 2008-07-07 | 1 | -3/+2 |
* | * include/ruby/ruby.h (NUM2INT): cast to int. | akr | 2008-07-05 | 1 | -4/+4 |
* | rename rb_pipe_internal to rb_pipe. | akr | 2008-07-05 | 1 | -0/+1 |
* | * include/ruby/oniguruma.h (OnigEncoding): removed auxiliary_data. | nobu | 2008-07-04 | 2 | -10/+10 |
* | * include/ruby/intern.h: remove prototypes about coverage. | mame | 2008-07-03 | 1 | -2/+0 |
* | * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminate | mame | 2008-07-03 | 1 | -0/+2 |
* | * gc.c: add rb_during_gc(). based on a patch from arton <artonx AT | suke | 2008-07-02 | 1 | -0/+1 |
* | * compile.h, insns.def: reduce insn operand of "trace". | ko1 | 2008-07-01 | 1 | -12/+13 |
* | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei | 2008-07-01 | 1 | -2/+2 |
* | * regexec.c (stack_double): use MatchStackLimitSize atomically. | nobu | 2008-07-01 | 1 | -16/+16 |
* | * include/ruby/st.h (struct st_table): type of bit-field | shyouhei | 2008-07-01 | 1 | -0/+3 |
* | * include/ruby/ruby.h (rb_intern): prefix __extnsion__ for | shyouhei | 2008-07-01 | 2 | -4/+4 |
* | * encoding.c (rb_utf8_encindex): defined. | naruse | 2008-06-29 | 1 | -1/+2 |
* | * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name | ko1 | 2008-06-29 | 1 | -3/+0 |
* | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr | 2008-06-28 | 1 | -2/+5 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-28 | 1 | -4/+19 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-28 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-27 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-27 | 1 | -0/+5 |
* | * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now support | usa | 2008-06-24 | 1 | -0/+2 |
* | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr | 2008-06-20 | 1 | -0/+1 |
* | * include/ruby/win32.h (pipe): now pipe is textmode. although this | usa | 2008-06-18 | 1 | -1/+1 |
* | * include/ruby/win32.h (pipe): expand pipe buffer size. | usa | 2008-06-17 | 1 | -1/+1 |
* | * encoding.c (rb_filesystem_encoding): defined. | naruse | 2008-06-16 | 1 | -0/+1 |
* | * complex.c (string_to_c, nucomp_s_convert): preserve the current | tadf | 2008-06-13 | 1 | -0/+1 |
* | * include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for | akr | 2008-06-12 | 1 | -1/+1 |
* | * include/ruby/intern.h, proc.c: revert rb_proc_call() and | ko1 | 2008-06-10 | 2 | -3/+2 |
* | * include/ruby/intern.h (rb_obj_instance_exec, rb_mod_module_exec): | nobu | 2008-06-10 | 1 | -0/+2 |
* | * include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression. | nobu | 2008-06-10 | 1 | -4/+4 |
* | * include/ruby/encoding.h: not to use varargs.h since requiring C89. | nobu | 2008-06-10 | 1 | -5/+1 |
* | * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr. | mame | 2008-06-09 | 2 | -1/+3 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -6/+10 |
* | * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, and | nobu | 2008-06-09 | 2 | -1/+7 |