summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-05-16* include/ruby/oniguruma.h: Introducing ONIG_CASE_MAPPING compilationduerst
2016-05-16* gems/bundled_gems: Update xmlrpc-0.1.1. xmlrpc-0.1.0 didn't allowhsbt
2016-05-16configure.in: revert macro namesnobu
2016-05-16* lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gemhsbt
2016-05-15proc.c: fix RDoc of Proc#===/call/yield/[]normal
2016-05-15don't use keeper thread. [Bug #12342]seki
2016-05-15* array.c (rb_ary_entry): extract rb_ary_elt to organize if-conditionsnaruse
2016-05-15vm_insnhelper.c: deprecated constant in classnobu
2016-05-14* iseq.h (struct iseq_compile_data): use struct rb_id_tablenaruse
2016-05-14ChangeLog: GitHub referencenobu
2016-05-14lib/mkmf.rb: use xsystem to pkg-config --existsnobu
2016-05-13random.c: no local copy of the seednobu
2016-05-13fix typos [ci skip]kazu
2016-05-12drop FreeBSD < 4 supportnobu
2016-05-12include/ruby/defines.h (GCC_VERSION_SINCE): moved from internal.hnaruse
2016-05-12Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pnaruse
2016-05-12* configurein: use alternative keywordnaruse
2016-05-12fix a typo [ci skip]kazu
2016-05-11mkmf.rb: fix conflict in have_librarynobu
2016-05-11* win32/Makefile.sub (HAVE_QSORT_S): use qsort_s only for Visual Studiousa
2016-05-11fix typo at ChangeLogtarui
2016-05-11 * vm_insnhelper.c (vm_getivar): describe fast-path explicittarui
2016-05-11 * compile.c (iseq_compile_each): share InlineCache during sametarui
2016-05-11util.c: qsort_snobu
2016-05-11fix file name [ci skip]nobu
2016-05-11* ChangeLog: Remove trailing-whitespaces.hsbt
2016-05-10* insns.def (defineclass): Also raise an error when redeclaring theeregon
2016-05-10random.c: use bytesnobu
2016-05-10* configure.in (-fexcess-precision=standard): before r54895 -std=c99naruse
2016-05-09fix a typo [ci skip]kazu
2016-05-09thread.c: GET_THREAD once in rb_thread_atforknobu
2016-05-09thread.c: clear atfork functionsnobu
2016-05-08* include/ruby/{defines,ruby}.h: need to define function attributesusa
2016-05-08* include/ruby/ruby.h (CONSTFUNC, PUREFUNC): fixed build errors onusa
2016-05-08* gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannotnaruse
2016-05-08* configure.in: check function attirbute const and pure,naruse
2016-05-08fix typos [ci skip]kazu
2016-05-08* ext/openssl/extconf.rb: asume it doesn't have SSLv2 relatednaruse
2016-05-08file.c: home dir fall backnobu
2016-05-08* configure.in: add -Wsuggest-attribute=format and suppress warnings.naruse
2016-05-08* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse
2016-05-08* configure.in: add -Werror=implicit-int to avoid missing type ofnaruse
2016-05-07* lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt
2016-05-07* test/webrick/test_ssl_server.rb: Added basic test for `webrick/ssl`hsbt
2016-05-07random.c: optimize int_pair_to_real_inclusivenobu
2016-05-06process.c: argument types over conversionnobu
2016-05-05enum.c: examples of Enumerable#detect [ci skip]nobu
2016-05-05* test/ruby/test_complexrational.rb: Remove duplicated raise.yui-knk
2016-05-05* string.c (rb_str_sub): Fix a special match variable name.yui-knk
2016-05-05use TH_JUMP_TAGnobu