aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans2022-08-113-0/+182
* [ruby/psych] Raise specific error when an anchor isn't definedAlexander Momchilov2022-08-092-1/+8
* [ruby/psych] Raise specific error when aliases are not enabledAlexander Momchilov2022-08-093-2/+9
* [ruby/date] bump up to 3.2.3Nobuyoshi Nakada2022-08-081-1/+1
* [ruby/date] Fix Time#to_datetime before calendar reformNobuyoshi Nakada2022-08-081-4/+9
* [DOC] New doc about Julian/Gregorian (#70)Burdette Lamar2022-08-071-67/+20
* Create temporary file exclusively and cleanNobuyoshi Nakada2022-08-071-2/+7
* Resolve abi symbol references from miniruby to avoid circular depsYuta Saito2022-08-041-1/+1
* Use $(bindir) for path to executable in mkmfAlan Wu2022-08-041-1/+1
* Link ext bundles with bundle loader option for newer ld64Yuta Saito2022-08-041-1/+4
* [ruby/bigdecimal] Updated to use the correct spec for muilti licenseThomas Winsnes2022-08-031-1/+1
* Updated to use multiple licensesThomas Winsnes2022-08-031-1/+1
* [ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/69)Burdette Lamar2022-08-031-17/+46
* [ruby/date] [DOC] Enhanced RDoc for parser methods (https://github.com/ruby/d...Burdette Lamar2022-08-031-98/+130
* respect current frame of `rb_eval_string`Koichi Sasada2022-08-012-0/+15