aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* socket: sendmsg/recvmsg only retries blocking on errorsnormal2014-02-213-10/+37
* * 2014-02-21svn2014-02-201-2/+2
* gc.c: RB_GC_GUARD should be robust enough for any compilernormal2014-02-203-4/+20
* * ext/socket/raddrinfo.c (numeric_getaddrinfo): Use xcalloc.akr2014-02-202-4/+8
* * hash.c (rb_hash_flatten): fix behavior of flatten(0).glass2014-02-202-4/+11
* * 2014-02-20svn2014-02-201-2/+2
* * hash.c (rb_hash_flatten): fix behavior of flatten(-1).glass2014-02-203-6/+17
* * ext/socket: Bypass getaddrinfo() if node and serv are numeric.akr2014-02-195-9/+146
* * ext/socket: Wrap struct addrinfo by struct rb_addrinfo.akr2014-02-196-76/+104
* * ext/socket/ipsocket.c (ip_s_getaddress): Don't access freed memory.akr2014-02-192-2/+7
* * 2014-02-19svn2014-02-191-2/+2
* * configure.in: it must see rb_cv_broken_memmem not rb_cv_func_memmem.naruse2014-02-192-1/+5
* * test/socket/test_socket.rb: unix socket is required by test case.hsbt2014-02-182-0/+6
* * test/socket/test_addrinfo.rb: remove unused variables.hsbt2014-02-189-31/+31
* * lib/test/unit.rb: Requires minitest < 5.0.0 if Gem is available.sorah2014-02-182-0/+5
* * lib/test/unit/test-unit.gemspec: Add minitest < 5.0.0 dependencysorah2014-02-183-0/+21
* * configure.in (FILE_COUNT): Removed. (win32.c defines it in itself.)akr2014-02-182-40/+5
* * 2014-02-18svn2014-02-181-2/+2
* * test/test/psych/test_string.rb: remove unused variables.hsbt2014-02-183-3/+7
* * test/ruby/test_gc.rb: ignore warning messages for running with -wko12014-02-172-1/+6
* * internal.h: Move BDIGIT and related definitions fromakr2014-02-173-54/+59
* marshal.c: do not recycle wrapper objectsnobu2014-02-173-4/+29
* * properties.nobu2014-02-170-0/+0
* * doc/keywords.rdoc: [DOC] Add keywords doc by documenting-ruby/ruby#29zzak2014-02-172-0/+12
* * gc.c (get_envparam_double): fix a warning message.ko12014-02-172-1/+5
* * gc.c: introduce new environment variableko12014-02-173-4/+38
* * test/test_pty.rb: use underscore variables. because ignored unseued variables.hsbt2014-02-172-3/+7
* * test/test_find.rb: remove unused variables.hsbt2014-02-172-3/+7
* * properties.nobu2014-02-170-0/+0
* * 2014-02-17svn2014-02-161-2/+2
* * ext/bigdecimal/bigdecimal.c (BigDecimal_initialize): Insert GC guard.mrkn2014-02-162-2/+13
* add tests.akr2014-02-161-0/+24
* ext/psych/yaml: suppress warningsnobu2014-02-164-13/+8
* bigdecimal.c: refine macrosnobu2014-02-161-3/+3
* ruby.h: use FIX2LONGnobu2014-02-161-3/+3
* * test/test_securerandom.rb: use File.exist? instead of File.exists?hsbt2014-02-162-1/+5
* * test/pathname/test_pathname.rb: use File.exist? instead of File.exists?hsbt2014-02-162-1/+5
* * test/net/ftp/test_ftp.rb: remove unused variables.hsbt2014-02-163-19/+7
* dir.c (dir_s_glob): RB_GC_GUARD instead of volatilenormal2014-02-162-1/+6
* * include/ruby/ruby.h (RBIGNUM_SIGN): Defined for compatibility.akr2014-02-162-0/+10
* io.c (rb_f_backquote): trade volatile for manual recyclenormal2014-02-162-1/+8
* marshal.c: use rb_gc_force_recycle for GC-safetynormal2014-02-162-8/+14
* * README.EXT.ja: [DOC] Fix typo by @utenmiki [Fixes GH-534] [ci skip]zzak2014-02-152-1/+6
* * ext/bigdecimal/bigdecimal.c (BIGNUM_ZERO_P): Unused macro removed.akr2014-02-152-4/+4
* * 2014-02-16svn2014-02-151-2/+2
* * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr2014-02-1513-218/+257
* * configure.in (FILE_READEND): Don't detect it because it is not used.akr2014-02-152-18/+4
* probes_helper.h (RUBY_DTRACE_HOOK): correct type for _idnormal2014-02-152-1/+5
* * bignum.c (rb_big_cmp): Avoid bignum allocation for comparisonakr2014-02-152-7/+16
* Add note about "struct RBignum is hidden.".akr2014-02-151-0/+1