summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h (RREGEXP_SRC_END): added.naruse2009-12-301-0/+1
* * include/ruby/defines.h (INFINITY): this is float.naruse2009-12-301-2/+4
* Add Float::INFINITY and Float::NAN.naruse2009-12-292-6/+14
* * iseq.c (iseq_s_disasm): return nil for native methods.nobu2009-12-231-0/+1
* * marshal.c (w_object): dump instance variables when usingnobu2009-12-051-0/+1
* * include/ruby/ruby.h (rb_bug_errno): declared.akr2009-11-242-1/+1
* * error.c (rb_strerrno): constified.nobu2009-11-241-1/+1
* * include/ruby/intern.h (rb_strerrno): declared.akr2009-11-241-0/+1
* * include/ruby/ruby.h (rb_classext_t): annotate @internal.mame2009-11-151-0/+1
* * include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu2009-11-041-0/+3
* * include/ruby/ruby.h (NUM2CHR): prefix __extension__ forshyouhei2009-11-041-1/+1
* * include/ruby/ruby.h (RSTRING_END): trivial optimization.nobu2009-10-291-1/+6
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-0/+1
* * hash.c (rb_hash_set_default_proc): checks arity of defalt_procmatz2009-10-241-0/+1
* * include/ruby/win32.h (finite, scalb): inline'ed non-standardusa2009-10-201-9/+13
* * include/ruby/ruby.h (RB_GC_GUARD_PTR): workaround for gccnobu2009-10-111-1/+7
* * include/ruby/ruby.h (ruby_exec_node): declared.nobu2009-10-101-0/+1
* * ext/curses/curses.c: use rb_thread_blocking_region to avoidakr2009-10-101-1/+1
* * include/ruby/intern.h (Init_jump): removednobu2009-10-101-1/+0
* * include/ruby/ruby.h (rb_long2int): evalates the argument onlynobu2009-10-071-1/+1
* * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):usa2009-10-011-1/+1
* * include/ruby/intern.h (rb_struct_iv_get): deprecated because it isakr2009-09-291-1/+1
* * encoding.c (rb_enc_unicode_p): defined.naruse2009-09-291-0/+1
* * hash.c (rb_f_getenv): use rb_filesystem_str_new_cstrnaruse2009-09-281-0/+2
* * include/ruby/st.h: include inttypes.h and stdint.h.naruse2009-09-281-0/+7
* include/ruby/st.h: aligned prototype of st_hash_uint32 with functionduerst2009-09-281-1/+1
* * st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu2009-09-262-0/+9
* * include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixednobu2009-09-261-4/+4
* * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa2009-09-251-0/+2
* * include/ruby/ruby.h (rb_type): forward declaration to suppress anobu2009-09-181-0/+1
* * common.mk (eval.o): needs vm.h.nobu2009-09-181-0/+6
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-151-0/+1
* * debug.c, parse.y: fixed types.nobu2009-09-141-0/+1
* * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE fornobu2009-09-141-1/+1
* * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),usa2009-09-141-62/+62
* * configure.in (XLDFLAGS): link startup code with ObjC support.nobu2009-09-131-2/+1
* * include/ruby/ruby.h (rb_special_const_p): fixed typo.nobu2009-09-131-1/+1
* * include/ruby/ruby.h (SYM2ID): needs parens.nobu2009-09-131-1/+1
* * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),nobu2009-09-131-13/+70
* * include/ruby/win32.h (fstat): override if large file support isnobu2009-09-111-1/+2
* * include/ruby/ruby.h (rb_data_type_t): Add comments.ko12009-09-101-1/+4
* Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-091-0/+1
* Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-091-1/+0
* * st.c (st_free_table): constified.nobu2009-09-091-1/+1
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-091-1/+1
* * st.c (st_init_*table_with_size): use st_index_t.nobu2009-09-081-4/+4
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-082-6/+6
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-0/+1
* * random.c (random_rand): unified random_int and random_float.nobu2009-08-261-0/+1
* * include/ruby/missing.h (vsnprintf): rollback a part of r24179, becauseusa2009-08-241-1/+7