aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/prime.rb: Add basic argument checking to Prime.prime?marcandre2015-10-201-0/+5
* * lib/prime.rb: Optimize Integer#prime?marcandre2015-10-201-0/+5
* * configure.in: pthread_getattr_np is broken on AIX.odaira2015-10-191-0/+6
* ext/fiddle/closure.c (callback): static functionnormal2015-10-191-0/+4
* fix a typo [ci skip]kazu2015-10-191-1/+1
* init.c: glibc bugnobu2015-10-191-0/+5
* * file.c (rb_file_identical_p): not necessary to compare the paths afterusa2015-10-181-0/+5
* * lib/open-uri.rb: Specify frozen_string_literal: true.akr2015-10-181-0/+4
* Revert r52180kosaki2015-10-181-7/+0
* * random.c (fill_random_bytes_urandom): add a comment why usingkosaki2015-10-181-0/+5
* * random.c (fill_random_bytes_syscall): don't use GRND_NONBLOCK.kosaki2015-10-181-0/+7
* * random.c (fill_random_bytes_syscall): use ATOMIC_SET() forkosaki2015-10-181-0/+5
* * include/ruby/backward/util.h: Good-by Borland-C.kosaki2015-10-181-0/+4
* * common.mk: add a comment how to use "make test-all"kosaki2015-10-181-0/+4
* * common.mk: add comments how to use "make benchmark"kosaki2015-10-181-0/+4
* * lib/securerandom.rb: Specify frozen_string_literal: true.akr2015-10-181-0/+4
* * dln.c: remove defined(__WATCOMC__).kosaki2015-10-181-0/+4
* * lib/mkmf.rb: Good-by Borland-C (cont).kosaki2015-10-181-0/+4
* * numeric.c: Good-by Borland-C.kosaki2015-10-181-0/+15
* * dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.kosaki2015-10-181-0/+7
* * ruby.c (open_load_file): add a comment.kosaki2015-10-181-0/+4
* * file.c (rb_file_identical_p): simplify ifdefskosaki2015-10-181-0/+4
* * ChangeLog: Good-bye OS/2.kosaki2015-10-181-0/+19
* * include/ruby/defines.h (DOSISH): add comments.kosaki2015-10-181-0/+4
* re-commit r52152kosaki2015-10-181-0/+10
* * file.c (ruby_is_fd_loadable): this should be fail if st_mode iskosaki2015-10-181-0/+5
* * ruby.c (open_load_file): use rb_thread_wait_fd() instead of reopen.kosaki2015-10-181-0/+4
* Revert r52154kosaki2015-10-181-10/+0
* * io.c (fptr_finalize): don't release gvl if fptr is not writable.kosaki2015-10-171-0/+10
* * ruby.c (open_load_file): reset O_NONBLOCK after open.kosaki2015-10-171-0/+30
* * ChangeLog: remove duplicated entry of r52147. [ci skip]nagachika2015-10-171-9/+0
* string.c: rb_str_cat_conv_enc_optsnobu2015-10-171-0/+18
* ruby.c: unify nested codenobu2015-10-171-0/+6
* * test/ruby/test_symbol.rb (test_symbol_fstr_leak): add a warm-upodaira2015-10-161-0/+6
* file.c: non-blocking opennobu2015-10-161-0/+8
* proc.c: void envnobu2015-10-151-0/+4
* fix typos [ci skip]kazu2015-10-151-3/+3
* proc.c: proc without envnobu2015-10-151-0/+5
* * test/objspace/test_objspace.rbnagachika2015-10-141-0/+7
* * test/ostruct/test_ostruct.rb: Add tests for OpenStruct#respond_to.eregon2015-10-141-0/+5
* * lib/ostruct.rb: Finish defining OpenStruct attributes lazily.eregon2015-10-141-0/+10
* configure.in: libunwind.h checknobu2015-10-141-0/+5
* iseq.c: list of keywords [Fix GH-1056]nobu2015-10-141-0/+6
* parse.y: fix ripper warningsnobu2015-10-141-0/+8
* * lib/racc/rdoc/grammar.en.rdoc: fix spell error.hsbt2015-10-141-0/+5
* * ext/socket/raddrinfo.c (rsock_fd_family): Check sa_len.akr2015-10-131-0/+4
* rsock_addrinfo: specify address familynobu2015-10-131-0/+8
* * vm_insnhelper.c (vm_push_frame): initialize other than sp (and ep)ko12015-10-101-0/+5
* * vm_eval.c, internal.h (rb_yield_1): added for performance whichko12015-10-101-0/+7
* * vm_insnhelper.c (vm_call_iseq_setup_normal): setup sp firstko12015-10-101-0/+5