summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c: adjusted indent.nobu2009-07-161-58/+58
* * method.h: properties.nobu2009-07-161-78/+78
* * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko12009-07-168-24/+26
* * vm_method.c: separate clearing cache entry code.ko12009-07-152-4/+12
* * dir.c (push_glob): re-fix GC problem.ko12009-07-152-2/+5
* * common.mk: add method.h.ko12009-07-152-1/+5
* * 2009-07-16svn2009-07-151-2/+2
* * io.c (argf_free): free data body.ko12009-07-152-1/+6
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-1519-785/+882
* * dir.c (push_glob): fix GC problem.ko12009-07-152-0/+5
* * ext/purelib.rb: translates a fake path to rubygems in $" intoyugui2009-07-153-6/+49
* * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.usa2009-07-152-1/+5
* * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai2009-07-142-2/+6
* * 2009-07-15svn2009-07-141-2/+2
* Set tempfile name with literal.naruse2009-07-142-2/+7
* * ext/io/nonblock: moved from ext/io/wait/lib.nobu2009-07-144-23/+120
* Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660]naruse2009-07-142-0/+7
* * io.c (rb_io_initialize): check if the descriptor can be accessednobu2009-07-143-5/+25
* * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.nagai2009-07-143-2/+8
* * ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.nagai2009-07-131-1/+1
* Follow tests for changes of ENV's encoding.naruse2009-07-132-2/+8
* * marshal.c (r_object0): should return real object.naruse2009-07-132-9/+13
* * enumerator.c (yielder_yield_i): use rb_proc_new instead ofmame2009-07-134-9/+35
* * 2009-07-14svn2009-07-131-2/+2
* * test/ruby/test_case.rb (TestCase#test_deoptimization):yugui2009-07-132-0/+16
* * lib/prime.rb (Prime#prime_division): now decomposesyugui2009-07-133-1/+18
* * io.c (pipe_open): handles leaked on win32 when an error occurs.usa2009-07-132-3/+17
* * proc.c (Kernel#define_singleton_method): rdoc. based on a patch byyugui2009-07-131-0/+26
* * lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.yugui2009-07-131-1/+1
* * marshal.c (r_object0): should not shadow outer variable not tonobu2009-07-132-1/+6
* * marshal.c (r_object0): copy instance variables to new regexp.naruse2009-07-132-2/+7
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-138-27/+83
* * .gitignore: synchronized with svn:ignore.yugui2009-07-132-62/+382
* ignores $(srcdir)/breakpoints.gdb.yugui2009-07-130-0/+0
* ext/tk: ignores generated ext/tk/config_listyugui2009-07-130-0/+0
* * insns.def, vm_insnhelper.c (getinstancevariable):ko12009-07-136-37/+86
* * ext/tk: eol-style.nobu2009-07-130-0/+0
* * lib/pstore.rb (PStore#on_windows): fixed typo.nobu2009-07-131-1/+1
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-12228-1043/+7260
* rdoc update.akr2009-07-121-0/+1
* * time.c (time_timespec): rounds subsecond toward zero.nobu2009-07-122-12/+11
* * 2009-07-13svn2009-07-121-2/+2
* ENV is now locale encoding.naruse2009-07-122-2/+8
* * complex.c: added some shortcuts.tadf2009-07-123-12/+72
* * object.c (rb_to_integer, rb_check_to_integer): return Bignumnobu2009-07-122-0/+7
* * complex.c: use k_exact_{zero,one}_p macro.tadf2009-07-123-16/+24
* * numeric.c (fix_divide): added an entry to rational.tadf2009-07-124-1/+28
* * random.c (rand_init): use fixed buffer for small numbers.nobu2009-07-113-33/+38
* * ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.nobu2009-07-111-1/+1
* * test/ruby/test_io_m17n.rb (test_strip_bom): added.naruse2009-07-112-0/+18