From 6e0e2506db069ae7e4e456bcc1b67c6c1a46b867 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Apr 2018 20:09:26 +0200 Subject: Implement the documented functions u*_casing_*_context. Reported by Genki Sky . * 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. --- autogen.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.2.1