aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* [ruby/stringio] Fix extracting encoding names in the fallback codeNobuyoshi Nakada2022-05-301-2/+7
* [ruby/stringio] Accept external and internal encodings pairNobuyoshi Nakada2022-05-301-1/+8
* [ruby/stringio] Fix handling of chomp with paragraph separatorJeremy Evans2022-05-301-12/+15
* [ruby/stringio] Update ext/stringio/stringio.cJeremy Evans2022-05-301-1/+2
* [ruby/stringio] Ignore chomp keyword for nil separatorJeremy Evans2022-05-301-1/+4
* [ruby/stringio] Fix each with multiple character string and chompJeremy Evans2022-05-301-2/+3
* [ruby/stringio] Fix expanding size at ungetc/ungetbyteNobuyoshi Nakada2022-05-301-1/+1
* [ruby/date] Constify gperf-generated tableNobuyoshi Nakada2022-05-241-1/+1
* Merge JRuby implementation for stringio and io-waitHiroshi SHIBATA2022-05-202-9/+28
* Merge https://github.com/ruby/pathname/pull/8 for pathnameHiroshi SHIBATA2022-05-201-3/+4
* [ruby/io-nonblock] Remove unnecessary files from the gemNobuyoshi Nakada2022-05-201-8/+8
* [ruby/io-nonblock] Rename `io_nonblock_mode` and extract `set_fcntl_flags`Nobuyoshi Nakada2022-05-201-9/+14
* [flori/json] Bump version to 2.6.2Florian Frank2022-05-202-2/+2
* [flori/json] Fix parser bug for empty string allocationAndrew Bromwich2022-05-202-0/+16
* [flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!Hiroshi SHIBATA2022-05-202-0/+2
* [ruby/psych] Prepare to develop 5.0.0Hiroshi SHIBATA2022-05-181-1/+1
* [ruby/psych] [CI] Add/update 'rake install', update Psych version for Ruby 3....MSP-Greg2022-05-181-1/+1
* [ruby/psych] tr is typically 4 to 5 times faster than gsubMSP-Greg2022-05-101-2/+2
* [ruby/io-wait] bump up to 0.2.3Hiroshi SHIBATA2022-05-091-1/+1
* [ruby/stringio] bump up to 3.0.3Sutou Kouhei2022-05-091-1/+1
* [ruby/stringio] Bump versionSutou Kouhei2022-05-091-1/+1
* Rust YJITAlan Wu2022-04-272-2/+0
* io.nonblock returns the block's value [ci skip]Kazuhiro NISHIYAMA2022-04-261-2/+2
* add description for IO.nonblock=.Tanaka Akira2022-04-241-0/+40
* [ruby/pathname] Implement Pathname#lutimeAkinori MUSHA2022-04-211-0/+17
* [ruby/bigdecimal] Fix docsPeter Zhu2022-04-181-3/+3
* [ruby/bigdecimal] Adjust a local variable type to exponentNobuyoshi Nakada2022-04-181-1/+1
* Get rid of doubly cachingNobuyoshi Nakada2022-04-171-1/+1
* Get rid of magic numbersNobuyoshi Nakada2022-04-171-14/+16
* [ruby/stringio] bump up to 3.0.2.pre1Sutou Kouhei2022-04-161-1/+1
* [ruby/nkf] Fix docsPeter Zhu2022-04-151-5/+5
* Update PTY.spawn's documentStan Lo2022-04-131-4/+11
* [ruby/psych] Update autoconf files bundled with yaml-2.5Nobuyoshi Nakada2022-04-071-1/+5
* Move the target directory of bundled gems like as rubygemsNobuyoshi Nakada2022-04-071-1/+5
* Bundled gems are expanded under `.bundle/gems` nowNobuyoshi Nakada2022-04-071-6/+7
* Ignore yaml sourceHiroshi SHIBATA2022-04-051-0/+1
* Removed mswin patch for zlib-1.2.11Hiroshi SHIBATA2022-04-051-95/+0
* [ruby/psych] Improve libyaml source downloading error messagesAlan Wu2022-04-051-4/+10
* [ruby/psych] Propagate `CC` to libyamlNobuyoshi Nakada2022-04-041-0/+1
* [ruby/zlib] Use `z_size_t` version functionsNobuyoshi Nakada2022-04-022-3/+13
* [ruby/zlib] Mask checksums to lower 32bits on also IL32 platformsNobuyoshi Nakada2022-04-021-1/+1
* [ruby/zlib] Mask checksums to lower 32bitsNobuyoshi Nakada2022-04-021-3/+9
* [ruby/psych] Output libyaml configure logNobuyoshi Nakada2022-04-011-7/+10
* [ruby/psych] Make a static library from PIC object filesNobuyoshi Nakada2022-03-312-2/+11
* [ruby/psych] Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada2022-03-311-1/+1
* [ruby/psych] Propagate the host configuration to libyamlNobuyoshi Nakada2022-03-301-0/+1
* [ruby/psych] Configure libyaml from the original sourceNobuyoshi Nakada2022-03-301-1/+9
* [ruby/psych] Try bundled libyaml source if pre-installed is unavailableNobuyoshi Nakada2022-03-291-6/+10
* Merge psych masterHiroshi SHIBATA2022-03-292-34/+49
* ext/psych/extconf.rb: Fail when libyaml is unavailableYusuke Endoh2022-03-271-0/+5