Age | Commit message (Expand) | Author |
2008-07-31 | * include/ruby/ruby.h (struct RString): size of ary must be | mame |
2008-07-27 | * include/ruby/ruby.h: add a type T_DEFERRED. | ko1 |
2008-07-12 | * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo. | usa |
2008-07-12 | * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo. | nobu |
2008-07-12 | * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t. | nobu |
2008-07-08 | * dir.c: shoudn't use ruby object in globbing, because glob service | usa |
2008-07-07 | * dir.c: preserve encoding of strings in glob and fnmatch. | naruse |
2008-07-05 | * include/ruby/ruby.h (NUM2INT): cast to int. | akr |
2008-07-01 | * compile.h, insns.def: reduce insn operand of "trace". | ko1 |
2008-07-01 | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei |
2008-07-01 | * include/ruby/ruby.h (rb_intern): prefix __extnsion__ for | shyouhei |
2008-06-29 | * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name | ko1 |
2008-06-28 | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr |
2008-06-12 | * include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for | akr |
2008-06-10 | * include/ruby/intern.h, proc.c: revert rb_proc_call() and | ko1 |
2008-06-10 | * include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression. | nobu |
2008-06-09 | * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr. | mame |
2008-06-09 | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu |
2008-06-09 | * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, and | nobu |
2008-05-31 | * suppress warnings with -Wwrite-string. | nobu |
2008-05-31 | * include/ruby/ruby.h: renamed include guard. | nobu |
2008-05-22 | * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, | ko1 |
2008-05-22 | * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h, | usa |
2008-05-20 | * include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE. | nobu |
2008-05-19 | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 |
2008-05-12 | * bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649] | akr |
2008-05-11 | * include/ruby/ruby.h (SIZET2NUM): new macro. | akr |
2008-04-28 | * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of | akr |
2008-04-26 | * include/ruby/ruby.h, gc.c: remove T_BLOCK. | ko1 |
2008-04-20 | * enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator. | knu |
2008-04-14 | * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350] | nobu |
2008-03-16 | both complex and rational are now builtin classes. | tadf |
2008-03-14 | * include/ruby/ruby.h (inttypes.h): includes always if available. | nobu |
2008-02-25 | * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN. | akr |
2008-02-13 | * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut of | akr |
2008-01-04 | * include/ruby/ruby.h (rb_intern): memorize interned ID for constant | akr |
2008-01-04 | parenthesize macro arguments. | akr |
2008-01-03 | * include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP. | akr |
2008-01-03 | * encoding.c (rb_isalnum): defined. | akr |
2008-01-03 | * include/ruby/encoding.h (rb_isascii): simplified. | akr |
2008-01-02 | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr |
2008-01-01 | * include/ruby/encoding.h (rb_isascii): defined. | akr |
2007-12-25 | * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to | ko1 |
2007-12-21 | * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped. | nobu |
2007-12-21 | * enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func. | nobu |
2007-12-09 | * include/ruby/ruby.h (FilePathStringValue): defined. similar to | akr |
2007-12-01 | * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on third | ko1 |
2007-11-20 | * include/ruby/ruby.h: rename RFloat#double_value -> float_value. | ko1 |
2007-11-20 | * gc.h, vm_core.h: decl of rb_gc_save_machine_context() | ko1 |
2007-11-16 | * include/ruby/ruby.h: added some declarations for event hooks. | shugo |