summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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-13[ruby/fiddle] update dependenciesNobuyoshi Nakada
2021-07-13[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API versionNobuyoshi Nakada
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] windows: use GetLastError() for win32_last_errorSutou Kouhei
2021-07-13[ruby/fiddle] Bump versionSutou Kouhei
2021-07-12Avoid calling `fstat` on things we already know are valid sockets.Samuel Williams
2021-07-11[ruby/date] Fixed markups for bold [ci skip]Nobuyoshi Nakada
2021-07-11[ruby/date] Fix comparison with Float::INFINITYJeremy Evans
2021-07-09Added missing declarations in readline.h bundled with macOS 10.13Nobuyoshi Nakada
2021-07-08[ruby/stringio] Suppress a sign-compare warningNobuyoshi Nakada
2021-07-06Found library is not usable if the header is not foundNobuyoshi Nakada
2021-07-06Fixed 'maybe_unused' attributeNobuyoshi Nakada
2021-07-03Fix linking bundled zlibNobuyoshi Nakada
2021-06-29Add basic test for updated IO wait functions.Samuel Williams
2021-06-26Scan the coderange in the given encodingNobuyoshi Nakada
2021-06-23Convert ssize_t properlyNobuyoshi Nakada
2021-06-22Deprecate and rework old (fd) centric functions.Samuel Williams
2021-06-22Direct io for accept, send, sendmsg, recvfrom, and related methods.Samuel Williams
2021-06-22[ruby/readline-ext] Version 0.1.2aycabta
2021-06-14Removed no longer used variablesNobuyoshi Nakada
2021-06-14Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)Samuel Williams
2021-06-13Suppress array-parameter warnings by gcc 11Nobuyoshi Nakada
2021-06-13Check if alternative malloc header can work in C++Nobuyoshi Nakada
2021-06-07[ruby/psych] Bump version to 4.0.1Hiroshi SHIBATA
2021-06-07[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier
2021-06-07[ruby/psych] Make YAML.load_file use YAML.load instead of safe_loadYusuke Endoh
2021-06-03Fix `_MSC_VER` warningsDaisuke Fujimura (fd0)
2021-05-25Removed gdbm from ruby repoHiroshi SHIBATA
2021-05-25Removed dbm from ruby repoHiroshi SHIBATA
2021-05-19ext/json/parser/parser.h: Add fallback MAYBE_UNUSEDNobuyoshi Nakada
2021-05-18ext/json/parser/prereq.mk: fix warnings for code generated by ragelNobuyoshi Nakada
2021-05-18[ruby/fiddle] windows: link to ws2_32 for WSAGetLastError()Sutou Kouhei
2021-05-18[ruby/fiddle] windows: add Fiddle.win32_last_socket_error{,=}Sutou Kouhei
2021-05-18[ruby/fiddle] Add support for "const" in typeSutou Kouhei
2021-05-18[ruby/fiddle] Add --enable-debug-build option to extconf.rbSutou Kouhei
2021-05-18[ruby/fiddle] win32types: sortSutou Kouhei
2021-05-18[ruby/fiddle] Fix more Win32Types definitionsSutou Kouhei
2021-05-18[ruby/fiddle] Fix Win32Types for Windows 64-bit (#63)Orgad Shaneh
2021-05-18[ruby/fiddle] Bump versionSutou Kouhei
2021-05-18[ruby/fiddle] closure: add support for const char *Sutou Kouhei