aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use Fiddle::Importer directlyHiroshi SHIBATA2020-11-113-14/+5
* Removed win32/resolv.rb for 32bit envHiroshi SHIBATA2020-11-112-266/+0
* Removed win32apiHiroshi SHIBATA2020-11-111-47/+0
* Use fiddle (win32/importer) instead of Win32APINAKAMURA Usaku2020-11-101-310/+317
* Complex and Rational is embedded classes nowHiroshi SHIBATA2020-11-102-2/+0
* ext/socket/rubysocket.h: avoid the conflict of T_DATA definition in AIXRei Odaira2020-11-011-1/+1
* Promote win32ole to default gems.Hiroshi SHIBATA2020-10-301-0/+21
* Use public allocators for creating new T_OBJECT objectsAaron Patterson2020-10-282-4/+4
* Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada2020-10-214-39/+39
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-213-56/+49
* Update dependencies for macOSNobuyoshi Nakada2020-10-215-52/+860
* Implement a freeze: parser optionJean Boussier2020-10-205-45/+126
* Followed up with 708413807ae958afb79257b18475424e0a8a4a56Hiroshi SHIBATA2020-10-191-1/+12
* Revisit to promote digest to default gems.Hiroshi SHIBATA2020-10-191-0/+34
* keep proc on the stack so it does not moveAaron Patterson2020-10-161-3/+0
* Promote pathname to default gemsHiroshi SHIBATA2020-10-141-0/+25
* Adjusted indents [ci skip]Nobuyoshi Nakada2020-10-111-2/+3
* Respect the original styles [ci skip]Nobuyoshi Nakada2020-10-111-26/+29
* [ruby/io-console] Refined getch warningsNobuyoshi Nakada2020-10-111-3/+3
* [ruby/io-console] Relaxed min: option warningNobuyoshi Nakada2020-10-111-1/+7
* [ruby/io-console] Fix timeout type error (#18)Nobuyoshi Nakada2020-10-111-1/+1
* [ruby/io-console] Fixed "Rework console to use `rb_io_wait`."Nobuyoshi Nakada2020-10-112-30/+53
* Fixed typo in commentIkko Ashimine2020-10-101-2/+2
* Prevent objects from moving while iterating the heapAaron Patterson2020-10-061-6/+8
* Appended a newline to suppress newline-eof warningNobuyoshi Nakada2020-10-061-1/+1
* STRUCT_ALIGNOF: use RUBY_ALIGNOF卜部昌平2020-10-061-2/+1
* mark regex internal to string scannerAaron Patterson2020-10-021-1/+3
* Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA2020-10-031-2/+6
* memory_view.c: Use ssize_t for ndim in memory_view (#3615)Kenta Murata2020-10-021-1/+1
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-09-301-1/+1
* Fix up dependencies on internal/sanitizers.hNobuyoshi Nakada2020-09-292-13/+16
* Refactor common heap iteration codeAaron Patterson2020-09-281-125/+94
* Fix ASAN support when invalidating CCsAaron Patterson2020-09-281-2/+2
* make ext/coverage ASAN friendlyAaron Patterson2020-09-281-0/+8
* Make ext/objspace ASAN friendlyAaron Patterson2020-09-282-0/+44
* ext/socket/ipsocket.c: prevent "warning: unused variable 'resolv_timeout'"Yusuke Endoh2020-09-271-2/+1
* update-depsNARUSE, Yui2020-09-261-0/+100
* Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu2020-09-251-2/+7
* ext/readline/depend: update-deps --fixKenta Murata2020-09-261-0/+50
* [ruby/readline-ext] Remove unnecessary header files from dependaycabta2020-09-251-150/+0
* Buffer protocol proposal (#3261)Kenta Murata2020-09-253-0/+567
* [flori/json] Fix JSON.load_file docJean Boussier2020-09-251-3/+3
* [flori/json] Partial compliance with doc/method_documentation.rdocBurdetteLamar2020-09-251-17/+7
* [flori/json] Enhanced RDoc for JSON.dump (#443)Burdette Lamar2020-09-251-11/+23
* bundle the LICENSE file in the gemJulien Feltesse2020-09-251-0/+1
* [flori/json] Nodoc for recurse_procBurdetteLamar2020-09-251-1/+1
* [flori/json] RDoc for JSON.load with procBurdetteLamar2020-09-251-18/+58
* unify json-java gemspec with the baselineKarol Bucek2020-09-251-6/+6
* [flori/json] RDoc example for JSON.loadBurdetteLamar2020-09-252-14/+88
* [flori/json] Enhance RDoc for JSON.parseBurdetteLamar2020-09-251-9/+40