summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for Ripper.{lex,tokenize,sexp,sexp_raw} [ci skip]Jeremy Evans2020-11-172-0/+17
* Support raise_errors keyword for Ripper.{lex,tokenize,sexp,sexp_raw}Jeremy Evans2020-11-172-8/+43
* Update Fiddle's dependenciesSutou Kouhei2020-11-181-79/+244
* [ruby/fiddle] Remove needless returnSutou Kouhei2020-11-181-1/+1
* [ruby/fiddle] Bump versionSutou Kouhei2020-11-181-1/+1
* [ruby/fiddle] Remove needless workaroundSutou Kouhei2020-11-181-3/+1
* [ruby/fiddle] Add workaround for ruby head for mingwSutou Kouhei2020-11-181-1/+3
* [ruby/fiddle] Use msys2_mingw_dependenciesSutou Kouhei2020-11-181-0/+2
* [ruby/fiddle] Use ruby_xcalloc() instead of ruby_xmalloc() and memset()Sutou Kouhei2020-11-181-3/+1
* [ruby/fiddle] Remove needless rescueSutou Kouhei2020-11-181-5/+1
* [ruby/fiddle] Add workaround for RubyInstaller for WindowsSutou Kouhei2020-11-181-0/+14
* [ruby/fiddle] Add a "pinning" reference (#44)Aaron Patterson2020-11-186-12/+146
* [ruby/fiddle] Add support for specifying types by name as String or SymbolSutou Kouhei2020-11-185-34/+148
* [ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"Sutou Kouhei2020-11-186-20/+94
* fix public interfaceKoichi Sasada2020-11-181-1/+1
* [ruby/date] Numeric already includes ComparableAkira Matsuda2020-11-121-2/+0
* [ruby/date] Updated timezones from timeanddate.comNobuyoshi Nakada2020-11-121-7/+7
* [ruby/date] Honor timezones from timeanddate.comNobuyoshi Nakada2020-11-121-4/+21
* [ruby/date] Fixed the script file name to update zonetab.listNobuyoshi Nakada2020-11-121-1/+1
* [ruby/date] [DOC] declate DateTime class is deprecatedNARUSE, Yui2020-11-121-0/+2
* 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