summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-04-07 20:09:26 +0200
committerBruno Haible <bruno@clisp.org>2018-04-07 20:13:29 +0200
commit6e0e2506db069ae7e4e456bcc1b67c6c1a46b867 (patch)
tree0a23e70fba4d15b26663b2ee25eafdd6556f8e0f /autogen.sh
parent74b62cc963caf944dcaadc0ce640fa67355bd4e6 (diff)
downloadlibunistring-6e0e2506db069ae7e4e456bcc1b67c6c1a46b867.tar.gz
Implement the documented functions u*_casing_*_context.
Reported by Genki Sky <sky@genki.is>. * autogen.sh (GNULIB_MODULES): Add unicase/u*-prefix-context, unicase/u*-suffix-context. * lib/unicase/.gitignore: Update. * gnulib-m4/gnulib-cache.m4: Updated by gnulib-tool.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 269ab0d..34b62f0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@
# It also requires
# - the gperf program.
-# Copyright (C) 2003-2016 Free Software Foundation, Inc.
+# Copyright (C) 2003-2018 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -386,6 +386,8 @@ if test $skip_gnulib = false; then
unicase/u8-is-lowercase
unicase/u8-is-titlecase
unicase/u8-is-uppercase
+ unicase/u8-prefix-context
+ unicase/u8-suffix-context
unicase/u8-tolower
unicase/u8-totitle
unicase/u8-toupper
@@ -402,6 +404,8 @@ if test $skip_gnulib = false; then
unicase/u16-is-lowercase
unicase/u16-is-titlecase
unicase/u16-is-uppercase
+ unicase/u16-prefix-context
+ unicase/u16-suffix-context
unicase/u16-tolower
unicase/u16-totitle
unicase/u16-toupper
@@ -418,6 +422,8 @@ if test $skip_gnulib = false; then
unicase/u32-is-lowercase
unicase/u32-is-titlecase
unicase/u32-is-uppercase
+ unicase/u32-prefix-context
+ unicase/u32-suffix-context
unicase/u32-tolower
unicase/u32-totitle
unicase/u32-toupper