digests, copy-file: increase the IO buffer size from 4KiB to 32KiB
[gnulib.git] / tests / test-quotearg.c
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.