summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-09-23Add support for the `Lk` macro to tool/mdoc2man.rbknu
2016-09-23* eval.c (rb_mod_refine): refine modules as well.shugo
2016-09-23Update the paragraphs in "Rich Libraries" which included a dead linkknu
2016-09-23Use the `Lk` macro for hyperlinksknu
2016-09-23forwardable.rb: private methodsnobu
2016-09-23compile.c: tailcall in conditinal blocknobu
2016-09-22gc.c: fix rdoc of garbage_collect [ci skip]kazu
2016-09-21* process.c (InitVM_process): Support CLOCK_MONOTONIC_RAW_APPROX,naruse
2016-09-21parse.y: preserve cmdarg_stacknobu
2016-09-21parse.y: do after cmdarg in parennobu
2016-09-21parse.y: block bodiesnobu
2016-09-20gc.c: fix rdoc of garbage_collect [ci skip]nobu
2016-09-20* doc/extension.ja.rdoc: translate r56189 (rb_gc_adjust_memory_usage). [ci skip]kazu
2016-09-20* gems/bundled_gems: Update rake-11.3.0hsbt
2016-09-20gc.c: rb_gc_adjust_memory_usagenobu
2016-09-19deprecate Fixnum and Bignumnobu
2016-09-19enumerator.c: lazy enum improvementnobu
2016-09-18* lib/rss/rss.rb (RSS::BaseModel): Remove needless codes.kou
2016-09-18* lib/sync.rb: Fix NameError when error.kazu
2016-09-17* vm_insnhelper.c (vm_throw_start): Remove too much ";"hsbt
2016-09-17openssl: really fix test failure on Ubuntu 16.04rhe
2016-09-17* doc/extension.ja.rdoc: translate r56130 (rb_check_arity). [ci skip]kazu
2016-09-16Use JSON lines format for full heap dumps.tenderlove
2016-09-16* ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): Fix compile errorngoto
2016-09-16* internal.h (MAYBE_UNUSED): The fallback definition is needed.ngoto
2016-09-16* hash.c (each_pair_i_fast): Fix compile error with old version ofngoto
2016-09-16* win32/Makefile.sub (config.h): fixed compile error with VC introducedusa
2016-09-16 * internal.h (WARN_UNUSED_RESULT): moved to configure.in, toshyouhei
2016-09-16 * ChangeLog (add-log-time-format): Not exactly sure when butshyouhei
2016-09-15Don't include bad password in URI exception outputtenderlove
2016-09-15* doc/extension.ja.rdoc: Fix file name. [ci skip]kazu
2016-09-14* benchmark/: add vnmakarov's benchmarks around hash [ruby-core:75265]naruse
2016-09-13* hash.c (each_pair_i_fast): use rb_yield_values2 to avoid var args.naruse
2016-09-13string.c: avoid signed integer overflowrhe
2016-09-13Use PRIuSIZE format specifier for size_t valuesrhe
2016-09-13string.c: rename STR_EMBEDABLE_P to STR_EMBEDDABLE_Prhe
2016-09-13README{,.ja}.md: Drop support for BeOS now that Haiku is stable since 2.3.0. ...kazu
2016-09-13fix a typo [ci skip]kazu
2016-09-13fix unbalanced backquote [ci skip]kazu
2016-09-13string.c: STR_EMBEDABLE_Pnobu
2016-09-13* test/ruby/test_exception.rb: fix thread issues.ko1
2016-09-13string.c: fix buffer overflow check condition in rb_str_set_len()rhe
2016-09-12* common.mk (benchmark): fix lib path.naruse
2016-09-12Copy the serial number from the super class to the singleton classtenderlove
2016-09-12Added missing references of github and redmine.hsbt
2016-09-12* lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`hsbt
2016-09-11NEWS: News about Module.used_modules.kazu
2016-09-11fix a typo [ci skip]kazu
2016-09-11* ChangeLog: added refs. [Bug #12748] [ruby-dev:49786]usa
2016-09-11* win32/win32.c (rb_w32_write_console): should set writen length as theusa