aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-061-0/+5
* * lib/mkmf.rb (check_signedness): rename unused variable prelude.naruse2010-12-061-0/+4
* * class.c (make_metaclass): fix probable typo. builtin type flagnobu2010-12-051-0/+5
* * lib/irb/init.rb (IRB.parse_opts): fix typo. [ruby-core:33574]nobu2010-12-051-0/+4
* * ruby.c (load_file_internal): decrement for ungotten line.nobu2010-12-051-0/+5
* * complex.c: parenthesize macro arguments.akr2010-12-051-0/+4
* Add documentation for OpenSSL::X509::Extension.newdrbrain2010-12-041-0/+4
* * hash.c (rb_hash_update_by): new API for Hash#update.nobu2010-12-041-0/+4
* * class.c: parenthesize macro arguments.akr2010-12-041-0/+4
* * vm_core.h (rb_vm_inc_const_missing_count): missing prototype.nobu2010-12-041-0/+4
* * ext/iconv/iconv.c (Init_iconv): no warnings if $VERBOSE is nil.nobu2010-12-031-0/+4
* * vm_insnhelper.c (vm_call_method): revert r30064 and r30071,nobu2010-12-031-0/+5
* * lib/mkmf.rb (String#tr_cpp): substitute * with P like asnobu2010-12-031-0/+5
* * vm_insnhelper.c (vm_call_method): protected methods should benobu2010-12-031-0/+5
* * lib/mkmf.rb (convertible_int): define printf format prefix too.nobu2010-12-031-1/+3
* * lib/mkmf.rb (convertible_int): detect convertible integer type.nobu2010-12-031-1/+4
* * lib/mkmf.rb (check_sizeof): should return integer always.nobu2010-12-031-0/+4
* * ChangeLog: oops, typo.shyouhei2010-12-031-1/+1
* * win32/Makefile.sub (RCFLAGS): VC10 and after only. fixed the problemusa2010-12-031-0/+5
* * gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it isshyouhei2010-12-031-0/+12
* * vm_insnhelper.c (vm_call_method): protected singleton methods shouldnobu2010-12-031-0/+5
* * ext/stringio/stringio.c (strio_getline): round upto next charnobu2010-12-021-0/+5
* * compile.c: parenthesize macro arguments.akr2010-12-021-0/+4
* * encoding.c (enc_alias_internal): use st_insert2 and change returnnaruse2010-12-021-0/+7
* Revert "* re.c (rb_reg_initialize): don't set US-ASCII to regexp"naruse2010-12-021-6/+0
* * re.c (rb_reg_initialize): don't set US-ASCII to regexpnaruse2010-12-021-0/+6
* * encoding.c (enc_alias_internal): use xfree instead of free.naruse2010-12-021-0/+4
* * NEWS: entry for ruby_vm_at_exit().shyouhei2010-12-021-0/+7
* * win32/Makefile.sub (RCFLAGS): -nologo switch is only available inusa2010-12-021-0/+5
* * ext/json/lib/json/add/rails.rb: removed.naruse2010-12-021-0/+4
* * encoding.c (enc_alias_internal): free the copied key andnaruse2010-12-021-0/+8
* * vm.c (ruby_vm_at_exit): new API. This enables extension libs toshyouhei2010-12-021-0/+21
* * bignum.c: parenthesize macro arguments.akr2010-12-021-0/+4
* * ChangeLog: typo.usa2010-12-021-1/+1
* * win32/win32.c (rb_w43_read): more fix. [ruby-core:33513]usa2010-12-021-0/+4
* * win32/win32.c (rb_w32_read): workaround for console reading troubles.usa2010-12-021-0/+5
* * lib/uri/common.rb (URI.encode_www_form):naruse2010-12-021-0/+5
* * lib/net/http.rb (Net::HTTP#set_form_data):naruse2010-12-021-0/+5
* * ext/extmk.rb: remove $makeflags.defined?, it should be $mflags.naruse2010-12-021-0/+4
* * win32/Makefile.sub (rc): suppress meaningless message.usa2010-12-021-0/+4
* * ext/json/generator/extconf.rb: remove the lines which set -O3naruse2010-12-021-0/+8
* * ext/extmk.rb: define $makeflags.defined? like $mflags.naruse2010-12-021-0/+4
* * lib/test/unit.rb (Test::Unit::GCStressOption): --gc-stressnobu2010-12-011-1/+4
* * lib/test/unit.rb (Test::Unit::Mini#_run_suites): show the resultnobu2010-12-011-0/+5
* * ext/io/console/console.c (setattr): should retry on EINTR.nobu2010-12-011-0/+5
* Fix positional wording in lib/net/http.rb to match revised orderdrbrain2010-12-011-0/+4
* * ext/json/lib/json/common.rb: don't use iconv on 1.9.naruse2010-12-011-0/+5
* * ext/json: Update github/flori/json from 1.4.2+ tonaruse2010-12-011-0/+5
* * lib/net/http.rb: improve rdoc.naruse2010-12-011-0/+7
* * numeric.c (Init_Numeric): fixed a potential bug when using bccwin32usa2010-12-011-0/+6