summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* mbsstr, quotearg, xstrtol: pacify IRIX 6.5 ccPaul Eggert2014-05-111-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* quotearg: don't attempt to store 1 << 31 into an "int"Jim Meyering2013-11-221-1/+1
* quotearg: do not read beyond end of bufferJim Meyering2013-05-141-1/+6
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* quote: provide a means to escape strings with nul charactersAkim Demaille2012-11-011-5/+17
* quote: fuse into quoteargAkim Demaille2012-03-061-1/+24
* quotearg: do not use grave accent for left quotePaolo Bonzini2012-01-071-5/+2
* quotearg: fall back to Unicode single quotes in UTF-8 and GB-18030 localesPaolo Bonzini2012-01-071-14/+50
* quotearg: fix Wikipedia linkPaolo Bonzini2012-01-071-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* quotearg, propername: correct pragma guard expressionJim Meyering2011-11-291-1/+1
* mark functions with const and pure attributesJim Meyering2011-11-281-1/+8
* 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