struct/dstr-putf.c (dstr_vputf): Rewrite to support `%n$...' specs.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 16 Jun 2014 00:56:16 +0000 (01:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 Jul 2014 09:06:30 +0000 (10:06 +0100)
commiteff136f63977a5493525610bff64d363581154af
tree1869154eed728deef99cf8be43af96dbe6d0fa10
parenta736dc9c17aa9ba7cd65b092a7817a6c7853672a
struct/dstr-putf.c (dstr_vputf): Rewrite to support `%n$...' specs.

The internals are generally just better now, and it should be easier to
support other interesting things.
configure.ac
struct/Makefile.am
struct/dstr-putf.c
struct/dstr.3
struct/t/dstr-putf-test.c [new file with mode: 0644]
struct/tests.at