Re: [bug-libunistring] [PATCH] unicase: Add missing prefix/suffix-context modules

2018-04-08 Thread Bruno Haible
Hi Daiki, > > Whereas with > > > > gl_LIBUNISTRING_MODULE([0.9.10], [unicase/u8-prefix-context]) > > > > the autoconfiguration will compile the module locally - thus filling > > the "hole" in the installed libunistring. > > So, is my understanding correct that this only affects unreleased >

Re: [bug-libunistring] [PATCH] unicase: Add missing prefix/suffix-context modules

2018-04-08 Thread Daiki Ueno
Bruno Haible writes: >> Usually, I bump the required version when there is any change in the >> dependent modules since the last release, using the scripts: >> >>

Re: [bug-libunistring] [PATCH] unicase: Add missing prefix/suffix-context modules

2018-04-08 Thread Bruno Haible
Hi Daiki, > whether the above list is complete. I did not check whether every function/variable/macro described in the documentation is actually defined in the header files and in the library. I just _hope_ it is the case. It would probably be possible to check that every

Re: [bug-libunistring] [PATCH] unicase: Add missing prefix/suffix-context modules

2018-04-08 Thread Daiki Ueno
Hello Bruno, Bruno Haible writes: > Genki Sky wrote: >> These gnulib modules contain the following 12 functions: >> - u{8,16,32}_casing_{prefix,suffix}_context >> - u{8,16,32}_casing_{prefix,suffix}es_context >> >> As it stands, these functions were exposed in the header

Re: [bug-libunistring] [PATCH] unicase: Add missing prefix/suffix-context modules

2018-04-07 Thread Bruno Haible
Hi, Genki Sky wrote: > These gnulib modules contain the following 12 functions: > - u{8,16,32}_casing_{prefix,suffix}_context > - u{8,16,32}_casing_{prefix,suffix}es_context > > As it stands, these functions were exposed in the header files, but were > not available in the shared object. Of