summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2022-10-08Move `error` from top_stmts and top_stmt to stmtyui-knk
2022-10-08Try `nil` as default for 'default timeout'. (#6509)Samuel Williams
2022-10-07Simplify default argument specification. (#6507)Samuel Williams
2022-10-07Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams
2022-10-07Add --with-libffi-source-dir feature and removed --enable-bundled-libffi opti...Hiroshi SHIBATA
2022-10-07[ruby/fiddle] closure: follow variable name changeSutou Kouhei
2022-10-07[ruby/fiddle] closure: free resources when an exception is raised in Closure.newSutou Kouhei
2022-10-07[ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.freeSutou Kouhei
2022-10-07[ruby/fiddle] Add `sym_defined?` methods to test if a symbol is defined (http...Aaron Patterson
2022-10-07[ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ru...Aaron Patterson
2022-10-07[ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...Aaron Patterson
2022-10-07[ruby/date] Fix misplaced time zone offset checksNobuyoshi Nakada
2022-10-07[ruby/psych] Removed the related condition of --enable-bundled-libyamlHiroshi SHIBATA
2022-10-07[ruby/psych] --enable-bundled-libyaml config has been removedHiroshi SHIBATA
2022-10-05Removed the related files for downloading with extlibsHiroshi SHIBATA
2022-10-02[DOC] RDoc changes for IO (#6458)Burdette Lamar
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-29[ruby/date] The shrunk words to be copied is limitedNobuyoshi Nakada
2022-09-29[ruby/date] Narrow ALLOCV region for shrunk wordsNobuyoshi Nakada
2022-09-29Add `Coverage.supported?` to detect what modes are supported.Samuel Williams
2022-09-29Add `eval: true/false` flag to `Coverage.setup`.Samuel Williams
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-28[ruby/date] Check time zone offset elementsNobuyoshi Nakada
2022-09-28[ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from FloatMaciej Rzasa
2022-09-28[ruby/psych] Bump snakeyaml from 1.31 to 1.33Chad Wilson
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-25[ruby/bigdecimal] Remove trailing whitespace.Samuel Williams
2022-09-25[ruby/bigdecimal] Improve documentation of BigDecimal#sign Maciek Rząsa
2022-09-21sockopt adding Linux constants, SO_INCOMING_CPU/SO_INCOMING_NAPI_ID.David Carlier
2022-09-21openbsd sockets add SO_RTABLE constantDavid Carlier
2022-09-21Introduces FreeBSD's SO_USER_COOKIE among socketopt's options.David Carlier
2022-09-21sockets add `TCP_CONNECTION_INFO` and `TCP_KEEPALIVE` constants.David CARLIER
2022-09-21socket add FreeBSD's SO_SETFIB constant.David CARLIER
2022-09-21proper function prototypes for openssl卜部昌平
2022-09-21getenv: is in stdlib.h卜部昌平
2022-09-21reserved_word: just use gperf 3.1 declaration卜部昌平
2022-09-20[DOC] socket: fix wrong sample addresses (#6372)Sutou Kouhei
2022-09-20Quiet if the target is already linked the same sourceNobuyoshi Nakada
2022-09-20[ruby/psych] Convert some of Parser#parse to RubyAaron Patterson
2022-09-19[ruby/bigdecimal] Remove symbol defs in missing.h for old RubiesPeter Zhu
2022-09-19[ruby/bigdecimal] Remove array defs in missing.h for old RubiesPeter Zhu
2022-09-11[ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...Takashi Kokubun
2022-09-09No longer bundle external library sourcesNobuyoshi Nakada
2022-09-08Process token IDs from id.def without id.hNobuyoshi Nakada
2022-09-07[ruby/psych] Bump snakeyaml from 1.28 to 1.31Chad Wilson
2022-09-07[ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada
2022-08-18[Bug #18964] Update the code range of appended portionNobuyoshi Nakada
2022-08-18ext/pty/extconf.rb: Try libutil only on OpenBSDYusuke Endoh
2022-08-16[ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`Jean Boussier