From bc3b806f5617c88e022096685a24b25bf39c82f1 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 4 Feb 2014 08:13:44 -0800 Subject: [PATCH] Fixed some file perms that got munged in the git conversion. --- include/boost/algorithm/clamp.hpp | 0 include/boost/algorithm/searching/boyer_moore.hpp | 0 include/boost/algorithm/searching/boyer_moore_horspool.hpp | 0 include/boost/algorithm/searching/detail/bm_traits.hpp | 0 include/boost/algorithm/searching/detail/debugging.hpp | 0 include/boost/algorithm/searching/knuth_morris_pratt.hpp | 0 test/Jamfile.v2 | 0 test/clamp_test.cpp | 0 test/empty_search_test.cpp | 0 test/search_test1.cpp | 0 test/search_test2.cpp | 0 test/search_test3.cpp | 0 12 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 include/boost/algorithm/clamp.hpp mode change 100755 => 100644 include/boost/algorithm/searching/boyer_moore.hpp mode change 100755 => 100644 include/boost/algorithm/searching/boyer_moore_horspool.hpp mode change 100755 => 100644 include/boost/algorithm/searching/detail/bm_traits.hpp mode change 100755 => 100644 include/boost/algorithm/searching/detail/debugging.hpp mode change 100755 => 100644 include/boost/algorithm/searching/knuth_morris_pratt.hpp mode change 100755 => 100644 test/Jamfile.v2 mode change 100755 => 100644 test/clamp_test.cpp mode change 100755 => 100644 test/empty_search_test.cpp mode change 100755 => 100644 test/search_test1.cpp mode change 100755 => 100644 test/search_test2.cpp mode change 100755 => 100644 test/search_test3.cpp diff --git a/include/boost/algorithm/clamp.hpp b/include/boost/algorithm/clamp.hpp old mode 100755 new mode 100644 diff --git a/include/boost/algorithm/searching/boyer_moore.hpp b/include/boost/algorithm/searching/boyer_moore.hpp old mode 100755 new mode 100644 diff --git a/include/boost/algorithm/searching/boyer_moore_horspool.hpp b/include/boost/algorithm/searching/boyer_moore_horspool.hpp old mode 100755 new mode 100644 diff --git a/include/boost/algorithm/searching/detail/bm_traits.hpp b/include/boost/algorithm/searching/detail/bm_traits.hpp old mode 100755 new mode 100644 diff --git a/include/boost/algorithm/searching/detail/debugging.hpp b/include/boost/algorithm/searching/detail/debugging.hpp old mode 100755 new mode 100644 diff --git a/include/boost/algorithm/searching/knuth_morris_pratt.hpp b/include/boost/algorithm/searching/knuth_morris_pratt.hpp old mode 100755 new mode 100644 diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 old mode 100755 new mode 100644 diff --git a/test/clamp_test.cpp b/test/clamp_test.cpp old mode 100755 new mode 100644 diff --git a/test/empty_search_test.cpp b/test/empty_search_test.cpp old mode 100755 new mode 100644 diff --git a/test/search_test1.cpp b/test/search_test1.cpp old mode 100755 new mode 100644 diff --git a/test/search_test2.cpp b/test/search_test2.cpp old mode 100755 new mode 100644 diff --git a/test/search_test3.cpp b/test/search_test3.cpp old mode 100755 new mode 100644