summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-01-16* common.mk: test-sample was changed to test-basic.hsbt
2016-01-16* string.c, enc/unicode.c: New code path as a preparation for Unicode-wideduerst
2016-01-15* regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): The value ofngoto
2016-01-15Revert "* common.mk: test-sample was changed to test-basic."naruse
2016-01-15parse.y: should not deent concatenated stringnobu
2016-01-15* common.mk: test-sample was changed to test-basic.hsbt
2016-01-14* lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse
2016-01-14variable.c: matched backrefs onlynobu
2016-01-14sprintf.c: exact numbernobu
2016-01-14* Remove 512-bit DH group. It's affected by LogJam Attack.hsbt
2016-01-14variable.c: $1..$9 in global_variablesnobu
2016-01-13* .travis.yml: removed commented-out code.hsbt
2016-01-13* .travis.yml: removed osx code. follow up with r53517hsbt
2016-01-13iseq.c: mark parent iseqnobu
2016-01-12resolve class name earlier and more consistentlynormal
2016-01-12Fix typo [ci skip]nobu
2016-01-12iseq.c: mark parents of wrapped iseqnobu
2016-01-12* common.mk: update URL and name for the Ruby spec suite.eregon
2016-01-12correction to proper wordsorah
2016-01-12* lib/forwardable.rb: Convert given accessors to String.sorah
2016-01-12string.c: made a variable name more grammatically correctduerst
2016-01-12string.c: minor grammar fix [ci skip]duerst
2016-01-12test/ruby/enc/test_casing_options.rb: Tests for optionduerst
2016-01-12string.c: Added option parsing/checking for upcase/downcase/duerst
2016-01-11include/ruby/oniguruma.h: Added flags needed for upcase/downcaseduerst
2016-01-11configure.in: check API versionnobu
2016-01-10compile.c: fix lhs splat in massignnobu
2016-01-10missing.h: remove explicit_bzero_by_memset_snobu
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