| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/ruby.h (RREGEXP_SRC_END): added. | naruse | 2009-12-30 | 1 | -0/+1 |
* | * include/ruby/defines.h (INFINITY): this is float. | naruse | 2009-12-30 | 1 | -2/+4 |
* | Add Float::INFINITY and Float::NAN. | naruse | 2009-12-29 | 2 | -6/+14 |
* | * iseq.c (iseq_s_disasm): return nil for native methods. | nobu | 2009-12-23 | 1 | -0/+1 |
* | * marshal.c (w_object): dump instance variables when using | nobu | 2009-12-05 | 1 | -0/+1 |
* | * include/ruby/ruby.h (rb_bug_errno): declared. | akr | 2009-11-24 | 2 | -1/+1 |
* | * error.c (rb_strerrno): constified. | nobu | 2009-11-24 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_strerrno): declared. | akr | 2009-11-24 | 1 | -0/+1 |
* | * include/ruby/ruby.h (rb_classext_t): annotate @internal. | mame | 2009-11-15 | 1 | -0/+1 |
* | * include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c for | nobu | 2009-11-04 | 1 | -0/+3 |
* | * include/ruby/ruby.h (NUM2CHR): prefix __extension__ for | shyouhei | 2009-11-04 | 1 | -1/+1 |
* | * include/ruby/ruby.h (RSTRING_END): trivial optimization. | nobu | 2009-10-29 | 1 | -1/+6 |
* | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz | 2009-10-29 | 1 | -0/+1 |
* | * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc | matz | 2009-10-24 | 1 | -0/+1 |
* | * include/ruby/win32.h (finite, scalb): inline'ed non-standard | usa | 2009-10-20 | 1 | -9/+13 |
* | * include/ruby/ruby.h (RB_GC_GUARD_PTR): workaround for gcc | nobu | 2009-10-11 | 1 | -1/+7 |
* | * include/ruby/ruby.h (ruby_exec_node): declared. | nobu | 2009-10-10 | 1 | -0/+1 |
* | * ext/curses/curses.c: use rb_thread_blocking_region to avoid | akr | 2009-10-10 | 1 | -1/+1 |
* | * include/ruby/intern.h (Init_jump): removed | nobu | 2009-10-10 | 1 | -1/+0 |
* | * include/ruby/ruby.h (rb_long2int): evalates the argument only | nobu | 2009-10-07 | 1 | -1/+1 |
* | * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER): | usa | 2009-10-01 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_struct_iv_get): deprecated because it is | akr | 2009-09-29 | 1 | -1/+1 |
* | * encoding.c (rb_enc_unicode_p): defined. | naruse | 2009-09-29 | 1 | -0/+1 |
* | * hash.c (rb_f_getenv): use rb_filesystem_str_new_cstr | naruse | 2009-09-28 | 1 | -0/+2 |
* | * include/ruby/st.h: include inttypes.h and stdint.h. | naruse | 2009-09-28 | 1 | -0/+7 |
* | include/ruby/st.h: aligned prototype of st_hash_uint32 with function | duerst | 2009-09-28 | 1 | -1/+1 |
* | * st.c: moved murmur hash from string.c. [ruby-dev:39376] | nobu | 2009-09-26 | 2 | -0/+9 |
* | * include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixed | nobu | 2009-09-26 | 1 | -4/+4 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to | usa | 2009-09-25 | 1 | -0/+2 |
* | * include/ruby/ruby.h (rb_type): forward declaration to suppress a | nobu | 2009-09-18 | 1 | -0/+1 |
* | * common.mk (eval.o): needs vm.h. | nobu | 2009-09-18 | 1 | -0/+6 |
* | * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor... | marcandre | 2009-09-15 | 1 | -0/+1 |
* | * debug.c, parse.y: fixed types. | nobu | 2009-09-14 | 1 | -0/+1 |
* | * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE for | nobu | 2009-09-14 | 1 | -1/+1 |
* | * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), | usa | 2009-09-14 | 1 | -62/+62 |
* | * configure.in (XLDFLAGS): link startup code with ObjC support. | nobu | 2009-09-13 | 1 | -2/+1 |
* | * include/ruby/ruby.h (rb_special_const_p): fixed typo. | nobu | 2009-09-13 | 1 | -1/+1 |
* | * include/ruby/ruby.h (SYM2ID): needs parens. | nobu | 2009-09-13 | 1 | -1/+1 |
* | * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), | nobu | 2009-09-13 | 1 | -13/+70 |
* | * include/ruby/win32.h (fstat): override if large file support is | nobu | 2009-09-11 | 1 | -1/+2 |
* | * include/ruby/ruby.h (rb_data_type_t): Add comments. | ko1 | 2009-09-10 | 1 | -1/+4 |
* | Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-09-09 | 1 | -0/+1 |
* | Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-09-09 | 1 | -1/+0 |
* | * st.c (st_free_table): constified. | nobu | 2009-09-09 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu | 2009-09-09 | 1 | -1/+1 |
* | * st.c (st_init_*table_with_size): use st_index_t. | nobu | 2009-09-08 | 1 | -4/+4 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 2 | -6/+6 |
* | * vm_method.c (rb_remove_method_id): exported. | nobu | 2009-08-27 | 1 | -0/+1 |
* | * random.c (random_rand): unified random_int and random_float. | nobu | 2009-08-26 | 1 | -0/+1 |
* | * include/ruby/missing.h (vsnprintf): rollback a part of r24179, because | usa | 2009-08-24 | 1 | -1/+7 |