diff --git a/ChangeLog b/ChangeLog index 9b74cc01d..26f1b9bad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2026-04-01 Mattias Ellert + + * inst/discovery/cxx0x.R: Set execute permissions for script + with shebang + * inst/examples/ConvolveBenchmarks/overhead.r: Idem + * inst/examples/ConvolveBenchmarks/overhead.sh: Idem + * inst/examples/Misc/ifelseLooped.r: Idem + * inst/examples/Misc/newFib.r: Idem + * inst/examples/OpenMP/OpenMPandInline.r: Idem + * inst/tinytest/test_dispatch.R: Idem + 2026-03-26 IƱaki Ucar * inst/include/Rcpp/internal/r_vector.h: Use dataptr() again to avoid an diff --git a/inst/discovery/cxx0x.R b/inst/discovery/cxx0x.R old mode 100644 new mode 100755 diff --git a/inst/examples/ConvolveBenchmarks/overhead.r b/inst/examples/ConvolveBenchmarks/overhead.r old mode 100644 new mode 100755 diff --git a/inst/examples/ConvolveBenchmarks/overhead.sh b/inst/examples/ConvolveBenchmarks/overhead.sh old mode 100644 new mode 100755 diff --git a/inst/examples/Misc/ifelseLooped.r b/inst/examples/Misc/ifelseLooped.r old mode 100644 new mode 100755 diff --git a/inst/examples/Misc/newFib.r b/inst/examples/Misc/newFib.r old mode 100644 new mode 100755 diff --git a/inst/examples/OpenMP/OpenMPandInline.r b/inst/examples/OpenMP/OpenMPandInline.r old mode 100644 new mode 100755 diff --git a/inst/tinytest/test_dispatch.R b/inst/tinytest/test_dispatch.R old mode 100644 new mode 100755