aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/json: Update github/flori/json from 1.4.2+ tonaruse2010-12-0116-1692/+567
* * 2010-12-02svn2010-12-011-2/+2
* * lib/net/http.rb: improve rdoc.naruse2010-12-013-323/+296
* * numeric.c (Init_Numeric): fixed a potential bug when using bccwin32usa2010-12-012-0/+7
* * array.c: parenthesize macro arguments.akr2010-12-012-24/+28
* * test/socket/test_addrinfo.rb: extract Errno::EADDRINUSE as a method.akr2010-12-013-6/+20
* fix typos in mankazu2010-12-015-13/+13
* fix typoskazu2010-12-011-15/+15
* * test/openssl/test_ssl.rb (test_not_started_session): non socketusa2010-12-012-0/+6
* Remove unused logicsnaruse2010-12-011-3/+1
* * string.c (rb_memhash): zero-filled strings should returnnobu2010-12-013-1/+8
* Imported minitest 2.0.0 r5952. Fixed test/unit.rb to work with changesryan2010-12-0111-197/+798
* * string.c (rb_str_inspect): fix typo (not 0xFD but 0xFE).naruse2010-12-013-1/+16
* Revert r29986: "Imported minitest 2.0.0 r5952"naruse2010-12-0110-796/+186
* * addr2line.c: Follow .gnu_debuglink section.naruse2010-12-012-28/+78
* Imported minitest 2.0.0 r5952ryan2010-11-3010-186/+796
* * 2010-12-01svn2010-11-301-3/+3
* * string.c (rb_str_inspect): inspect as a dummy encoding stringnaruse2010-11-303-4/+38
* * addr2line.c (parse_debug_line_cu): ignore DW_LNE_set_discriminator.naruse2010-11-302-0/+9
* * vm_dump.c: undef HAVE_BACKTRACE when the OS is FreeBSD (in othernaruse2010-11-302-0/+10
* * lib/net/http.rb: improve rdoc.naruse2010-11-302-10/+70
* * win32/win32.c (rb_w32_read): read only 1 byte at once on console.usa2010-11-302-2/+10
* * lib/net/http.rb: improve rdoc.naruse2010-11-302-152/+288