mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-16 12:22:01 +02:00
* gl/modules/mbbuf: New file. * gl/lib/mbbuf.c: Likewise. * gl/lib/mbbuf.h: Likewise. * gl/local.mk (EXTRA_DIST): Add the new files. * bootstrap.conf (gnulib_modules): Add mbbuf. * src/fold.c: Include mbbuf.h. (fold_file): Use the mbbuf functions instead of calling fread and handling the input buffer ourselves. * cfg.mk (exclude_file_name_regexp--sc_preprocessor_indentation) (exclude_file_name_regexp--sc_GPL_version): Match gl/lib/mbbuf.c and gl/lib/mbbuf.h.
28 lines
246 B
Plaintext
28 lines
246 B
Plaintext
Description:
|
|
Buffering for multi-byte characters.
|
|
|
|
Files:
|
|
lib/mbbuf.c
|
|
lib/mbbuf.h
|
|
|
|
Depends-on:
|
|
c99
|
|
extern-inline
|
|
idx
|
|
mcel
|
|
stddef-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbbuf.c mbbuf.h
|
|
|
|
Include:
|
|
"mbbuf.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|