aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* string.c: wchar terminatornobu2014-11-054-9/+41
* update doc.akr2014-11-041-7/+1
* * ext/win32/lib/Win32API.rb: Fiddle::Importer is defined inusa2014-11-042-3/+13
* * lib/securerandom.rb (SecureRandom.random_bytes): use fiddle directlyusa2014-11-042-4/+14
* * test/rubygems/test_gem_request_set_lockfile.rbusa2014-11-042-1/+6
* * enc/unicode/data: ignore all downloaded files.usa2014-11-040-0/+0
* suppress warningsnobu2014-11-042-2/+2
* test_gem_remote_fetcher.rb: leaked FDsnobu2014-11-042-1/+55
* Win32API.rb: update message [ci skip]nobu2014-11-041-1/+1
* * ext/-test-/printf/printf.c, test/-ext-/test_printf.rb: removenobu2014-11-042-13/+0
* ruby.h: add mark to PRIsVALUEnobu2014-11-044-3/+28
* ChangeLog: fix notationnobu2014-11-041-1/+1
* * object.c: fix document of Kernel.Stirng by @suzukazehsbt2014-11-042-2/+8
* * remove trailing spaces.svn2014-11-041-1/+1
* * lib/csv.rb: added documentation for skip_blanks option by @decasiahsbt2014-11-042-1/+14
* * lib/open3.rb: fix code formatting in documentation by @JoshCheekhsbt2014-11-042-9/+14
* * 2014-11-04svn2014-11-031-2/+2
* encoding.c (enc_memsize): remove unnecessary functionnormal2014-11-032-7/+6
* * test/openssl/utils.rb: The default of :ignore_listener_error isakr2014-11-035-32/+37
* README.EXT, README.EXT.ja: mention about PRIsVALUE [ci skip]nobu2014-11-032-10/+14
* ext/tk/tkutil/tkutil.c: disable untyped data warningsnobu2014-11-031-0/+3
* * iseq.c (iseq_free): resolve memory leak.ko12014-11-032-1/+8
* tkutil.c: inherit Datanobu2014-11-031-2/+2
* foreach.c: printf specifiernobu2014-11-031-10/+10
* * iseq.c (iseq_memsize): catch up recent changes.ko12014-11-032-0/+8
* * vm_core.h: change semantics of opt_num and opt_table.ko12014-11-036-27/+56
* * NEWS: added period into Matrix section. [ci skip]hsbt2014-11-032-4/+9
* * vm_args.c: fixed build error with clanghsbt2014-11-032-2/+6
* * lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):naruse2014-11-034-3/+14
* bump URI::VERSION to 0.10.0naruse2014-11-031-1/+1
* * vm_core.h: change iseq parameter data structure.ko12014-11-029-350/+383
* * test/ruby/test_method.rb: r48239 makes this test green.ko12014-11-022-0/+13
* * properties.svn2014-11-020-0/+0
* * rewrite method/block parameter fitting logic to optimizeko12014-11-0215-671/+1375
* * properties.svn2014-11-021-140/+140
* * sample/simple-bench.rb: added to measure performance of simpleko12014-11-022-0/+145
* * 2014-11-03svn2014-11-021-2/+2
* * gc.c (obj_info): show T_STRING more details.ko12014-11-022-0/+8
* tool/instruction.rb: remove extra blank linesnobu2014-11-021-1/+1
* tool/instruction.rb: remove trailing spacesnobu2014-11-021-4/+4
* * test/openssl/test_ssl.rb: Don't ignore errors on listener threads,akr2014-11-014-25/+44
* ignore_ssl_accept_error option is changed to ignore_listener_error.akr2014-11-012-6/+9
* * 2014-11-02svn2014-11-011-2/+2
* comment updated.akr2014-11-011-1/+1
* start_server refined.akr2014-11-011-46/+42
* * test/openssl/utils.rb (start_server): Don't close sockets beforeakr2014-11-014-19/+31
* refine message of assert_join_threads.akr2014-11-011-2/+3
* * test/openssl/test_ssl_session.rb (test_ctx_client_session_cb): Don'takr2014-11-014-79/+102
* * test/openssl/utils.rb (start_server, server_loop): Use aakr2014-11-012-13/+17
* * test/ruby/envutil.rb (assert_join_threads): New assertion toakr2014-11-013-46/+99