summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-16[ruby/irb] Escape space in free-spacing modeaycabta
2021-07-16* 2021-07-16 [ci skip]git
2021-07-15[Bug #18014] Add assertion to verify freelistPeter Zhu
2021-07-15[Bug #18014] Fix memory leak in GC when using RactorsPeter Zhu
2021-07-15[Bug #18014] Fix rb_gc_force_recycle unmark before sweepPeter Zhu
2021-07-15Make Struct#keyword_init? return nil by default [Feature #18008]Nobuyoshi Nakada
2021-07-15Regularize keyword_init values not to hold the argument objectNobuyoshi Nakada
2021-07-15Add tests and NEWS [Feature #18008]NARUSE, Yui
2021-07-15struct.c: Add keyword_init? singleton method for StructClass (#4609)hkdnet
2021-07-15rb_interned_id_p: does not exist卜部昌平
2021-07-15rb_enc_casefold: does not exist卜部昌平
2021-07-15process.c: Call rb_thread_atfork in rb_fork_rubyYusuke Endoh
2021-07-15Fix typo in flag in NEWS.mdPatrik Ragnarsson
2021-07-15[ruby/fiddle] Handle#file_name results in very platform dependentNobuyoshi Nakada
2021-07-15* 2021-07-15 [ci skip]git
2021-07-15[ruby/fiddle] Module file name may be the realpathNobuyoshi Nakada
2021-07-14[ruby/fiddle] fixed the test on case-insensitive filesystemNobuyoshi Nakada
2021-07-14[ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...Kenta Murata
2021-07-14[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://...Nobuyoshi Nakada
2021-07-14[ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...Kenta Murata
2021-07-14* 2021-07-14 [ci skip]git
2021-07-14Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA
2021-07-13Get `ruby_nonempty_memcpy` to have C linkagextkoba
2021-07-13[ruby/fiddle] update dependenciesNobuyoshi Nakada
2021-07-13[ruby/irb] Add an explanation of default sub commands of "measure", which are...aycabta
2021-07-13[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API versionNobuyoshi Nakada
2021-07-13[ruby/error_highlight] Set the binary mode for Tempfile creation in a testYusuke Endoh
2021-07-13[ruby/fiddle] Update required_ruby_version (https://github.com/ruby/fiddle/pu...Nobuyoshi Nakada
2021-07-13[ruby/fiddle] Use have_header and have_type to detect memory view availabilitySutou Kouhei
2021-07-13[ruby/fiddle] Add "offsetof" to Struct classes (https://github.com/ruby/fiddl...Aaron Patterson
2021-07-13[ruby/fiddle] Bump versionSutou Kouhei
2021-07-13[ruby/fiddle] MemoryView: ensure reset rb_memory_view_t::obj on errorSutou Kouhei
2021-07-13[ruby/fiddle] StringValuePtr may change the valSutou Kouhei
2021-07-13[ruby/fiddle] Add MemoryView.export and MemoryView#release (https://github.co...Sutou Kouhei
2021-07-13[ruby/fiddle] Add Fiddle::MemoryView#to_s (https://github.com/ruby/fiddle/pul...Sutou Kouhei
2021-07-13[ruby/fiddle] test: fix SetLastError's input typeSutou Kouhei
2021-07-13[ruby/fiddle] test: use double quote for string literalSutou Kouhei
2021-07-13[ruby/fiddle] test: add a test for win32_last_socket_errorSutou Kouhei
2021-07-13[ruby/fiddle] test: add missing receiverSutou Kouhei
2021-07-13[ruby/fiddle] windows: use GetLastError() for win32_last_errorSutou Kouhei
2021-07-13[ruby/fiddle] Bump versionSutou Kouhei
2021-07-13tool/sync_default_gems.rb: remove CRsNobuyoshi Nakada
2021-07-13sync_default_gems.rb: expand links to PRs of the upstreamNobuyoshi Nakada
2021-07-13[ruby/error_highlight] Support a file that has no final newlineYusuke Endoh
2021-07-13[ruby/error_highlight] Support hard tabsYusuke Endoh
2021-07-13* 2021-07-13 [ci skip]git
2021-07-13Expose `rb_obj_is_fiber`.Samuel Williams
2021-07-12[ruby/error_highlight] Update a test for multibyte charactersYusuke Endoh
2021-07-12[ruby/error_highlight] Stop showing a code snippet if it has non-ascii charac...Yusuke Endoh
2021-07-12Avoid calling `fstat` on things we already know are valid sockets.Samuel Williams