maint: update copyright
[gnulib.git] / tests / test-quotearg.c
2014-01-01 Eric Blakemaint: update copyright
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-06-03 Bruno HaibleReduce dependencies.
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-24 Bruno HaibleRefactor common macros used in tests.
2009-12-23 Eric Blakegnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-10-23 Eric Blaketests: avoid several compiler warnings
2009-10-06 Eric Blakequotearg: port test to systems with C.UTF-8 locale
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...
2009-08-23 Joel E. Dennyquotearg-tests: test escaping of embedded locale quotes
2009-01-26 Bruno HaibleMake test-quotearg work on MacOS X and AIX.
2009-01-18 Bruno HaibleUse module progname correctly in the tests that need it.
2008-04-11 Bruno HaibleFlush the standard error stream before aborting.
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 BlakeAvoid shadowing warning and compile errors on Linux.
2008-02-13 Eric BlakeQuotearg part 4: add tests, fix c-maybe colon quoting.