summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
Commit message (Expand)AuthorAgeFilesLines
* quotearg: avoid uninitialized variable useEric Blake2011-04-291-3/+3
* Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"Jim Meyering2011-04-251-9/+1
* use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PUREJim Meyering2011-04-251-1/+9
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-355/+355
* quotearg: document limitations of quote_these_tooJoel E. Denny2009-08-231-1/+7
* quotearg: implement custom_quoting_styleJoel E. Denny2009-08-231-32/+109
* quotearg: fix right quote escaping when it's in quote_these_tooJoel E. Denny2009-08-231-2/+9
* Remove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally.Bruno Haible2008-12-221-17/+0
* Avoid doubling \ in common case of "c-maybe" quoting style.Eric Blake2008-02-161-1/+5
* Avoid trigraph quoting in default output.Eric Blake2008-02-161-1/+2
* Silence warning in last patch.Eric Blake2008-02-121-1/+1
* Quotearg part 4: add tests, fix c-maybe colon quoting.Eric Blake2008-02-121-28/+37
* Quotearg part 3: add flag to control outer quote elision.Eric Blake2008-02-121-40/+70
* Quotearg part 2: add flag that can control NUL elision.Eric Blake2008-02-121-14/+47
* Quotearg part 1: more wrappers, restore quotearg_char state.Eric Blake2008-02-121-6/+49
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * lib/quotearg.c: Include <wctype.h> early, before the definition ofPaul Eggert2007-03-151-2/+1
* * 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