summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Simplify default argument specification. (#6507)Samuel Williams2022-10-072-11/+4
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-077-8/+23
* Add --with-libffi-source-dir feature and removed --enable-bundled-libffi opti...Hiroshi SHIBATA2022-10-072-25/+6
* [ruby/fiddle] closure: follow variable name changeSutou Kouhei2022-10-071-1/+1
* [ruby/fiddle] closure: free resources when an exception is raised in Closure.newSutou Kouhei2022-10-071-13/+43
* [ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.freeSutou Kouhei2022-10-072-7/+73
* [ruby/fiddle] Add `sym_defined?` methods to test if a symbol is defined (http...Aaron Patterson2022-10-071-4/+55
* [ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ru...Aaron Patterson2022-10-072-58/+64
* [ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...Aaron Patterson2022-10-076-44/+173
* [ruby/date] Fix misplaced time zone offset checksNobuyoshi Nakada2022-10-071-2/+2
* [ruby/psych] Removed the related condition of --enable-bundled-libyamlHiroshi SHIBATA2022-10-071-6/+1
* [ruby/psych] --enable-bundled-libyaml config has been removedHiroshi SHIBATA2022-10-071-1/+1
* Removed the related files for downloading with extlibsHiroshi SHIBATA2022-10-051-17/+0
* [DOC] RDoc changes for IO (#6458)Burdette Lamar2022-10-021-8/+8
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-302-9/+0
* [ruby/date] The shrunk words to be copied is limitedNobuyoshi Nakada2022-09-291-3/+2
* [ruby/date] Narrow ALLOCV region for shrunk wordsNobuyoshi Nakada2022-09-291-8/+18
* Add `Coverage.supported?` to detect what modes are supported.Samuel Williams2022-09-291-0/+29
* Add `eval: true/false` flag to `Coverage.setup`.Samuel Williams2022-09-291-10/+11
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-282-0/+9
* [ruby/date] Check time zone offset elementsNobuyoshi Nakada2022-09-281-11/+36
* [ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from FloatMaciej Rzasa2022-09-282-1/+8
* [ruby/psych] Bump snakeyaml from 1.31 to 1.33Chad Wilson2022-09-281-1/+1
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-263-10/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-263-0/+10
* [ruby/bigdecimal] Remove trailing whitespace.Samuel Williams2022-09-251-2/+2
* [ruby/bigdecimal] Improve documentation of BigDecimal#sign Maciek Rząsa2022-09-251-2/+4
* sockopt adding Linux constants, SO_INCOMING_CPU/SO_INCOMING_NAPI_ID.David Carlier2022-09-211-0/+2
* openbsd sockets add SO_RTABLE constantDavid Carlier2022-09-211-0/+1
* Introduces FreeBSD's SO_USER_COOKIE among socketopt's options.David Carlier2022-09-211-0/+1
* sockets add `TCP_CONNECTION_INFO` and `TCP_KEEPALIVE` constants.David CARLIER2022-09-211-0/+2
* socket add FreeBSD's SO_SETFIB constant.David CARLIER2022-09-211-0/+1
* proper function prototypes for openssl卜部昌平2022-09-212-10/+11
* getenv: is in stdlib.h卜部昌平2022-09-212-3/+7
* reserved_word: just use gperf 3.1 declaration卜部昌平2022-09-212-2/+2
* [DOC] socket: fix wrong sample addresses (#6372)Sutou Kouhei2022-09-201-2/+2
* Quiet if the target is already linked the same sourceNobuyoshi Nakada2022-09-201-1/+1
* [ruby/psych] Convert some of Parser#parse to RubyAaron Patterson2022-09-202-20/+15
* [ruby/bigdecimal] Remove symbol defs in missing.h for old RubiesPeter Zhu2022-09-192-11/+0
* [ruby/bigdecimal] Remove array defs in missing.h for old RubiesPeter Zhu2022-09-192-30/+0
* [ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...Takashi Kokubun2022-09-111-7/+8
* No longer bundle external library sourcesNobuyoshi Nakada2022-09-092-24/+0
* Process token IDs from id.def without id.hNobuyoshi Nakada2022-09-081-3/+2
* [ruby/psych] Bump snakeyaml from 1.28 to 1.31Chad Wilson2022-09-071-1/+1
* [ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada2022-09-073-10/+12
* [Bug #18964] Update the code range of appended portionNobuyoshi Nakada2022-08-183-0/+29
* ext/pty/extconf.rb: Try libutil only on OpenBSDYusuke Endoh2022-08-181-2/+4
* [ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`Jean Boussier2022-08-161-8/+53
* [ruby/date] [DOC] Enhanced intro for Date (https://github.com/ruby/date/pull/72)Burdette Lamar2022-08-151-133/+51
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-0/+1