summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/67)Burdette Lamar2022-07-311-10/+34
* Revert "* expand tabs. [ci skip]"Nobuyoshi Nakada2022-07-301-14/+14
* * expand tabs. [ci skip]git2022-07-301-14/+14
* [ruby/io-nonblock] Revert tab expansionNobuyoshi Nakada2022-07-301-14/+14
* Revert "* expand tabs. [ci skip]"Hiroshi SHIBATA2022-07-308-1033/+1033
* * expand tabs. [ci skip]git2022-07-308-1033/+1033
* [ruby/digest] Revert tab-expansion in external filesNobuyoshi Nakada2022-07-308-1033/+1033
* [ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/66)Burdette Lamar2022-07-301-51/+93
* [flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier2022-07-293-16/+16
* [ruby/date] [DOC] Enhanced RDoc for <=> (https://github.com/ruby/date/pull/65)Burdette Lamar2022-07-291-10/+34
* [ruby/pathname] Fix `autoload` of `FileUtils`Nobuyoshi Nakada2022-07-271-2/+2
* Adjust styles [ci skip]Nobuyoshi Nakada2022-07-272-2/+4
* Manually sync with https://github.com/ruby/date/pull/64Hiroshi SHIBATA2022-07-273-50/+109
* Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu2022-07-262-2/+2
* Fix `rb_profile_frames` output includes dummy main thread frameIvo Anjo2022-07-261-0/+1
* Make extensions under `Gem.extension_api_version` directoryNobuyoshi Nakada2022-07-241-1/+2
* Adjust indents [ci skip]Nobuyoshi Nakada2022-07-222-6/+7
* Get rid of magic numbersNobuyoshi Nakada2022-07-221-6/+10
* Dump non-ASCII char as unsignedNobuyoshi Nakada2022-07-221-1/+1
* Revert "objspace_dump.c: skip dumping method name if not pure ASCII"Jean byroot Boussier2022-07-211-4/+2
* objspace_dump.c: skip dumping method name if not pure ASCIIJean Boussier2022-07-211-2/+4
* Expand tabs [ci skip]Takashi Kokubun2022-07-2169-3450/+3450
* Avoid to symlink under symlinkNobuyoshi Nakada2022-07-161-1/+1
* Move copying/linking extra files to Makefile so removed by `clean`Nobuyoshi Nakada2022-07-161-33/+48
* Ensure symlinks to bundled gem with exts have parent dirYuta Saito2022-07-151-0/+1