summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2016-05-05random.c: use arc4random_bufnobu
2016-05-04numeric.c: Remove prototype declarations to internal.hyui-knk
2016-05-04* lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj
2016-05-04* lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide},ktsj
2016-05-03Update result of 123456789 ** -2kazu
2016-05-03* internal.h (RCOMPLEX_SET_IMAG): undef RCOMPLEX_SET_IMAGyui-knk
2016-05-03* complex.c (rb_complex_set_imag): Fix to properly set imagyui-knk
2016-05-03* configure.in (warnflags): use -std=gnu99 instead ofnaruse
2016-05-03* string.c (count_utf8_lead_bytes_with_word): Use __builtin_popcountnaruse
2016-05-03parse.y: trace elsifnobu
2016-05-02process.c (disable_child_handler_fork_child): initialize handler for SIGPIPEnormal
2016-05-02* win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements newusa
2016-05-02* re.c (str_coderange): to avoid function call when the string alreadynaruse
2016-05-02fix typos [ci skip]kazu
2016-05-02* test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.akr
2016-05-01complex.c don't refer rb_cFixnum and rb_cBignum.akr
2016-05-01* test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.akr
2016-05-01test_name use Integer instead of Fixnum.akr
2016-05-01test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.akr
2016-05-01Add a cast to avoid signed integer overflow.akr
2016-05-01envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.akr
2016-05-01Fix rb_ary_sum for mathnmrkn
2016-05-01* test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.usa
2016-05-01* win32/win32.c: drop Win2K support.usa
2016-05-01* cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4usa
2016-05-01ChangeLog: fix a typo [ci skip]nobu
2016-04-30* string.c (search_nonascii): use nlz on big endian environments.naruse
2016-04-30fix a typo.akr
2016-04-30* string.c (search_nonascii): unroll and use ntznaruse
2016-04-30Gather Fixnum method definitions.akr
2016-04-30Define Integer#/ instead of Bignum#/.akr
2016-04-30Define Integer#+ instead of Bignum#+.akr