Mercurial > hg > octave-shane > gnulib-hg
changeset 17530:8981b79e1271
error: make the module depend on vfprintf-posix
* modules/error (Depends-on): Add vfprintf-posix, since error
calls vfprintf unconditionally, via error_tail.
author | Jim Meyering <meyering@fb.com> |
---|---|
date | Sat, 12 Oct 2013 19:28:40 -0700 |
parents | 0bec564dbf56 |
children | e4bb7b0088bb |
files | ChangeLog modules/error |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-10-12 Jim Meyering <meyering@fb.com> + + error: make the module depend on vfprintf-posix + * modules/error (Depends-on): Add vfprintf-posix, since error + calls vfprintf unconditionally, via error_tail. + 2013-09-30 Jim Meyering <meyering@fb.com> fpending, obstack, strerror-override: use pure+const function attrs