summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-01-10io.c: remove obsolete rb_deferr global variablenormal
2016-01-10ChangeLog: fixup indent for r53488normal
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2016-01-09test_hash.rb: add testnobu
2016-01-09openssl: fix examples [ci skip]nobu
2016-01-09symbol.h: unexpected safe callnobu
2016-01-09RUBY_PROGRAM_VERSION from RUBY_VERSIONnobu
2016-01-09revert r53459, r53427, r53314nobu
2016-01-08* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko1
2016-01-08* gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.ko1
2016-01-08* gc.c: rename constant names HEAP_* to PAGE_*.ko1
2016-01-08* doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]knu
2016-01-08* gc.c: remove heap_page::body. Instead of this field,ko1
2016-01-08* gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.ko1
2016-01-08* remove trailing spaces.svn
2016-01-08* gc.c: remove heap_page::heap. This field is only used to recognizeko1
2016-01-08* tool/make-snapshot: fix for the changes of version.h in r53314.shugo
2016-01-08* iseq.c (rb_iseq_compile_with_option): move variable initializationshugo
2016-01-07* enum.c (enum_min, enum_max): do the same optimization as r53454.shugo
2016-01-07* ruby.h: undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_Pmrkn
2016-01-07* enum.c (enum_minmax): optimize object comparison inshugo
2016-01-07thread.c: interrupt queue on uninitialized threadnobu
2016-01-07version.c: no exit in ruby_show_copyrightnobu
2016-01-06optparse.rb: into kwdargnobu
2016-01-05* ChangeLog: fix wrong class name.hsbt
2016-01-05* test/ruby/test_string.rb(test_chr): added test for String#chrhsbt
2016-01-05* test/ruby/test_numeric.rb (test_nonzero_p): added test for String#nonzero?hsbt
2016-01-05Clarify object references examplenobu
2016-01-04stringio: binmode sets encoding to ASCII-8BITnormal
2016-01-04variable.c (rb_mod_deprecate_constant): [DOC] addedsho-h
2016-01-04thread_sync.c: [DOC] remove SizedQueue#close argument. [ci skip]sho-h
2016-01-04* version.h (RUBY_BUILD_VERSION_STR_3): Workaround for old version ofngoto
2016-01-04ChangeLog: remove unnecessary preposition [ci skip]nobu
2016-01-04ChangeLog: remove stale log [ci skip]nobu
2016-01-04* test/coverage/test_coverage.rb: ignored test when enabled to coverage.hsbt
2016-01-03Move a comment to the appropriate position.yui-knk
2016-01-03Fix defined? expressionsnobu
2016-01-03aclocal.m4: addnobu
2016-01-03Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`yui-knk
2016-01-03acinclude.m4: renamenobu
2016-01-02thread_sync.c: remove unnecessary casts for queue_sleepnormal
2016-01-02Allow ERB subclass to add token easily. [Feature #11936]seki
2016-01-02parse.y: use nd_tagnobu
2016-01-02Revert r53409 "parse.y: yylval.num should be u3"naruse
2016-01-02parse.y: yylval.num should be u3nobu
2016-01-01* lib/ostruct.rb: Fix case of frozen object with initializer.marcandre
2016-01-01* NEWS: mention about CSV's liberal_parsing option.kazu
2016-01-01* ChangeLog: added missing reference for GitHubhsbt
2016-01-01* doc/NEWS-2.3.0: fix double words typo.hsbt
2016-01-01compile.c: adjust call_info countnobu