Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/floorl @ 14276:6b7046963230
di-set, ino-map: new modules, from coreutils
* lib/di-set.c: New file.
* lib/di-set.h: Likewise.
* lib/ino-map.c: Likewise.
* lib/ino-map.h: Likewise.
* modules/di-set: Likewise.
* modules/di-set-tests: Likewise.
* modules/ino-map: Likewise.
* modules/ino-map-tests: Likewise.
* tests/test-di-set.c: Likewise.
* tests/test-ino-map.c: Likewise.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Mon, 07 Feb 2011 16:01:24 +0100 |
parents | b4e0b96fc4ba |
children | efab6978105e |
rev | line source |
---|---|
9293 | 1 Description: |
2 floorl() function: round towards negative infinity. | |
3 | |
4 Files: | |
5 lib/floorl.c | |
6 lib/floor.c | |
7 m4/floorl.m4 | |
8 | |
9 Depends-on: | |
10 math | |
11 extensions | |
12 float | |
13 | |
14 configure.ac: | |
15 gl_FUNC_FLOORL | |
16 gl_MATH_MODULE_INDICATOR([floorl]) | |
17 | |
18 Makefile.am: | |
19 | |
20 Include: | |
21 <math.h> | |
22 | |
23 Link: | |
24 $(FLOORL_LIBM) | |
25 | |
26 License: | |
27 LGPL | |
28 | |
29 Maintainer: | |
30 Bruno Haible | |
31 |