| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * include/ruby/intern.h (Init_stack): make to call ruby_init_stack. | nobu | 2008-06-09 | 1 | -1/+1 |
* | * include/ruby/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528] | usa | 2008-06-06 | 1 | -0/+1 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -0/+1 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 2 | -3/+3 |
* | * include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t and | nobu | 2008-05-31 | 2 | -0/+38 |
* | * include/ruby/ruby.h: renamed include guard. | nobu | 2008-05-31 | 1 | -5/+7 |
* | * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, | ko1 | 2008-05-22 | 2 | -14/+14 |
* | * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h, | usa | 2008-05-22 | 2 | -14/+14 |
* | * encoding.c, include/ruby/encoding.h | naruse | 2008-05-20 | 1 | -2/+2 |
* | * encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII. | naruse | 2008-05-20 | 1 | -0/+1 |
* | * transcode.c, include/ruby/encodng.h (rb_str_transcode): | naruse | 2008-05-20 | 1 | -0/+2 |