Improve format support.
commitd784f884df778f648eeba73f5542f92f7c7f07a5
authorEric Blake <ebb9@byu.net>
Tue, 29 May 2007 13:19:46 +0000 (29 13:19 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:48:22 +0000 (21 15:48 -0600)
tree7a750bd31b8e695235611c138e4672db8a054f0c
parenteed412fdaa1adbea07dfec9479cd7f2da06fcfc5
Improve format support.
* m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
vasprintf-posix'.
* src/format.c (format): Parse %'hhd, %a, %A.  Avoid calling
printf with too few arguments, as in format(%*.*d,-1,-1,1).
* doc/m4.texinfo (Format): Expand tests, and improve
documentation.
* NEWS: Document this change.
ChangeLog
NEWS
doc/m4.texinfo
m4/.cvsignore
m4/gnulib-cache.m4
src/format.c