aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * random.c (struct MT): ruby already assumes int has 32bit atnobu2009-07-102-48/+75
* * include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): addednobu2009-07-102-0/+8
* * vm_insnhelper.c (vm_search_superclass): checks for implicitnobu2009-07-103-7/+30
* * parse.y (parser_data_type): typed.nobu2009-07-092-16/+50
* * error.c (compile_warn_print, warn_print): fixed false warnings.nobu2009-07-092-2/+3
* * 2009-07-10svn2009-07-091-2/+2
* Remove debug print.naruse2009-07-091-1/+0
* Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]naruse2009-07-093-2/+127
* * 2009-07-09svn2009-07-091-2/+2
* * marshal.c (r_object0): replace \u by u when the regexp isnaruse2009-07-092-2/+17
* * complex.c (nucomp_div): omitted zero division check.tadf2009-07-082-2/+8
* * lib/irb/inspector.rb: forget svn add.keiju2009-07-082-0/+107
* * error.c (rb_check_type): rejects typed data.nobu2009-07-082-1/+7
* * proc.c ({proc,binding,method}_data_type): typed.nobu2009-07-082-3/+16
* * proc.c ({proc,method}_data_type): typed.nobu2009-07-082-44/+64
* * file.c (rb_file_s_basename): returns new string instead ofnobu2009-07-083-4/+11
* Update ext/.document with extensions that appear to have documentation.drbrain2009-07-082-0/+17
* * include/ruby/ruby.h:ko12009-07-077-23/+35
* rdoc update.akr2009-07-071-9/+9
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-0737-49/+92
* * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct likenobu2009-07-072-3/+7
* * error.c (rb_typed_struct_is_kind_of): new function to see if thenobu2009-07-073-0/+17
* * vm.c ({env,vm,thread}_data_type): constified.nobu2009-07-071-3/+3
* * error.c (rb_check_typed_struct): new function to check typednobu2009-07-073-0/+34
* * enum.c (DEFINE_ENUMFUNCS): included function signature.nobu2009-07-072-22/+19
* * enum.c (rb_enum_join): non-nil separator must be convertible tonobu2009-07-073-0/+15
* * enum.c (rb_enum_join): should propagate taint to the returnmatz2009-07-072-1/+10
* * gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified.nobu2009-07-072-16/+20
* * io.c (rb_io_ext_int_to_encs): Set external encoding ifnaruse2009-07-072-1/+6
* * 2009-07-07svn2009-07-071-2/+2
* * iseq.c: provisional type fixes.nobu2009-07-071-3/+3
* * enum.c (enum_to_a): should propagate taint to the return value.matz2009-07-062-0/+11
* * proc.c (make_curry_proc): should propagate lambda-ness.nobu2009-07-063-3/+21
* * proc.c (proc_hash): use long.nobu2009-07-062-2/+6
* * test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz2009-07-063-4/+13
* * enum.c (enum_join): deals with self recursive objects to get ridnobu2009-07-061-0/+14
* * enum.c (enum_join): deals with self recursive objects to get ridnobu2009-07-062-1/+30
* * enum.c (enum_join): added rdoc.nobu2009-07-051-0/+8
* * rational.c: edited rdoc.tadf2009-07-052-5/+9
* * 2009-07-06svn2009-07-051-2/+2
* * time.c (find_time_t): fix Time.local(2009,2,31) failure on 64bitakr2009-07-052-10/+63
* * complex.c (nucomp_s_polar): now arg is optional.tadf2009-07-052-4/+20
* * complex.c (float_arg): returns PI for -0.0.tadf2009-07-052-1/+7
* * thread.c (rb_threadptr_exec_event_hooks): new function tonobu2009-07-054-19/+39
* * vm_method.c (rb_add_method, remove_method, rb_undef): fixednobu2009-07-042-4/+8
* * vm_method.c (Init_eval_method): registers notimplement_body as anobu2009-07-042-3/+6
* * vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu2009-07-044-4/+20
* * numeric.c (dbl2ival): should raise FloatDomainError on Infinitymatz2009-07-042-7/+6
* * 2009-07-04svn2009-07-031-2/+2
* * enum.c (enum_join): add Enumerable#join.matz2009-07-033-32/+112