Import Gnulib's `log1p' and `round' modules.
authorLudovic Courtès <ludo@gnu.org>
Tue, 15 Feb 2011 10:28:10 +0000 (11:28 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 15 Feb 2011 10:29:37 +0000 (11:29 +0100)
commitb81eb64633817927eb488b0d54a9a4a371694229
tree412b2d4cab9375afa5dc4f81bcf68185e4ed236d
parentd9f464726d6eb1b53dc317de47490e12e8e9abc1
Import Gnulib's `log1p' and `round' modules.

From Gnulib v0.0-4889-ge375fe3.

* m4/gnulib-cache.m4: Add `log1p' and `round', requested by
  Mark H Weaver <mhw@netris.org>.
  Use `malloc-gnu' instead of `malloc', the latter being obsolete.
.gitignore
lib/Makefile.am
lib/floor.c [new file with mode: 0644]
lib/round.c [new file with mode: 0644]
m4/ceil.m4 [new file with mode: 0644]
m4/floor.m4 [new file with mode: 0644]
m4/gnulib-cache.m4
m4/gnulib-comp.m4
m4/mathfunc.m4 [new file with mode: 0644]
m4/round.m4 [new file with mode: 0644]