summaryrefslogtreecommitdiff
path: root/lib/str-two-way.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
committerBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
commit03eac9d394567d707a74826dfc9c305555946597 (patch)
treedf5743f58e2f39dd8ad3b30da118b3afad285c9e /lib/str-two-way.h
parentb7773f3f796588544f36b45be274f42b36b42149 (diff)
downloadgnulib-03eac9d394567d707a74826dfc9c305555946597.tar.gz
all: Replace many more http URLs by https URLs. Update stale URLs.
* users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO.
Diffstat (limited to 'lib/str-two-way.h')
-rw-r--r--lib/str-two-way.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/str-two-way.h b/lib/str-two-way.h
index e86dc96e6d..285726e303 100644
--- a/lib/str-two-way.h
+++ b/lib/str-two-way.h
@@ -50,8 +50,8 @@
achieve improved (potentially sub-linear) performance.
See http://www-igm.univ-mlv.fr/~lecroq/string/node26.html#SECTION00260,
- http://en.wikipedia.org/wiki/Boyer-Moore_string_search_algorithm,
- http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.34.6641&rep=rep1&type=pdf
+ https://en.wikipedia.org/wiki/Boyer-Moore_string_search_algorithm,
+ https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.34.6641&rep=rep1&type=pdf
*/
/* Point at which computing a bad-byte shift table is likely to be