aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_hash): must calculate hash.nobu2009-09-081-1/+1
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-0821-79/+92
* * iseq.c (iseq_mark): use preprocessor.nobu2009-09-081-2/+4
* * vm.c (rb_thread_mark): mark callers iseqs. [ruby-core:25474]nobu2009-09-082-0/+6
* * tool/compile_prelude.rb: reverted.nobu2009-09-082-6/+1
* * tool/compile_prelude.rb: evaluates in the main context.nobu2009-09-082-1/+6
* * iseq.c (iseq_mark): no need to mark inline cache entries.ko12009-09-083-11/+11
* * test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.nobu2009-09-073-0/+82
* * vm.c (sdr, nsdr): nodoc.nobu2009-09-072-2/+4
* * io.c (rb_io_tell): adjustment for ungotten data.nobu2009-09-073-0/+11
* * io.c (io_encname_bom_p): removed magic number.nobu2009-09-072-2/+8
* * io.c (Init_IO): added rdocs for constants.nobu2009-09-071-8/+21
* * lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): supportmatz2009-09-072-1/+13
* * insns.def (opt_*): add IC operands.ko12009-09-064-22/+44
* * Makefile.in, common.mk: move a id.h generation rule.ko12009-09-063-3/+8
* * benchmark/driver.rb: remove RUBY_VERSION output.ko12009-09-062-2/+4
* * vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVARko12009-09-062-4/+9
* * 2009-09-07svn2009-09-061-2/+2
* * lib/uri/common.rb (URI.escape): obsoleted.naruse2009-09-062-0/+8
* * vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macroko12009-09-063-4/+16
* * template/id.h.tmpl: fix this.ko12009-09-063-170/+8
* * compile.c (iseq_specialized_instruction), insns.def (opt_size):ko12009-09-067-2/+50
* * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):ko12009-09-063-4/+55
* * io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].nobu2009-09-062-1/+5
* * io.c (argf_next_argv): fixed indent.nobu2009-09-051-2/+2
* * 2009-09-06svn2009-09-051-2/+2
* * io.c: Add rdoc for ARGF.naruse2009-09-052-6/+648
* * numeric.c (flo_quo, int_round): added rdoc.nobu2009-09-051-2/+22
* * compile.c (iseq_compile_each): op_asgn to aref should return rhs.nobu2009-09-053-16/+56
* * compile.c (FIXNUM_OR): typo.nobu2009-09-051-1/+1
* * compile.c (FIXNUM_INC, FIXNUM_OR): trivial optimizations.nobu2009-09-051-10/+12
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-2/+8
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-053-28/+64
* update comment.akr2009-09-051-1/+2
* * re.c (Init_Regexp): new methods. [ruby-core:24748]nobu2009-09-051-0/+3
* * re.c (update_char_offset): position should be long.nobu2009-09-043-9/+65
* * re.c (update_char_offset):nobu2009-09-042-5/+15
* * test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].nobu2009-09-042-2/+8
* * numeric.c (round): added declaration. [ruby-dev:39222]nobu2009-09-042-3/+6
* * bignum.c (rb_big_idiv): added rdoc.nobu2009-09-041-1/+10
* * bignum.c (rb_big_div, rb_big_idiv): fixed indent.nobu2009-09-041-2/+2
* * dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326]matz2009-09-032-0/+5
* * random.c (random_rand): fixed rdoc. [ruby-core:25332]nobu2009-09-032-1/+5
* * lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method namesnobu2009-09-033-4/+8
* * parse.y (literal_concat_gen): concat body from dstr instead ofnobu2009-09-033-1/+16
* * 2009-09-03svn2009-09-031-2/+2
* * parse.y (fname): removed duplication.nobu2009-09-031-4/+0
* * math.c (math_gamma): get rid of direct comparison between toonobu2009-09-023-3/+22
* * math.c (domain_check): simplified.nobu2009-09-022-9/+10
* * math.c (math_gamma): constified fact_table.nobu2009-09-021-1/+1