log lib/quotearg.c @ 4986:cd55ad6d3cab

age author description
Thu, 05 Feb 2004 19:05:52 +0000 Paul Eggert New function quotearg_alloc. Treat { } = as special sometimes.
Thu, 30 Oct 2003 06:33:39 +0000 Paul Eggert Revamp xalloc_oversized so that its count arg need not fit into size_t.
Wed, 29 Oct 2003 17:33:05 +0000 Paul Eggert (quotearg_n_options): Use free/xmalloc rather than xrealloc.
Sat, 23 Nov 2002 06:45:49 +0000 Paul Eggert Include quotearg.h immediately after config.h.
Tue, 05 Nov 2002 21:45:29 +0000 Bruno Haible Include gettext.h instead of <libintl.h> with #ifdefs.
Tue, 22 Jan 2002 08:02:22 +0000 Jim Meyering (quotearg_buffer_restyled):
Wed, 28 Nov 2001 06:57:02 +0000 Jim Meyering (quotearg_n, quotearg_n_style): Likewise.
Fri, 31 Aug 2001 07:51:13 +0000 Jim Meyering BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.
Sat, 17 Feb 2001 10:39:17 +0000 Jim Meyering (mbrtowc, mbsinit):
Fri, 26 Jan 2001 11:15:37 +0000 Jim Meyering Include stddef.h.
Sat, 09 Sep 2000 15:56:26 +0000 Jim Meyering Rename ISASCII to IN_CTYPE_DOMAIN.
Mon, 31 Jul 2000 18:30:21 +0000 Jim Meyering (quotearg_n_options): Don't make the initial
Mon, 31 Jul 2000 07:23:01 +0000 Jim Meyering (quotearg_n_options): Preallocate a slot 0
Mon, 24 Jul 2000 06:14:19 +0000 Jim Meyering Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
Sun, 23 Jul 2000 21:48:17 +0000 Jim Meyering Streamline by invoking multibyte code only if needed.
Sun, 23 Jul 2000 08:38:25 +0000 Jim Meyering When the system forces us to redefine mbstate_t, shadow its mbsinit function.
Fri, 14 Jul 2000 13:56:07 +0000 Jim Meyering (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
Fri, 14 Jul 2000 11:26:28 +0000 Jim Meyering (quoting_style_args, quoting_style_vals,
Sun, 09 Jul 2000 15:46:46 +0000 Jim Meyering The old behavior of quoting `like this' doesn't look good with
Thu, 06 Jul 2000 04:47:28 +0000 Jim Meyering (mbrtowc): Declare returned type, since BeOS doesn't.
Thu, 06 Jul 2000 04:31:59 +0000 Jim Meyering (struct quoting_options): Simplify quote_these_too dimension.
Tue, 04 Jul 2000 17:31:56 +0000 Jim Meyering Make inclusion of <wchar.h> independent of whether
Tue, 04 Jul 2000 07:03:16 +0000 Jim Meyering (mbrtowc): Assign to *pwc, and return 1 only if result is nonzero.
Sun, 02 Jul 2000 18:32:05 +0000 Jim Meyering (mbstate_t): Don't define here.
Fri, 23 Jun 2000 21:05:50 +0000 Jim Meyering Include <wctype.h> after <wchar.h>,
Mon, 28 Feb 2000 20:45:28 +0000 Jim Meyering (ALERT_CHAR): New macro.
Mon, 31 Jan 2000 08:42:45 +0000 Jim Meyering fix typo. sheesh
Mon, 31 Jan 2000 08:27:51 +0000 Jim Meyering (ISASCII): Add #undef and move definition to follow
Sat, 22 Jan 2000 22:19:48 +0000 Jim Meyering [HAVE_WCTYPE_H]: Include <wctype.h>.
Mon, 17 Jan 2000 08:01:40 +0000 Jim Meyering (quotearg_buffer_restyled): Do not quote
Sat, 15 Jan 2000 11:57:11 +0000 Jim Meyering Quote multibyte characters correctly.
Tue, 10 Aug 1999 10:50:18 +0000 Jim Meyering Include <libintl.h> if ENABLE_NLS.
Sun, 01 Aug 1999 07:44:39 +0000 Jim Meyering (quotearg_buffer):
Mon, 25 Jan 1999 00:17:22 +0000 Jim Meyering (quotearg_n_options): Revert type of parameter `n'
Sat, 16 Jan 1999 15:55:20 +0000 Jim Meyering (quotearg_n_options): Declare n1 to be of type
Mon, 11 Jan 1999 03:11:15 +0000 Jim Meyering (quotearg_buffer): Change escape_quoting_style so that it no longer escapes ` '.
Fri, 01 Jan 1999 07:03:16 +0000 Jim Meyering (quotearg_n_options): Make `options' parameter be `const'.
Fri, 01 Jan 1999 07:02:16 +0000 Jim Meyering (quotearg_buffer): Cast -1 to size_t before comparing.
Fri, 11 Dec 1998 14:14:16 +0000 Jim Meyering (quotearg_buffer): Use `7' as the mask, not `3'.
Sat, 21 Mar 1998 08:49:00 +0000 Jim Meyering Update from patch-2.5.3.
Mon, 23 Feb 1998 10:16:53 +0000 Jim Meyering .