aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ruby.c (load_file_internal): decrement for ungotten line.nobu2010-12-053-0/+12
* * 2010-12-05svn2010-12-051-2/+2
* * complex.c: parenthesize macro arguments.akr2010-12-052-10/+14
* Add documentation for OpenSSL::X509::Extension.newdrbrain2010-12-042-0/+16
* * hash.c (rb_hash_update_by): new API for Hash#update.nobu2010-12-043-0/+43
* * class.c: parenthesize macro arguments.akr2010-12-042-3/+7
* * vm_core.h (rb_vm_inc_const_missing_count): missing prototype.nobu2010-12-042-0/+5
* * ext/iconv/iconv.c (Init_iconv): no warnings if $VERBOSE is nil.nobu2010-12-032-1/+7
* * vm_insnhelper.c (vm_call_method): revert r30064 and r30071,nobu2010-12-033-22/+9
* * 2010-12-04svn2010-12-031-2/+2
* * lib/mkmf.rb (String#tr_cpp): substitute * with P like asnobu2010-12-032-1/+6
* * vm_insnhelper.c (vm_call_method): protected methods should benobu2010-12-033-7/+8
* * lib/mkmf.rb (convertible_int): define printf format prefix too.nobu2010-12-033-9/+19
* * lib/mkmf.rb (convertible_int): detect convertible integer type.nobu2010-12-033-13/+98
* * lib/mkmf.rb (check_sizeof): should return integer always.nobu2010-12-033-9/+12
* * ChangeLog: oops, typo.shyouhei2010-12-031-1/+1
* * win32/Makefile.sub (RCFLAGS): VC10 and after only. fixed the problemusa2010-12-032-1/+6
* * gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it isshyouhei2010-12-033-3/+21
* * vm_insnhelper.c (vm_call_method): protected singleton methods shouldnobu2010-12-033-1/+28
* * ext/stringio/stringio.c (strio_getline): round upto next charnobu2010-12-023-1/+12
* * compile.c: parenthesize macro arguments.akr2010-12-022-51/+55
* * eval.c (ruby_cleanup): fix type.nobu2010-12-021-1/+1
* * encoding.c (enc_alias_internal): use st_insert2 and change returnnaruse2010-12-022-9/+12
* Revert "* re.c (rb_reg_initialize): don't set US-ASCII to regexp"naruse2010-12-022-6/+3
* * re.c (rb_reg_initialize): don't set US-ASCII to regexpnaruse2010-12-022-3/+6
* * 2010-12-03svn2010-12-021-2/+2
* * encoding.c (enc_alias_internal): use xfree instead of free.naruse2010-12-022-1/+5
* * NEWS: entry for ruby_vm_at_exit().shyouhei2010-12-023-7/+17
* * win32/Makefile.sub (RCFLAGS): -nologo switch is only available inusa2010-12-022-1/+11
* * ext/json/lib/json/add/rails.rb: removed.naruse2010-12-023-210/+4
* * encoding.c (enc_alias_internal): free the copied key andnaruse2010-12-022-4/+19
* * vm.c (ruby_vm_at_exit): new API. This enables extension libs toshyouhei2010-12-025-0/+65
* * bignum.c: parenthesize macro arguments.akr2010-12-022-3/+7
* * ChangeLog: typo.usa2010-12-021-1/+1
* * win32/win32.c (rb_w43_read): more fix. [ruby-core:33513]usa2010-12-022-1/+5
* * win32/win32.c (rb_w32_read): rollback debug code of previous commit.usa2010-12-021-1/+1
* * win32/win32.c (rb_w32_read): workaround for console reading troubles.usa2010-12-022-3/+12
* Setup Symbol#to_json to avoid conflict.naruse2010-12-021-0/+8
* * lib/uri/common.rb (URI.encode_www_form):naruse2010-12-022-3/+26
* * lib/net/http.rb (Net::HTTP#set_form_data):naruse2010-12-022-11/+8
* * ext/extmk.rb: remove $makeflags.defined?, it should be $mflags.naruse2010-12-022-6/+6
* * win32/Makefile.sub (rc): suppress meaningless message.usa2010-12-022-1/+5
* * ext/json/generator/extconf.rb: remove the lines which set -O3naruse2010-12-023-20/+8
* * ext/extmk.rb: define $makeflags.defined? like $mflags.naruse2010-12-022-0/+8
* * lib/test/unit.rb (Test::Unit::GCStressOption): --gc-stressnobu2010-12-012-1/+31
* * lib/test/unit.rb (Test::Unit::Mini#_run_suites): show the resultnobu2010-12-012-2/+23
* * ext/io/console/console.c (setattr): should retry on EINTR.nobu2010-12-012-1/+14
* Fix positional wording in lib/net/http.rb to match revised orderdrbrain2010-12-012-11/+13
* Improve rdoc of net/http/http.rb.naruse2010-12-011-24/+22
* * ext/json/lib/json/common.rb: don't use iconv on 1.9.naruse2010-12-013-10/+22