mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/gen-uni-tables.c (fill_attributes): Use str_endswith. * lib/get-rusage-data.c (get_rusage_data_via_setrlimit): Likewise. * lib/isatty.c (IsCygwinConsoleHandle): Likewise. * modules/gen-uni-tables (Depends-on): Add str_endswith. * modules/get-rusage-data (Depends-on): Likewise. * modules/isatty (Depends-on): Likewise.
30 lines
366 B
Plaintext
30 lines
366 B
Plaintext
Description:
|
|
Generates the tables in lib/unictype/* and lib/unilbrk/* and lib/uniwbrk/* and
|
|
lib/unicase/*.
|
|
|
|
Files:
|
|
lib/gen-uni-tables.c
|
|
lib/unictype/3level.h
|
|
lib/unictype/3levelbit.h
|
|
|
|
Depends-on:
|
|
memcmp
|
|
bool
|
|
strdup
|
|
strstr-simple
|
|
str_startswith
|
|
str_endswith
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPLed build tool
|
|
|
|
Maintainer:
|
|
all
|