summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
Commit message (Expand)AuthorAgeFilesLines
* * lib/quotarg.c: remove wrong, unneeded commentPaul Eggert2021-08-011-1/+0
* quotearg: avoid undefined and/or O(N**2)Paul Eggert2021-04-031-9/+9
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* attribute: new modulePaul Eggert2020-05-031-8/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Add encoding marker for Emacs to non-ASCII sources.Bruno Haible2018-01-051-0/+7
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* quotearg: pacify compiler re unsignedPaul Eggert2017-10-191-1/+2
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* quotearg: fix compilation failure due to FALLTHROUGH misuseJim Meyering2017-05-251-1/+1
* fallthrough: reinstate a FALLTHROUGH instance in quoteargBernhard Voelker2017-05-221-0/+1
* fallthrough: update for GCC 7/8Jim Meyering2017-05-191-8/+15
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* quotearg: pacify GCC betterPaul Eggert2016-12-151-14/+9
* quotearg: never write beyond the returned lengthPádraig Brady2016-10-191-5/+28
* quotearg: minimize shell quoting using double quotesPádraig Brady2016-10-031-0/+24
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* quotearg: add quotearg_n_style_colon()Pádraig Brady2015-11-041-0/+9
* quotearg: constify get_quoting_style parametersPádraig Brady2015-11-031-1/+1
* quotearg: add support for $'' shell escapingPádraig Brady2015-11-021-13/+67
* 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