aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-
Commit message (Expand)AuthorAgeFilesLines
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-1149-13160/+13160
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-1149-13160/+13160
* ext/-test-/cxxanyargs: add #pragma for icc.卜部昌平2020-04-101-0/+3
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-0851-13/+14295
* Clear all trace events during teardownAlan Wu2020-03-291-0/+8
* The last argument of rb_rescue2() should always be (VALUE)0Benoit Daloze2020-03-281-4/+4
* ext/-test-/cxxanyargs: use try_link instead卜部昌平2020-02-251-1/+1
* ext/-test-/cxxanyargs: prevent have_devel check卜部昌平2020-02-201-2/+11
* more on NULL versus functions.卜部昌平2020-02-071-1/+1
* Fix linkage of popen_deadlock testMikhail Novosyolov2020-02-041-0/+1
* fix delete unnecessary return卜部昌平2020-02-011-1/+1
* support C++ std::nullptr_t卜部昌平2020-01-311-0/+122
* Return the makefile contentNobuyoshi Nakada2020-01-311-0/+1
* Move .IGNORE in extconf.rbNARUSE, Yui2020-01-312-3/+1
* Support nmakeNARUSE, Yui2020-01-311-0/+2
* Ignore expected errors on compiling C++ source [Bug #16331]NARUSE, Yui2020-01-311-0/+1
* fix rb_define_global_function to take const VALUE*卜部昌平2020-01-281-0/+70
* add test for rb_define_global_function卜部昌平2020-01-281-0/+58
* add test for rb_define_method_id卜部昌平2020-01-281-0/+56
* improved support for rb_f_notimplement卜部昌平2020-01-281-0/+30
* Update dependenciesNobuyoshi Nakada2020-01-171-0/+1
* Update dependencies in makefiles againKazuhiro NISHIYAMA2020-01-171-0/+9
* rb_rational_raw: make a denominator always positiveKenta Murata2020-01-171-0/+8
* Update dependencies in makefilesKazuhiro NISHIYAMA2020-01-171-0/+2
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-10/+0
* update dependencies卜部昌平2019-12-265-0/+40
* decouple internal.h headers卜部昌平2019-12-2612-13/+13
* check interrupts at each frame pop timing.Koichi Sasada2019-11-291-1/+17
* Check -1 arity for C++Nobuyoshi Nakada2019-11-223-5/+23
* Revert the line for nextafter.c for FreeBSD makeNobuyoshi Nakada2019-11-201-0/+3
* Update dependenciesNobuyoshi Nakada2019-11-188-60/+59
* Remove unneeded exec bits from some filesDavid Rodríguez2019-11-093-0/+0
* Moved RB_METHOD_DEFINITION_DECL to intern.hNobuyoshi Nakada2019-10-121-0/+204
* atime may not updated unless strictatime is set on macOS CatalinaNobuyoshi Nakada2019-10-121-0/+3
* ext/-test-/enumerator_kw/enumerator_kw.c: remove unused variableYusuke Endoh2019-10-011-1/+1
* Add rb_enumeratorize_with_size_kw and related macrosJeremy Evans2019-09-303-0/+36
* Add three more C-API functions for handling keywordsJeremy Evans2019-09-291-2/+30
* Fix more keyword separation issuesJeremy Evans2019-09-261-1/+1
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-1/+30
* Fix for explicit cast without RUBY_METHOD_FUNCNobuyoshi Nakada2019-09-201-0/+7
* Check various method defitions in C++Nobuyoshi Nakada2019-09-201-0/+44
* Get rid of embedding make command lineNobuyoshi Nakada2019-09-201-2/+3
* Fixed cxxanyargs/dependNobuyoshi Nakada2019-09-201-4/+4
* Moved unmatch arity check to depend fileNobuyoshi Nakada2019-09-192-12/+9
* Ensure that unmatched arity fails in C++Nobuyoshi Nakada2019-09-192-1/+27
* Removed mkmf.log dump in MakefileNobuyoshi Nakada2019-09-191-5/+0
* DEBUG: cxxanyargsNobuyoshi Nakada2019-09-191-0/+3
* DEBUG: cxxanyargsNobuyoshi Nakada2019-09-192-1/+2
* DEBUGNobuyoshi Nakada2019-09-191-0/+1
* Look up the language moduleNobuyoshi Nakada2019-09-191-1/+1