aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Move encoding object conversion outside of parseryui-knk2024-04-231-1/+1
* Adjust indent [ci skip]Nobuyoshi Nakada2024-04-231-9/+9
* Refactor parser compile functionsyui-knk2024-04-231-7/+52
* Remove UPDATE_LIBRARIESNobuyoshi Nakada2024-04-191-1/+0
* [ruby/stringio] strio_read: preserve buffer encoding on partialJean byroot Boussier2024-04-171-3/+2
* [ruby/pathname] Remove check for File.birthtimePeter Zhu2024-04-162-6/+0
* [pty] Fix missing `or`Nobuyoshi Nakada2024-04-141-1/+1
* [pty] Fix `ptsname_r` fallbackNobuyoshi Nakada2024-04-142-4/+6
* Remove undefined function's prototype declarationyui-knk2024-04-141-2/+0
* [pty] Support `ptsname_r` of glibcNobuyoshi Nakada2024-04-112-6/+20
* [pty] Split `chfunc` into functions in stepsNobuyoshi Nakada2024-04-091-11/+42
* Fix a typo, missing `P` in `SETPGRP_VOID`Nobuyoshi Nakada2024-04-071-3/+3
* Revert "hijack SIGCHLD handler for internal use"Nobuyoshi Nakada2024-04-041-4/+18
* [flori/json] Bump up 2.7.2Hiroshi SHIBATA2024-04-041-1/+1
* [flori/json] Warn to install ostruct if json couldn't load itHiroshi SHIBATA2024-04-041-0/+1
* [flori/json] Autoload GenericObject to avoid require ostruct warning in Ruby 3.4tompng2024-04-041-1/+2
* Remove `rb_imemo_tmpbuf_t` from parseryui-knk2024-04-021-1/+0
* [Feature #20331] Simplify parser warnings for hash keys duplication and when ...yui-knk2024-04-021-3/+3
* Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA2024-03-282-7/+7
* [ruby/stringio] Extract `readonly_string_p`Nobuyoshi Nakada2024-03-271-2/+8
* [ruby/stringio] Adjust styles [ci skip]Nobuyoshi Nakada2024-03-281-54/+54
* [ruby/stringio] Eagerly defrost chilled stringsÉtienne Barrié2024-03-281-4/+20
* [flori/json] Fix memory leak when exception is raised during JSON generationPeter Zhu2024-03-271-5/+35
* Expose rb_str_chilled_pÉtienne Barrié2024-03-262-0/+172
* Use dedicated methods to abortNobuyoshi Nakada2024-03-242-0/+347
* Move `-test-/fatal/rb_fatal` to `-test-/fatal`Nobuyoshi Nakada2024-03-243-3/+13
* [ruby/win32ole] Refine pathspecs for `spec.files`Nobuyoshi Nakada2024-03-231-4/+4
* [ruby/win32ole] Exclude unused files from packagesNobuyoshi Nakada2024-03-231-3/+5
* Match `--with/--without` options against gem namesNobuyoshi Nakada2024-03-221-0/+6
* Pass blocks to blocks as block parametersNobuyoshi Nakada2024-03-221-6/+4
* Fix Ripper memory allocation size when enabled Universal ParserS-H-GAMELINKS2024-03-211-1/+2
* [ruby/openssl] Revert "Always respect the openssl prefix chosen by truffle/op...Benoit Daloze2024-03-201-8/+1
* Implement chilled stringsÉtienne Barrié2024-03-191-0/+2
* Remove no longer needed matchingNobuyoshi Nakada2024-03-171-4/+1
* Revert "Remove flip-flop usages from build scripts"Nobuyoshi Nakada2024-03-171-17/+10
* [ruby/stringio] NULL StringIO by `StringIO.new(nil)`Nobuyoshi Nakada2024-03-151-14/+25
* Ensure test suite is compatible with --frozen-string-literalJean Boussier2024-03-141-1/+3
* [ruby/stringio] [DOC] Package rdoc filesNobuyoshi Nakada2024-03-141-0/+6
* [ruby/stringio] [DOC] Add missing documentsNobuyoshi Nakada2024-03-141-0/+16
* [ruby/stringio] [DOC] Add rdoc taskNobuyoshi Nakada2024-03-141-0/+1
* [ruby/fcntl] [DOC] Package files for RDocNobuyoshi Nakada2024-03-141-1/+1
* [ruby/fcntl] [DOC] Package document filesNobuyoshi Nakada2024-03-141-0/+1
* [ruby/fcntl] [DOC] Add missing documentsNobuyoshi Nakada2024-03-141-1/+5
* [ruby/fcntl] [DOC] Add task and files for RDocNobuyoshi Nakada2024-03-141-1/+1
* [ruby/fcntl] Reduce duplicate `O_ACCMODE` definitionsNobuyoshi Nakada2024-03-141-7/+3
* [ruby/fcntl] [DOC] Remove redundant directivesNobuyoshi Nakada2024-03-141-56/+28
* [ruby/stringio] Define `StringIO::MAX_LENGTH`Nobuyoshi Nakada2024-03-131-0/+4
* RMDIRS includes `-p` option [ci skip]Nobuyoshi Nakada2024-03-071-1/+1
* Move FL_SINGLETON to FL_USER1Jean Boussier2024-03-061-1/+1
* [DOC] Fix invalid documentation for `reachable_objects_from` (#10172)Lazarus Lazaridis2024-03-051-1/+1