aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gc.c (struct heap_page): trivial packingnormal2014-11-122-6/+10
* * gems/bundled_gems: Update to test-unit 3.0.6 and minitest 5.4.3.hsbt2014-11-122-2/+6
* * lib/rubygems/*: Update to RubyGems 2.4.3 master (7b1f684).hsbt2014-11-124-1/+62
* test_unicode_normalize.rb: skip only oncenobu2014-11-111-2/+3
* test_unicode_normalize.rb: skip if not foundnobu2014-11-111-0/+2
* tables.rb: addnobu2014-11-113-3/+1164
* common.mk: relax dependencynobu2014-11-111-1/+2
* * 2014-11-12svn2014-11-111-2/+2
* * test/ruby/test_object.rb: Specify an exception class for rescue clause.akr2014-11-115-4/+14
* * test/fileutils/test_fileutils.rb: Use assert_join_threads.akr2014-11-112-5/+11
* * test/resolv/test_dns.rb: Use assert_join_threads.akr2014-11-112-64/+68
* * test/net/pop/test_pop.rb: Use assert_join_threads.akr2014-11-112-12/+20
* * test/net/http/test_https_proxy.rb: Use assert_join_threads.akr2014-11-112-14/+21
* * win32/Makefile.sub (prelude.c): search from source directory,nobu2014-11-113-1/+7
* unicode_norm_gen.tmpl: fix build errornobu2014-11-111-1/+1
* common.mk: nmakenobu2014-11-111-9/+9
* make-snapshot: no wait unless needednobu2014-11-111-1/+3
* common.mk: preludesnobu2014-11-111-0/+1
* template/prelude.c.tmplnobu2014-11-113-41/+36
* suppress warning: shadowing outer local variable - linenaruse2014-11-111-1/+1
* remove debug codenaruse2014-11-111-1/+1
* * lib/rubygems/commands/contents_command.rb (files_in_default_gem):naruse2014-11-113-5/+17
* * string.c (sym_equal): use rb_obj_equal().ko12014-11-112-7/+10
* * lib/rdoc/known_classes.rb: reverted regression changes ofhsbt2014-11-112-1/+5
* * 2014-11-11svn2014-11-101-2/+2
* * test/net/imap/test_imap.rb: Don't ignore exceptions on serverakr2014-11-102-221/+179
* * test/net/ftp/test_ftp.rb (create_ftp_server): Don't ignoreakr2014-11-102-13/+15
* win32.c: user namenobu2014-11-101-0/+3
* * win32/win32.c (rb_w32_read): retry with reduced length if cannot tousa2014-11-102-0/+12
* * lib/webrick/server.rb: Setup shutdown pipe in listen method.akr2014-11-104-1/+45
* * win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): newusa2014-11-106-12/+72
* win32.c: login name encodingnobu2014-11-104-6/+21
* * lib/rubygems/*.rb: Update to RubyGems master(3e36528).hsbt2014-11-103-22/+28
* signal.c: signal list to killnobu2014-11-102-0/+7
* unicode_normalize: UNICODE_VERSION constantnobu2014-11-102-2/+12
* * lib/rdoc/*.rb: Update to RDoc 4.2.0.alpha(579a11c)hsbt2014-11-103-2/+7
* * lib/webrick/server.rb: Less instance variables.akr2014-11-102-17/+28
* * lib/webrick/server.rb (shutdown): Use close() on @shutdown_pipe_w toakr2014-11-102-4/+13
* * lib/webrick/server.rb (initialize): Initialize shutdown pipe hereakr2014-11-093-40/+51
* * 2014-11-10svn2014-11-091-2/+2
* * test/webrick/webrick.cgi: Don't use debug mode.akr2014-11-093-2/+8
* test_bmethod.rb: block in bmethod testnobu2014-11-092-2/+14
* test_bmethod.rb: super in bmethod testnobu2014-11-092-1/+24
* vm.c: super in bmethodnobu2014-11-097-7/+61
* * test/open-uri: Test server log in server thread.akr2014-11-098-169/+203
* * lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog.akr2014-11-092-0/+6
* fix a typo in comment [ci skip]kazu2014-11-091-1/+1
* Fix typos in assert messages [ci skip]kazu2014-11-091-4/+4
* fix a typo [ci skip]kazu2014-11-091-1/+1
* * test/webrick: Fix the argument order of assert_equal.akr2014-11-094-33/+37