From 116bfa584deb60f3685b86b0db87bacfe7e0d257 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Jan 2000 11:57:46 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 05b8fd873c..804072e14d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -3,6 +3,24 @@ * tests/shred/remove: Make the warning that this shred test may not be run as root more prominent. Suggestion from Volker Borchert. +2000-01-11 Paul Eggert + + Quote multibyte characters correctly. + + * lib/quotearg.c (ISGRAPH): Remove. + (ISPRINT): New macro. + (): Include if HAVE_MBRTOWC && HAVE_WCHAR_H. + (isprint, mbrtowc, mbsinit, mbstate_t): New macros, + defined if ! (HAVE_MBRTOWC && HAVE_WCHAR_H). + (quotearg_buffer_restyled): New function, with most of the old + quotearg_buffer's contents. + Major rewrite to support multibyte characters. + (quotearg_buffer): Now just calls quotearg_buffer_restyled. + + * m4/c-bs-a.m4: New file. + * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro. + (jm_PREREQ): Use it. + 2000-01-11 Paul Eggert * lib/modechange.c (mode_compile): Use uintmax_t, not unsigned -- 2.47.3