aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the possibility to leave freed ISeqTakashi Kokubun2019-10-131-3/+3
* Delay the free until we stop referring to a unitTakashi Kokubun2019-10-131-1/+3
* * 2019-10-14 [ci skip]git2019-10-141-1/+1
* Remove the quick stop path after convert_unit_to_funcTakashi Kokubun2019-10-132-10/+0
* Enhance doc for ENV.deleteBurdette Lamar2019-10-131-3/+15
* * 2019-10-13 [ci skip]git2019-10-131-1/+1
* dir.c (join_path_from_pattern): check NULL from mallocYusuke Endoh2019-10-131-2/+4
* io.c (rb_update_max_fd): fail with a negative file descripterYusuke Endoh2019-10-131-1/+1
* re.c (match_set_string): add a check for memory allocationYusuke Endoh2019-10-121-1/+2
* Also moved fallback definition of __has_attributeNobuyoshi Nakada2019-10-122-4/+4
* missing/setproctitle.c: remove nonsense NULL checkYusuke Endoh2019-10-121-3/+2
* Suppress deprecation warnings of MD5 from Xcode 11.1Nobuyoshi Nakada2019-10-121-0/+7
* Suppress "clobbered" warnings by gcc 9.2.0Nobuyoshi Nakada2019-10-121-2/+8
* Moved RB_METHOD_DEFINITION_DECL to intern.hNobuyoshi Nakada2019-10-123-82/+300
* atime may not updated unless strictatime is set on macOS CatalinaNobuyoshi Nakada2019-10-121-0/+3
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-1214-445/+580
* Use `warn` with `uplevel:` instead of `caller`Kazuhiro NISHIYAMA2019-10-121-1/+1
* * 2019-10-12 [ci skip]git2019-10-121-1/+1
* Import REXML 3.2.3 (#2548)Sutou Kouhei2019-10-124-1/+13
* io.c (NUM2IOCTLREQ): Accept a value more than INT_MAXYusuke Endoh2019-10-111-1/+1
* test/ruby/test_rubyoptions.rb (test_encoding): skipped on AndroidYusuke Endoh2019-10-111-1/+1
* test/test_syslog.rb (test_log): skipped on AndroidYusuke Endoh2019-10-111-0/+2
* Use `bind_call` instead of `bind` and `call`Kazuhiro NISHIYAMA2019-10-112-2/+2
* win32.c: Remove unused calls to StartSockets (#2312)Gabriel Nagy2019-10-111-75/+2
* Module#define_method: Add UnboundMethod to expected classesksss2019-10-111-1/+1
* Reduce the minimum string buffer size from 127 to 63 bytesLourens Naudé2019-10-111-1/+1
* Right size the numtable in insn_make_insn_table to VM_INSTRUCTION_SIZELourens Naudé2019-10-111-1/+1
* set real path to __FILE__ and __dir__ in Binding#irbtakkanm2019-10-111-1/+3
* Document the difference between expressions and statements [ci skip]Jeremy Evans2019-10-103-5/+67
* * 2019-10-11 [ci skip]git2019-10-111-1/+1
* Support delegates for BasicObjectJeremy Evans2019-10-102-4/+22
* mjit_worker.c: Add `-lm` to the C compiler in MJIT on AndroidYusuke Endoh2019-10-101-0/+3
* ext/syslog/extconf.rb: add -llog for AndroidYusuke Endoh2019-10-101-0/+2
* test/ruby/test_file_exhaustive.rb: check the owner of the root directoryYusuke Endoh2019-10-101-1/+1
* Skip very time consuming test [Bug #16196]Nobuyoshi Nakada2019-10-101-0/+1
* Prefer rb_gc_register_mark_objectNobuyoshi Nakada2019-10-101-1/+1
* Slimed down test runtime by stressing openssl.so only [Bug #16196]Nobuyoshi Nakada2019-10-101-2/+1
* forgot to delete unused #incude line卜部昌平2019-10-101-1/+0
* guard rb_fatal against non-GVL call卜部昌平2019-10-101-0/+8
* make rb_raise a GVL-only function again卜部昌平2019-10-104-38/+52
* add "[FATAL]" marker on abort卜部昌平2019-10-101-0/+1
* Remove unreachable step level `[ci skip]`Kazuhiro NISHIYAMA2019-10-103-5/+4
* Guard static variable firstNobuyoshi Nakada2019-10-102-1/+6
* [rubygems/rubygems] Do not compare with unreliable Gem::Specification::TODAYNobuyoshi Nakada2019-10-101-15/+18
* [rubygems/rubygems] Restrict possible date rangeNobuyoshi Nakada2019-10-101-2/+3
* [rubygems/rubygems] Optimize Gem::Package::TarReader#eachJean Boussier2019-10-101-9/+15
* Now error.o needs thread.hNobuyoshi Nakada2019-10-101-0/+1
* Fixed numbered parameter checkNobuyoshi Nakada2019-10-102-23/+30
* negative_size_allocation_error never returnsNobuyoshi Nakada2019-10-101-1/+1
* allow rb_raise from outside of GVL卜部昌平2019-10-103-23/+46