fix license quoting in files.yaml
[gnulib.git] / lib / quotearg.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-02-02 Ian BeckwithMerge change up to right before new-year copyright...
2014-01-01 Eric Blakemaint: update copyright
2013-11-22 Jim Meyeringquotearg: don't attempt to store 1 << 31 into an "int"
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-05-14 Jim Meyeringquotearg: do not read beyond end of buffer
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-11-01 Akim Demaillequote: provide a means to escape strings with nul chara...
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-03-07 Akim Demaillequote: fuse into quotearg
2012-01-07 Paolo Bonziniquotearg: do not use grave accent for left quote
2012-01-07 Paolo Bonziniquotearg: fall back to Unicode single quotes in UTF...
2012-01-07 Paolo Bonziniquotearg: fix Wikipedia link
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-11 Ian BeckwithMerge branch 'stable'
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
2011-11-29 Jim Meyeringquotearg, propername: correct pragma guard expression
2011-11-28 Jim Meyeringmark functions with const and pure attributes
2011-06-10 Ian BeckwithMerge commit 'stable/20110609'
2011-05-18 Ian BeckwithMerge branch 'upstream' into stable
2011-04-29 Eric Blakequotearg: avoid uninitialized variable use
2011-04-25 Jim MeyeringRevert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"
2011-04-25 Jim Meyeringuse _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-08-23 Joel E. Dennyquotearg: document limitations of quote_these_too
2009-08-23 Joel E. Dennyquotearg: implement custom_quoting_style
2009-08-23 Joel E. Dennyquotearg: fix right quote escaping when it's in quote_t...
2008-12-22 Bruno HaibleRemove HAVE_MBRTOWC conditionals. Use mbrtowc unconditi...
2008-02-16 Eric BlakeAvoid doubling \ in common case of "c-maybe" quoting...
2008-02-16 Eric BlakeAvoid trigraph quoting in default output.
2008-02-13 Eric BlakeSilence warning in last patch.
2008-02-13 Eric BlakeQuotearg part 4: add tests, fix c-maybe colon quoting.
2008-02-13 Eric BlakeQuotearg part 3: add flag to control outer quote elision.
2008-02-13 Eric BlakeQuotearg part 2: add flag that can control NUL elision.
2008-02-13 Eric BlakeQuotearg part 1: more wrappers, restore quotearg_char...
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-03-15 Paul Eggert* lib/quotearg.c: Include <wctype.h> early, before...
2007-01-16 Eric Blake* modules/fnmatch (Depends-on): Depend on wchar.
2006-12-22 Paul Eggert* MODULES.html.sh: New module wctype.
2006-11-08 Paul Eggert* lib/quotearg.h (quotearg_free): New decl.
2006-10-31 Paul EggertAvoid some C++ diagnostics reported by Bruno Haible.
2006-10-03 Paul Eggert* quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to...
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-01-22 Paul Eggert* quotearg.c (quotearg_buffer_restyled): Add "default...
2005-09-23 Paul EggertSync from coreutils.
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-07-15 Paul EggertAdd translator comment suggested by Bruno Haible, with...
2005-05-14 Paul Eggert*** empty log message ***
2004-11-11 Paul Eggert(struct quoting_options): Use unsigned int for quote_th...
2004-08-07 Paul EggertMerge from coreutils.
2004-02-05 Paul EggertNew function quotearg_alloc. Treat { } = as special...
2003-10-30 Paul EggertRevamp xalloc_oversized so that its count arg need...
2003-10-29 Paul Eggert(quotearg_n_options): Use free/xmalloc rather than...
2002-11-23 Paul EggertInclude quotearg.h immediately after config.h.
2002-11-05 Bruno HaibleInclude gettext.h instead of <libintl.h> with #ifdefs.
2002-01-22 Jim Meyering(quotearg_buffer_restyled):
2001-11-28 Jim Meyering(quotearg_n, quotearg_n_style): Likewise.
2001-08-31 Jim MeyeringBSD/OS 4.1 wchar.h requires FILE and struct tm to be...
2001-02-17 Jim Meyering(mbrtowc, mbsinit):
2001-01-26 Jim MeyeringInclude stddef.h.
2000-09-09 Jim MeyeringRename ISASCII to IN_CTYPE_DOMAIN.
2000-07-31 Jim Meyering(quotearg_n_options): Don't make the initial
2000-07-31 Jim Meyering(quotearg_n_options): Preallocate a slot 0
2000-07-24 Jim MeyeringInclude <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN...
2000-07-23 Jim MeyeringStreamline by invoking multibyte code only if needed.
2000-07-23 Jim MeyeringWhen the system forces us to redefine mbstate_t, shadow...
2000-07-14 Jim Meyering(mbrtowc): Do not use HAVE_WCHAR_H in the definition.
2000-07-14 Jim Meyering(quoting_style_args, quoting_style_vals,
2000-07-09 Jim MeyeringThe old behavior of quoting `like this' doesn't look...
2000-07-06 Jim Meyering(mbrtowc): Declare returned type, since BeOS doesn't.
2000-07-06 Jim Meyering(struct quoting_options): Simplify quote_these_too...
2000-07-04 Jim MeyeringMake inclusion of <wchar.h> independent of whether
2000-07-04 Jim Meyering(mbrtowc): Assign to *pwc, and return 1 only if result...
2000-07-02 Jim Meyering(mbstate_t): Don't define here.
2000-06-23 Jim MeyeringInclude <wctype.h> after <wchar.h>,
2000-02-28 Jim Meyering(ALERT_CHAR): New macro.
2000-01-31 Jim Meyeringfix typo. sheesh
2000-01-31 Jim Meyering(ISASCII): Add #undef and move definition to follow
2000-01-22 Jim Meyering[HAVE_WCTYPE_H]: Include <wctype.h>.
2000-01-17 Jim Meyering(quotearg_buffer_restyled): Do not quote
2000-01-15 Jim MeyeringQuote multibyte characters correctly.
1999-08-10 Jim MeyeringInclude <libintl.h> if ENABLE_NLS.
1999-08-01 Jim Meyering(quotearg_buffer):
1999-01-25 Jim Meyering(quotearg_n_options): Revert type of parameter `n'
1999-01-16 Jim Meyering(quotearg_n_options): Declare n1 to be of type
1999-01-11 Jim Meyering(quotearg_buffer): Change escape_quoting_style so that...
1999-01-01 Jim Meyering(quotearg_n_options): Make `options' parameter be ...
next