summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-24(_XOPEN_SOURCE): Don't define; this causes problems on Solaris 7.Jim Meyering
(wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
2000-07-24*** empty log message ***Jim Meyering
2000-07-24Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),Jim Meyering
so that mbstate_t is always defined. Do not inspect MB_LEN_MAX, since it's incorrectly defined to be 1 in at least one GCC installation, and this configuration error is likely to be common. Ignoring MB_LEN_MAX hurts performance on hosts that have mbrtowc but have only unibyte locales, but I assume these hosts are rare.
2000-07-23*** empty log message ***Jim Meyering
2000-07-23Streamline by invoking multibyte code only if needed.Jim Meyering
<wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX. (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX). (quotearg_buffer_restyled): If a unibyte locale, don't bother to invoke multibyte primitives.
2000-07-23*** empty log message ***Jim Meyering
2000-07-23fix typos (missing commas)Jim Meyering
2000-07-23*** empty log message ***Jim Meyering
2000-07-23*** empty log message ***Jim Meyering
2000-07-23Include <sys/param.h> if HAVE_SYS_PARAM_H is defined,Jim Meyering
rather than if _POSIX_VERSION is defined. Remove declarations of getpwuid, getgrgid, and getuid, now that they're in sys2.h.
2000-07-23.Jim Meyering
2000-07-23(main): Give a better diagnostic for e.g.,Jim Meyering
`dd if=/dev/fd0 seek=100000000000'. Convert "`%s'" in format strings to "%s", and wrap each corresponding argument in a `quote (...)' call. Add many, more precise diagnostics.
2000-07-23*** empty log message ***Jim Meyering
2000-07-23[!HAVE_DECL_GETPWUID]: Declare getpwuid.Jim Meyering
[!HAVE_DECL_GETGRGID]: Declare getgrgid. [!HAVE_DECL_GETUID]: Declare getuid.
2000-07-23*** empty log message ***Jim Meyering
2000-07-23(jm_CHECK_DECLS): Check for declarations of these, too:Jim Meyering
getgrgid, getpwuid, getuid.
2000-07-23*** empty log message ***Jim Meyering
2000-07-23*** empty log message ***Jim Meyering
2000-07-23Rename tests (and hence files) to have a shortJim Meyering
enough prefix so that they're not truncated on 8+3 file systems. Reported by Eli Zaretskii.
2000-07-23*** empty log message ***Jim Meyering
2000-07-23.Jim Meyering
2000-07-23*** empty log message ***Jim Meyering
2000-07-23Fix cp so that `cp -r DIR1/ DIR2' works once again.Jim Meyering
(ASSIGN_BASENAME_STRDUPA): New macro. (do_copy): Use it here (so we always strip trailing slashes before calling base_name).
2000-07-23(ASSIGN_STRDUPA): Remove macro definition.Jim Meyering
2000-07-23(ASSIGN_STRDUPA): New macro (moved here from remove.c).Jim Meyering
2000-07-23*** empty log message ***Jim Meyering
2000-07-23(base_name): Add an assertion.Jim Meyering
2000-07-23*** empty log message ***Jim Meyering
2000-07-23*** empty log message ***Jim Meyering
2000-07-23(TESTS): Add dir-slash.Jim Meyering
2000-07-23*** empty log message ***Jim Meyering
2000-07-23When the system forces us to redefine mbstate_t, shadow its mbsinit function.Jim Meyering
2000-07-19*** empty log message ***Jim Meyering
2000-07-19(batch_convert): Free `initial_TZ' only if it was set.Jim Meyering
2000-07-19*** empty log message ***Jim Meyering
2000-07-17.Jim Meyering
2000-07-17*** empty log message ***Jim Meyering
2000-07-17(WGET): Define.Jim Meyering
(ftp-gnu): Define. (wget-update): New rule, based on the one in autoconf.
2000-07-17.Jim Meyering
2000-07-17*** empty log message ***Jim Meyering
2000-07-17(libfetish_a_SOURCES): Add mbswidth.c.Jim Meyering
(noinst_HEADERS): Add mbswidth.h.
2000-07-17*** empty log message ***Jim Meyering
2000-07-17from Bruno Haible.Jim Meyering
2000-07-17from Bruno Haible.Jim Meyering
2000-07-17*** empty log message ***Jim Meyering
2000-07-17(jm_PREREQ): Call jm_PREREQ_MBSWIDTH.Jim Meyering
2000-07-17*** empty log message ***Jim Meyering
2000-07-17*** empty log message ***Jim Meyering
2000-07-17(visible): Don't mark `<undef>' for translation.Jim Meyering
The standard requires that exact string.
2000-07-17*** empty log message ***Jim Meyering