summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-14[flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada
2019-10-14[flori/json] Convert string encoding to UTF-8 only when neededWatson
2019-10-14[flori/json] Convert String encoding using `rb_str_encode()`Watson
2019-10-14[flori/json] Does not check whether illegal utf-8 if string has ascii only.Watson
2019-10-14[flori/json] Pass args all #to_json in json/add/*.Sho Hashimoto
2019-10-14[flori/json] Only attempt to resize strings not other objectsFlorian Frank
2019-10-14Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-10-14Suppress warnings for Thread.exclusiveNobuyoshi Nakada
2019-10-14Fixed overflow at onig_region_setNobuyoshi Nakada
2019-10-14Fix some DRb issues (#2552)Jeremy Evans
2019-10-14Import StringScanner 1.0.3 (#2553)Sutou Kouhei
2019-10-13Eliminate the possibility to leave freed ISeqTakashi Kokubun
2019-10-13Delay the free until we stop referring to a unitTakashi Kokubun
2019-10-14* 2019-10-14 [ci skip]git
2019-10-13Remove the quick stop path after convert_unit_to_funcTakashi Kokubun
2019-10-13Enhance doc for ENV.deleteBurdette Lamar
2019-10-13* 2019-10-13 [ci skip]git
2019-10-13dir.c (join_path_from_pattern): check NULL from mallocYusuke Endoh
2019-10-13io.c (rb_update_max_fd): fail with a negative file descripterYusuke Endoh
2019-10-12re.c (match_set_string): add a check for memory allocationYusuke Endoh
2019-10-12Also moved fallback definition of __has_attributeNobuyoshi Nakada
2019-10-12missing/setproctitle.c: remove nonsense NULL checkYusuke Endoh
2019-10-12Suppress deprecation warnings of MD5 from Xcode 11.1Nobuyoshi Nakada
2019-10-12Suppress "clobbered" warnings by gcc 9.2.0Nobuyoshi Nakada
2019-10-12Moved RB_METHOD_DEFINITION_DECL to intern.hNobuyoshi Nakada
2019-10-12atime may not updated unless strictatime is set on macOS CatalinaNobuyoshi Nakada
2019-10-12Import CSV 3.1.2 (#2547)Sutou Kouhei
2019-10-12Use `warn` with `uplevel:` instead of `caller`Kazuhiro NISHIYAMA
2019-10-12* 2019-10-12 [ci skip]git
2019-10-12Import REXML 3.2.3 (#2548)Sutou Kouhei
2019-10-11io.c (NUM2IOCTLREQ): Accept a value more than INT_MAXYusuke Endoh
2019-10-11test/ruby/test_rubyoptions.rb (test_encoding): skipped on AndroidYusuke Endoh
2019-10-11test/test_syslog.rb (test_log): skipped on AndroidYusuke Endoh
2019-10-11Use `bind_call` instead of `bind` and `call`Kazuhiro NISHIYAMA
2019-10-11win32.c: Remove unused calls to StartSockets (#2312)Gabriel Nagy
2019-10-11Module#define_method: Add UnboundMethod to expected classesksss
2019-10-11Reduce the minimum string buffer size from 127 to 63 bytesLourens Naudé
2019-10-11Right size the numtable in insn_make_insn_table to VM_INSTRUCTION_SIZELourens Naudé
2019-10-11set real path to __FILE__ and __dir__ in Binding#irbtakkanm
2019-10-10Document the difference between expressions and statements [ci skip]Jeremy Evans
2019-10-11* 2019-10-11 [ci skip]git
2019-10-10Support delegates for BasicObjectJeremy Evans
2019-10-10mjit_worker.c: Add `-lm` to the C compiler in MJIT on AndroidYusuke Endoh
2019-10-10ext/syslog/extconf.rb: add -llog for AndroidYusuke Endoh
2019-10-10test/ruby/test_file_exhaustive.rb: check the owner of the root directoryYusuke Endoh
2019-10-10Skip very time consuming test [Bug #16196]Nobuyoshi Nakada
2019-10-10Prefer rb_gc_register_mark_objectNobuyoshi Nakada
2019-10-10Slimed down test runtime by stressing openssl.so only [Bug #16196]Nobuyoshi Nakada
2019-10-10forgot to delete unused #incude line卜部昌平
2019-10-10guard rb_fatal against non-GVL call卜部昌平