aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * array.c: parenthesize macro arguments.akr2010-12-011-0/+4
* * test/socket/test_addrinfo.rb: extract Errno::EADDRINUSE as a method.akr2010-12-011-0/+6
* fix typoskazu2010-12-011-15/+15
* * test/openssl/test_ssl.rb (test_not_started_session): non socketusa2010-12-011-0/+5
* * string.c (rb_memhash): zero-filled strings should returnnobu2010-12-011-0/+5
* Imported minitest 2.0.0 r5952. Fixed test/unit.rb to work with changesryan2010-12-011-0/+6
* * string.c (rb_str_inspect): fix typo (not 0xFD but 0xFE).naruse2010-12-011-0/+4
* Revert r29986: "Imported minitest 2.0.0 r5952"naruse2010-12-011-5/+0
* * addr2line.c: Follow .gnu_debuglink section.naruse2010-12-011-1/+8
* Imported minitest 2.0.0 r5952ryan2010-11-301-0/+5
* * string.c (rb_str_inspect): inspect as a dummy encoding stringnaruse2010-11-301-0/+11
* * addr2line.c (parse_debug_line_cu): ignore DW_LNE_set_discriminator.naruse2010-11-301-0/+5
* * vm_dump.c: undef HAVE_BACKTRACE when the OS is FreeBSD (in othernaruse2010-11-301-0/+7
* * lib/net/http.rb: improve rdoc.naruse2010-11-301-0/+5
* * win32/win32.c (rb_w32_read): read only 1 byte at once on console.usa2010-11-301-0/+6
* * lib/net/http.rb: improve rdoc.naruse2010-11-301-10/+15
* Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain2010-11-291-0/+8
* * lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosionnobu2010-11-291-0/+5
* * win32/Makefile.sub (scriptbin.mk): fix generated rules.nobu2010-11-291-1/+3
* * win32/win32.c (rb_w32_write_console): fix argument type.nobu2010-11-291-0/+4
* * misc/ruby-mode.el (ruby-forward-sexp): stop after literal hashnobu2010-11-291-1/+4