summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-02-22* ext/io/console/console.c (console_dev): need read access for conout$usa
2014-02-22.gitignore: ignore benchmark filesnormal
2014-02-21* bignum.c (bary_mul_precheck): fix a copy-paste error.mame
2014-02-21fix second argument of MEMZEROkazu
2014-02-21* ext/socket/init.c (wait_connectable): break if the socket isshugo
2014-02-21* tool/redmine-backporter.rb: added to handle redmine tickets.naruse
2014-02-21class.c: do nothing if copying selfnobu
2014-02-21logger.rb: DSTnobu
2014-02-21logger.rb: fix midnight log rotation missnobu
2014-02-21typo fixhsbt
2014-02-21* test/monitor/test_monitor.rb: remove unused variabels.hsbt
2014-02-21socket: sendmsg/recvmsg only retries blocking on errorsnormal
2014-02-20gc.c: RB_GC_GUARD should be robust enough for any compilernormal
2014-02-20* ext/socket/raddrinfo.c (numeric_getaddrinfo): Use xcalloc.akr
2014-02-20* hash.c (rb_hash_flatten): fix behavior of flatten(-1).glass
2014-02-19* ext/socket: Bypass getaddrinfo() if node and serv are numeric.akr
2014-02-19* ext/socket: Wrap struct addrinfo by struct rb_addrinfo.akr
2014-02-19* ext/socket/ipsocket.c (ip_s_getaddress): Don't access freed memory.akr
2014-02-19* configure.in: it must see rb_cv_broken_memmem not rb_cv_func_memmem.naruse
2014-02-18* test/socket/test_socket.rb: unix socket is required by test case.hsbt
2014-02-18* test/socket/test_addrinfo.rb: remove unused variables.hsbt
2014-02-18* lib/test/unit.rb: Requires minitest < 5.0.0 if Gem is available.sorah
2014-02-18* lib/test/unit/test-unit.gemspec: Add minitest < 5.0.0 dependencysorah
2014-02-18* configure.in (FILE_COUNT): Removed. (win32.c defines it in itself.)akr
2014-02-18* test/test/psych/test_string.rb: remove unused variables.hsbt
2014-02-17* test/ruby/test_gc.rb: ignore warning messages for running with -wko1
2014-02-17* internal.h: Move BDIGIT and related definitions fromakr
2014-02-17marshal.c: do not recycle wrapper objectsnobu
2014-02-17* doc/keywords.rdoc: [DOC] Add keywords doc by documenting-ruby/ruby#29zzak
2014-02-17* gc.c (get_envparam_double): fix a warning message.ko1
2014-02-17* gc.c: introduce new environment variableko1
2014-02-17* test/test_pty.rb: use underscore variables. because ignored unseued variables.hsbt
2014-02-17* test/test_find.rb: remove unused variables.hsbt
2014-02-16* ext/bigdecimal/bigdecimal.c (BigDecimal_initialize): Insert GC guard.mrkn
2014-02-16* test/test_securerandom.rb: use File.exist? instead of File.exists?hsbt
2014-02-16* test/pathname/test_pathname.rb: use File.exist? instead of File.exists?hsbt
2014-02-16* test/net/ftp/test_ftp.rb: remove unused variables.hsbt
2014-02-16dir.c (dir_s_glob): RB_GC_GUARD instead of volatilenormal
2014-02-16* include/ruby/ruby.h (RBIGNUM_SIGN): Defined for compatibility.akr
2014-02-16io.c (rb_f_backquote): trade volatile for manual recyclenormal
2014-02-16marshal.c: use rb_gc_force_recycle for GC-safetynormal
2014-02-15* README.EXT.ja: [DOC] Fix typo by @utenmiki [Fixes GH-534] [ci skip]zzak
2014-02-15* ext/bigdecimal/bigdecimal.c (BIGNUM_ZERO_P): Unused macro removed.akr
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2014-02-15* configure.in (FILE_READEND): Don't detect it because it is not used.akr
2014-02-15probes_helper.h (RUBY_DTRACE_HOOK): correct type for _idnormal
2014-02-15* bignum.c (rb_big_cmp): Avoid bignum allocation for comparisonakr
2014-02-15fd_setsize/depend: fix wrong dependenciesshirosaki
2014-02-14* enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr
2014-02-14* include/ruby/ruby.h,akr