aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix tool/update-deps for YARP files"Takashi Kokubun2023-08-181-38/+37
* Fix tool/update-deps for YARP filesTakashi Kokubun2023-08-181-16/+0
* Update dependenciesTakashi Kokubun2023-08-181-18/+35
* Use {$(VPATH)} for OpenBSDTakashi Kokubun2023-08-181-38/+38
* Include YARP templated files in snapshotsTakashi Kokubun2023-08-171-0/+8
* Move the dependency of node.rb and serialize.rbTakashi Kokubun2023-08-171-7/+9
* Render YARP templates in the build process (#8228)Takashi Kokubun2023-08-171-1/+25
* Update dependenciesTakashi Kokubun2023-08-161-22/+26
* Fix test and precheck order for old GNU MakeNobuyoshi Nakada2023-08-141-3/+6
* Prefix `excludes` with a dot to prevent chkbuild from firing wronglyNobuyoshi Nakada2023-08-131-1/+1
* Group test-syntax-suggest and leaked-globals [ci skip]Nobuyoshi Nakada2023-08-111-0/+2
* Fix test-bundler dependenciesNobuyoshi Nakada2023-08-111-1/+2
* Fix order of test-syntax-suggest-prepare for old GNU MakeNobuyoshi Nakada2023-08-111-1/+1
* Remove duplicate prerequisite [ci skip]Nobuyoshi Nakada2023-08-101-1/+1
* Explicitly require rspec/expectations tentativelyNobuyoshi Nakada2023-08-101-0/+1
* Make PREPARE_SYNTAX_SUGGEST include TEST_RUNNABLE prefixNobuyoshi Nakada2023-08-101-2/+2
* Clean up OPT_STACK_CACHING (#8132)Takashi Kokubun2023-07-271-2/+1
* [ruby/yarp] Resync YARP (#8098)Jemma Issroff2023-07-191-5/+0
* Implement Process.warmupJean Boussier2023-07-171-0/+2
* Use functions defined by parser_st.c to reduce dependency on st.cyui-knk2023-07-151-0/+1
* [Feature #19730] Remove transient heapPeter Zhu2023-07-131-212/+0
* Serially update only the ripper source, even with old GNU makeNobuyoshi Nakada2023-07-101-2/+1
* Ensure the name given to Module#set_temporary_name is not a valid constant pathBenoit Daloze2023-07-061-0/+1
* Fixed build scripts for YARPJemma Issroff2023-07-051-201/+135
* [DOC] Stop downloading Unicode data only for unicode_properties.rdocNobuyoshi Nakada2023-07-021-2/+6
* [Bug #19728] Auto-generate unicode property docsJanosch Müller2023-07-011-5/+11
* Fix broken wiki links (#8002)Jemma Issroff2023-06-291-1/+1
* Ripper sources are generated at onceNobuyoshi Nakada2023-06-291-1/+4
* More dependencies for ripperNobuyoshi Nakada2023-06-291-2/+11
* De-duplicate parse_st.c code from st.cNobuyoshi Nakada2023-06-241-0/+1
* [Feature #19741] Add yarp to buildsJemma Issroff2023-06-211-0/+1214
* Removed rake-compiler dependency for test-bundled-gemsHiroshi SHIBATA2023-06-141-1/+1
* rexml is also bundled gemsHiroshi SHIBATA2023-06-131-1/+1
* Don't install bundled gems for test-bundled-gems and test-syntax-suggestHiroshi SHIBATA2023-06-131-2/+2
* [Feature #19719] Universal Parseryui-knk2023-06-121-2/+486
* Run test-unit test without rake task to avoid yard dependencyHiroshi SHIBATA2023-06-121-1/+1
* pry is not needed for test-bundled-gemsHiroshi SHIBATA2023-06-121-1/+1
* Added racc dependencyHiroshi SHIBATA2023-06-081-1/+1
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-0/+1
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-1/+0
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-0/+1
* Fix busy-loop when waiting for file descriptors to closeKJ Tsanaktsidis2023-05-261-0/+10
* Move `ruby_node_name` to node.c and rename prefix of the functionyui-knk2023-05-231-1/+1
* Put `rb_fork` back into process.cNobuyoshi Nakada2023-05-211-1/+0
* Add Fiber#kill, similar to Thread#kill. (#7823)Samuel Williams2023-05-181-0/+1
* Implement Hash AR tables on VWAPeter Zhu2023-05-171-1/+0
* Process parse.y without temporary filesNobuyoshi Nakada2023-05-151-7/+2
* Use the rb_sys_fail_str macro in signal.cKunshan Wang2023-05-151-0/+1
* Add user argument to some macros used by bisonNobuyoshi Nakada2023-05-141-2/+2
* Use Lrama LALR parser generator instead of BisonYuichiro Kaneko2023-05-121-3/+4