Update Gnulib; add new modules; remove `round' module.
authorMark H Weaver <mhw@netris.org>
Mon, 7 Mar 2011 11:27:42 +0000 (06:27 -0500)
committerMark H Weaver <mhw@netris.org>
Wed, 9 Mar 2011 22:06:05 +0000 (17:06 -0500)
commitdd36ce77cd899c7b179026603e751e3bb47b2943
treed2f26243f1b6bbb025dea3919ce47f7bc29993cc
parentdf1297956211b7353155c9b54d7e9c22d05ce493
Update Gnulib; add new modules; remove `round' module.

This updates Gnulib to v0.0-4951-g6ff7b70.

* m4/gnulib-cache.m4: Add floor, ceil, frexp, and ldexp.  Add wchar as
  an explicit dependency; it had been present as an indirect dependency
  before, but no longer.  Remove round, which I had requested earlier,
  but turned out to be unnecessary.
31 files changed:
build-aux/config.rpath
build-aux/git-version-gen
lib/Makefile.am
lib/ceil.c [new file with mode: 0644]
lib/dosname.h [new file with mode: 0644]
lib/flock.c
lib/frexp.c [new file with mode: 0644]
lib/isnand-nolibm.h [new file with mode: 0644]
lib/round.c [deleted file]
lib/stat.c
lib/stdint.in.h
lib/stdio-write.c [deleted file]
lib/stdlib.in.h
lib/vasnprintf.c
lib/vasnprintf.h
lib/version-etc.h
libguile/Makefile.am
m4/asm-underscore.m4 [deleted file]
m4/dos.m4 [deleted file]
m4/frexp.m4 [new file with mode: 0644]
m4/gnulib-cache.m4
m4/gnulib-comp.m4
m4/ldexp.m4 [new file with mode: 0644]
m4/lib-link.m4
m4/longlong.m4
m4/round.m4 [deleted file]
m4/stat.m4
m4/stdint.m4
m4/stdio_h.m4
m4/stdlib_h.m4
maint.mk