summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
Commit message (Expand)AuthorAgeFilesLines
* * modules/fnmatch (Depends-on): Depend on wchar.Eric Blake2007-01-161-10/+2
* * MODULES.html.sh: New module wctype.Paul Eggert2006-12-221-8/+1
* * lib/quotearg.h (quotearg_free): New decl.Paul Eggert2006-11-081-6/+28
* Avoid some C++ diagnostics reported by Bruno Haible.Paul Eggert2006-10-311-20/+21
* * quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.Paul Eggert2006-10-031-0/+2
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* * quotearg.c (quotearg_buffer_restyled): Add "default: break;"Paul Eggert2006-01-221-2/+8
* Sync from coreutils.Paul Eggert2005-09-231-1/+6
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* Add translator comment suggested by Bruno Haible, with a minor change.Paul Eggert2005-07-151-3/+8
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (struct quoting_options): Use unsigned int for quote_these_too, soPaul Eggert2004-11-111-2/+3
* Merge from coreutils.Paul Eggert2004-08-071-12/+13
* New function quotearg_alloc. Treat { } = as special sometimes.Paul Eggert2004-02-051-7/+49
* Revamp xalloc_oversized so that its count arg need not fit into size_t.Paul Eggert2003-10-301-1/+1
* (quotearg_n_options): Use free/xmalloc rather than xrealloc.Paul Eggert2003-10-291-5/+5
* Include quotearg.h immediately after config.h.Paul Eggert2002-11-231-60/+36
* Include gettext.h instead of <libintl.h> with #ifdefs.Bruno Haible2002-11-051-7/+3
* (quotearg_buffer_restyled):Jim Meyering2002-01-221-11/+38
* (quotearg_n, quotearg_n_style): Likewise.Jim Meyering2001-11-281-10/+23
* BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.Jim Meyering2001-08-311-0/+5
* (mbrtowc, mbsinit):Jim Meyering2001-02-171-7/+1
* Include stddef.h.Jim Meyering2001-01-261-1/+4
* Rename ISASCII to IN_CTYPE_DOMAIN.Jim Meyering2000-09-091-5/+4
* (quotearg_n_options): Don't make the initialJim Meyering2000-07-311-2/+2
* (quotearg_n_options): Preallocate a slot 0Jim Meyering2000-07-311-4/+14
* Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),Jim Meyering2000-07-241-4/+5
* Streamline by invoking multibyte code only if needed.Jim Meyering2000-07-231-47/+54
* When the system forces us to redefine mbstate_t, shadow its mbsinit function.Jim Meyering2000-07-231-0/+1
* (mbrtowc): Do not use HAVE_WCHAR_H in the definition.Jim Meyering2000-07-141-2/+2
* (quoting_style_args, quoting_style_vals,Jim Meyering2000-07-141-24/+23
* The old behavior of quoting `like this' doesn't look good withJim Meyering2000-07-091-6/+41
* (mbrtowc): Declare returned type, since BeOS doesn't.Jim Meyering2000-07-061-0/+1
* (struct quoting_options): Simplify quote_these_too dimension.Jim Meyering2000-07-061-2/+1
* Make inclusion of <wchar.h> independent of whetherJim Meyering2000-07-041-1/+4
* (mbrtowc): Assign to *pwc, and return 1 only if result is nonzero.Jim Meyering2000-07-041-6/+9
* (mbstate_t): Don't define here.Jim Meyering2000-07-021-2/+0
* Include <wctype.h> after <wchar.h>,Jim Meyering2000-06-231-5/+11
* (ALERT_CHAR): New macro.Jim Meyering2000-02-281-3/+7
* fix typo. sheeshJim Meyering2000-01-311-1/+1
* (ISASCII): Add #undef and move definition to followJim Meyering2000-01-311-6/+11
* [HAVE_WCTYPE_H]: Include <wctype.h>.Jim Meyering2000-01-221-0/+4
* (quotearg_buffer_restyled): Do not quoteJim Meyering2000-01-171-6/+7
* Quote multibyte characters correctly.Jim Meyering2000-01-151-113/+250
* Include <libintl.h> if ENABLE_NLS.Jim Meyering1999-08-101-23/+55
* (quotearg_buffer):Jim Meyering1999-08-011-0/+4
* (quotearg_n_options): Revert type of parameter `n'Jim Meyering1999-01-251-3/+4
* (quotearg_n_options): Declare n1 to be of typeJim Meyering1999-01-161-1/+1
* (quotearg_buffer): Change escape_quoting_style so that it no longer escapes ` '.Jim Meyering1999-01-111-5/+0
* (quotearg_n_options): Make `options' parameter be `const'.Jim Meyering1999-01-011-1/+1