aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-011-2/+8
* * math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken2010-02-281-0/+2
* * pack.c: fix q and Q for big endian environments which have noakr2010-02-261-0/+2
* * marshal.c (r_object0): register regexp object before encodingnobu2010-02-131-0/+2
* * version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.nobu2010-01-252-2/+2
* * include/ruby.h: removed duplication, added the macro for version.h.nobu2010-01-251-1/+1
* * configure.in: check for if struct timezone is defined.nobu2010-01-122-4/+9
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-0/+2
* * string.c (rb_str_strlen): added. [ruby-dev:40028]naruse2010-01-111-0/+1
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-052-123/+3
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-032-3/+123
* * 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