log tests/test-quotearg.c @ 40196:e63f5d3edab5

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sat, 22 Apr 2017 14:24:36 +0200 Bruno Haible quotearg tests: Avoid warnings.
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Sun, 16 Oct 2016 22:51:30 +0100 Pádraig Brady quotearg: fix stale tests
Thu, 18 Aug 2016 15:18:24 +0200 Pino Toscano Port tests away from progname
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Thu, 03 Jun 2010 21:46:41 +0200 Bruno Haible Reduce dependencies.
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 24 Dec 2009 21:01:42 +0100 Bruno Haible Refactor common macros used in tests.
Tue, 22 Dec 2009 15:14:49 -0700 Eric Blake gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Thu, 22 Oct 2009 07:59:46 -0600 Eric Blake tests: avoid several compiler warnings
Mon, 05 Oct 2009 17:17:34 -0600 Eric Blake quotearg: port test to systems with C.UTF-8 locale
Sun, 23 Aug 2009 18:24:53 -0400 Joel E. Denny quotearg: implement custom_quoting_style
Sat, 22 Aug 2009 20:26:46 -0400 Joel E. Denny quotearg: fix right quote escaping when it's in quote_these_too
Sat, 22 Aug 2009 17:55:15 -0400 Joel E. Denny quotearg-tests: test escaping of embedded locale quotes
Mon, 26 Jan 2009 03:22:46 +0100 Bruno Haible Make test-quotearg work on MacOS X and AIX.
Sun, 18 Jan 2009 18:35:25 +0100 Bruno Haible Use module progname correctly in the tests that need it.
Fri, 11 Apr 2008 16:31:39 +0200 Bruno Haible Flush the standard error stream before aborting.
Sat, 16 Feb 2008 07:40:47 -0700 Eric Blake Avoid doubling \ in common case of "c-maybe" quoting style.
Wed, 13 Feb 2008 21:46:03 -0700 Eric Blake Avoid trigraph quoting in default output.
Wed, 13 Feb 2008 07:41:22 -0700 Eric Blake Avoid shadowing warning and compile errors on Linux.
Tue, 12 Feb 2008 11:42:29 -0700 Eric Blake Quotearg part 4: add tests, fix c-maybe colon quoting.