summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2020-10-21Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-10-21Update dependencies for macOSNobuyoshi Nakada
2020-10-20Implement a freeze: parser optionJean Boussier
2020-10-19Followed up with 708413807ae958afb79257b18475424e0a8a4a56Hiroshi SHIBATA
2020-10-19Revisit to promote digest to default gems.Hiroshi SHIBATA
2020-10-16keep proc on the stack so it does not moveAaron Patterson
2020-10-14Promote pathname to default gemsHiroshi SHIBATA
2020-10-11Adjusted indents [ci skip]Nobuyoshi Nakada
2020-10-11Respect the original styles [ci skip]Nobuyoshi Nakada
2020-10-11[ruby/io-console] Refined getch warningsNobuyoshi Nakada
2020-10-11[ruby/io-console] Relaxed min: option warningNobuyoshi Nakada
2020-10-11[ruby/io-console] Fix timeout type error (#18)Nobuyoshi Nakada
2020-10-11[ruby/io-console] Fixed "Rework console to use `rb_io_wait`."Nobuyoshi Nakada
2020-10-10Fixed typo in commentIkko Ashimine
2020-10-06Prevent objects from moving while iterating the heapAaron Patterson
2020-10-06Appended a newline to suppress newline-eof warningNobuyoshi Nakada
2020-10-06STRUCT_ALIGNOF: use RUBY_ALIGNOF卜部昌平
2020-10-02mark regex internal to string scannerAaron Patterson
2020-10-03Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA
2020-10-02memory_view.c: Use ssize_t for ndim in memory_view (#3615)Kenta Murata
2020-09-30strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-09-29Fix up dependencies on internal/sanitizers.hNobuyoshi Nakada
2020-09-28Refactor common heap iteration codeAaron Patterson
2020-09-28Fix ASAN support when invalidating CCsAaron Patterson
2020-09-28make ext/coverage ASAN friendlyAaron Patterson
2020-09-28Make ext/objspace ASAN friendlyAaron Patterson
2020-09-27ext/socket/ipsocket.c: prevent "warning: unused variable 'resolv_timeout'"Yusuke Endoh
2020-09-26update-depsNARUSE, Yui
2020-09-25Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu
2020-09-26ext/readline/depend: update-deps --fixKenta Murata
2020-09-25[ruby/readline-ext] Remove unnecessary header files from dependaycabta
2020-09-25Buffer protocol proposal (#3261)Kenta Murata
2020-09-25[flori/json] Fix JSON.load_file docJean Boussier
2020-09-25[flori/json] Partial compliance with doc/method_documentation.rdocBurdetteLamar
2020-09-25[flori/json] Enhanced RDoc for JSON.dump (#443)Burdette Lamar
2020-09-25bundle the LICENSE file in the gemJulien Feltesse
2020-09-25[flori/json] Nodoc for recurse_procBurdetteLamar
2020-09-25[flori/json] RDoc for JSON.load with procBurdetteLamar
2020-09-25unify json-java gemspec with the baselineKarol Bucek
2020-09-25[flori/json] RDoc example for JSON.loadBurdetteLamar
2020-09-25[flori/json] Enhance RDoc for JSON.parseBurdetteLamar
2020-09-25[flori/json] Move options from #generate and #parse to common areaBurdetteLamar
2020-09-25[flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett
2020-09-25Add an option to escape forward slash characterJean Boussier
2020-09-25Add comments for resolv_timeoutMasaki Matsushita
2020-09-25Add resolve_timeout to TCPSocket [Feature #17134]Masaki Matsushita
2020-09-25[ruby/psych] Forward keyword arguments in load_file and load_streamJean Boussier
2020-09-25[ruby/psych] Bump version to 3.2.0Hiroshi SHIBATA
2020-09-25[ruby/psych] Revert psych versionSzymonKowalczyk