summaryrefslogtreecommitdiffstats
path: root/ci/config.mk.clang.sed
AgeCommit message (Collapse)Author
2021-12-28patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922ichizok
Problem: Cannot build with dynamic Ruby 3.1. Solution: Add "_EXTRA" variables for CI. Add missing functions. (Ozaki Kiichi, closes #9420)
2020-12-28patch 8.2.2241: Build with Ruby and clang may failv8.2.2241Bram Moolenaar
Problem: Build with Ruby and clang may fail. Solution: Adjust congigure and sed script. (Ozaki Kiichi, closes #7566)
2020-12-28patch 8.2.2235: build failure with some Ruby versionsv8.2.2235Bram Moolenaar
Problem: Build failure with some Ruby versions. Solution: Adjust the code for Ruby 3.0. (Ozaki Kiichi, closes #7564)
2020-05-26patch 8.2.0828: Travis: regexp patttern doesn't work everywherev8.2.0828Bram Moolenaar
Problem: Travis: regexp patttern doesn't work everywhere. Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146)
2020-04-11patch 8.2.0541: Travis CI does not give compiler warningsv8.2.0541Bram Moolenaar
Problem: Travis CI does not give compiler warnings. Solution: Add flags for warnings. Fix uncovered problems. (Ozaki Kiichi, closes #5898)