aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 2010-11-30svn2010-11-291-2/+2
* Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain2010-11-293-9/+33
* * lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosionnobu2010-11-293-1/+8
* * win32/Makefile.sub (scriptbin.mk): fix generated rules.nobu2010-11-292-5/+7
* * win32/win32.c (rb_w32_write_console): fix argument type.nobu2010-11-292-1/+6
* * misc/ruby-mode.el (ruby-forward-sexp): stop after literal hashnobu2010-11-292-1/+5
* * misc/ruby-mode.el (ruby-font-lock-keywords): highlight literalnobu2010-11-292-0/+6
* * ChangeLog: add [experimental].usa2010-11-291-1/+1
* test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):duerst2010-11-292-4/+12
* * win32/win32.c (rb_w32_isatty): use GetConsoleMode() to determine theusa2010-11-292-1/+8
* * include/ruby/win32.h (rb_w32_write_console): wrong prototype.usa2010-11-292-1/+5
* * 2010-11-29svn2010-11-291-2/+2
* * win32/win32.c (rb_w32_write_console): fixed indentation.usa2010-11-292-7/+12
* * test/iconv/utils.rb: suppress warning message.nobu2010-11-281-0/+3
* * thread_pthread.c (NATIVE_MUTEX_LOCK_DEBUG): move and use it.ko12010-11-282-5/+11
* * thread_pthread.c: remove pthread_atfork().ko12010-11-282-35/+16
* * thread_pthread.c (native_cond_*): Check return code.ko12010-11-282-4/+22
* * thread_pthread.c (thread_start_func_1): initialize native threadnobu2010-11-282-6/+16
* * io.c (struct argf): make lineno long, and reorder members.nobu2010-11-282-6/+9
* * thread_win32.c (gvl_release, gvl_init): suppress warnings.nobu2010-11-282-2/+6
* * thread_pthread.c (gvl_release, gvl_init): suppress warnings.nobu2010-11-283-3/+12
* * thread_pthread.c (gvl_reinit): register atfork hander only innobu2010-11-282-4/+13