summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-07-28* vm_core.h (VM_ENV_LOCAL_P): return truthy (0 or not) value.ko1
2016-07-28* vm.c, internal.h: remove RubyVM::Env class and all of env objectsko1
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-28ruby.h: use __extension__nobu
2016-07-27* enc/windows_1253.c: Remove dead code found by Coverity Scan.duerst
2016-07-26gc.c: running finalizer statenobu
2016-07-26* vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko1
2016-07-26* gc.c (rb_raw_obj_info): support to show Proc obj.ko1
2016-07-26* gc.c (gc_mark): add `inline' explicitly.ko1
2016-07-26* enc/windows_1257.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-26* enc/windows_1250.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-26* enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-26* enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-26* test/ruby/enc/test_case_comprehensive.rb: Add explicit skip test forduerst
2016-07-25range.c: check_step_domainnobu
2016-07-25fix filenames [ci skip]kazu
2016-07-25* debug.c (ruby_debug_printf): use rb_raw_obj_info()ko1
2016-07-24* regenc.h/c, include/ruby/oniguruma.h, enc/ascii.c, big5.c, cp949.c,duerst
2016-07-24* doc/maintainers.rdoc: xmlrpc is bundled gem from Ruby 2.4.hsbt
2016-07-24* doc/maintainers.rdoc: Update OpenSSL maintainer.hsbt
2016-07-23internal.h: inline Check_Typenobu
2016-07-22ruby.h: use prefixed namenobu
2016-07-22webrick: filter out HTTP_PROXY for CGIHandlernormal
2016-07-22* ChangeLog: Fix wrong license name.hsbt
2016-07-22Fix Issues reported by PVS-Studio static analyzernobu
2016-07-22* string.c (String#dump): Change escaping of non-ASCII characters induerst
2016-07-22Fix a typokou
2016-07-22* lib/rexml/attribute.rb (REXML::Attribute#to_string): Fix wrongkou
2016-07-22* template/unicode_norm_gen.tmpl: Removeduerst
2016-07-22* LEGAL: Added entries for files under the USD license.hsbt
2016-07-22* LEGAL: Added entry for `lib/rdoc/generator/template/darkfish/css/fonts.css`hsbt
2016-07-21gc.c: reduce EXEC_TAGnobu
2016-07-21gc.c: set finalizingnobu
2016-07-21* missing/strl{cat,cpy}.c: Update latest upstream files.hsbt
2016-07-21* LEGAL: added file list with CC0 license.hsbt
2016-07-20enumerator.c: Enumerator::Lazy#uniqnobu
2016-07-20enum.c: Enumerable#uniqnobu
2016-07-20hash.c: rb_hash_add_new_elementnobu
2016-07-19* lib/unicode_normalize/tables.rb: Removeduerst
2016-07-19variable.c: exclude private constantsnobu
2016-07-18fix a typo [ci skip]kazu
2016-07-17numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn
2016-07-17Move generated headers to unicode data directorynobu
2016-07-15* time.c (time_arg): revert r55688 beause it had no effect. retry...usa
2016-07-15common.mk: directory timestampsnobu
2016-07-15* string.c (str_buf_cat): Fix potential interger overflow of capa.ngoto
2016-07-15* string.c (str_buf_cat): Fix capa size for embed string.ngoto
2016-07-15* gems/bundled_gems: update latest gems.hsbt
2016-07-15util.c: do not underflownobu
2016-07-15* time.c (time_arg): it seems that this function sometimes causes SEGVusa