summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2016-07-15enc/unicode: check Unicode versionsnobu
2016-07-14string.c: reduce malloc overhead for default buffer sizenormal
2016-07-14common.mk: update enc/unicode/name2ctype.hnobu
2016-07-14common.mk: rule for name2ctype.kwdnobu
2016-07-14json/ext: remove stale directorynobu
2016-07-14* ext/json/**/*.rb: merge original files from upstream repository.hsbt
2016-07-13* test/json/json_common_interface_test.rb: use assert_raise instead ofhsbt
2016-07-13* test/lib/test/unit.rb: added test files with `_test` suffix for jsonhsbt
2016-07-13* enc/iso_8859_9.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-13* enc/windows_1252.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-13* enc/iso_8859_7.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-13* gc.c (gc_mark_roots): should mark the VM object itself to markko1
2016-07-13* math.c (_USE_MATH_DEFINES): it must be set before including internal.husa