summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-01-22vm_core.h: use RUBY_ASSERTnobu
2016-01-22RUBY_ASSERTnobu
2016-01-21* regparse.c (fetch_name_with_level): allow non word charactersnaruse
2016-01-21* marshal.c (r_object0): honor Marshal.load post procnaruse
2016-01-21* Makefile.in (update-rubyspec): fix r53208 like r53451.naruse
2016-01-20* ChangeLog: typo.usa
2016-01-20* common.mk, Makefile.in: update-config.files is only for Unixusa
2016-01-20ChangeLog: fix commit log of r53599nobu
2016-01-20extlibs.rb: add --cache optionnobu
2016-01-19* common.mk: Added Unicode data file CaseFolding.txt to be additionallyduerst
2016-01-19* lib/shell.rb (Shell.debug_output_exclusive_unlock): removesho-h
2016-01-19* vm_method.c: fix grammar in respond_to? warning.hsbt
2016-01-18parse.y: escaped newline in dedenting heredocnobu
2016-01-18* test/ruby/test_string.rb: Added extra testcase for test_rstrip_banghsbt
2016-01-18* string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshanhsbt
2016-01-17* configure.in: improve ICC (Intel C Compiler) support.naruse
2016-01-17* string.c: Any kind of option is now taking the new code path forduerst
2016-01-17* enc/unicode.c: Fixed a logical error and some comments.duerst
2016-01-17* enc/unicode.c: Removed artificial expansion for Turkic,duerst
2016-01-17option.c: single byte booleannobu
2016-01-17Add a test case for ENV#select_bang,keep_ifnobu
2016-01-17Add a test case for ENV#reject_bang,delete_ifnobu
2016-01-17option.c: make error messages consistentnobu
2016-01-16fix typos [ci skip]kazu
2016-01-16parse.y: should not deent concatenated stringnobu
2016-01-16* enc/unicode.c: Artificial mapping to test buffer expansion code.duerst
2016-01-16* ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.hsbt
2016-01-16* enc/unicode.c: fix implicit conversion error with clang. fixup r53548.hsbt
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