1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/lib
Ludovic Courtès 2e65b52f8a Use Gnulib's isnan' and isinf' modules.
This updates Gnulib to v0.0-4219-g84cdd8b.

* m4/gnulib-cache.m4: Add `isinf' and `isnan'.

* configure.ac: Remove checks for `floatingpoint.h', `ieeefp.h', and
  `nan.h'.

* libguile/gen-scmconfig.c (main): Remove definitions of
  `SCM_HAVE_FLOATINGPOINT_H', `SCM_HAVE_IEEEFP_H', and
  `SCM_HAVE_NAN_H'.

* libguile/numbers.c (isnan)[SCO && !HAVE_ISNAN]: Remove.
  (isinf)[SCO && !HAVE_ISINF]: Remove.
  (xisinf, xisnan): Remove.  Change callers to use `isinf' and `isnan'.
  (guile_ieee_init): Remove the `defined HAVE_ISINF' and `define
  HAVE_ISNAN' conditions.

* libguile/numbers.h: Remove code conditional on
  `SCM_HAVE_FLOATINGPOINT_H', `SCM_HAVE_IEEEFP_H', or `SCM_HAVE_NAN_H'.
2010-09-08 00:34:27 +02:00
..
unistr Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
alignof.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
alloca.in.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
arpa_inet.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
asnprintf.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
byteswap.in.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
c-ctype.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
c-ctype.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
c-strcase.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
c-strcasecmp.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
c-strcaseeq.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
c-strncasecmp.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
canonicalize-lgpl.c Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
config.charset Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
duplocale.c Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
errno.in.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
float+.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
float.in.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
flock.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
full-read.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
full-read.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
full-write.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
full-write.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
gai_strerror.c Add missing Gnulib files; update `.gitignore'. 2010-02-14 22:37:39 +01:00
getaddrinfo.c Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
gettext.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
iconv.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
iconv.in.h Update Gnulib; use the `func' module. 2010-03-18 20:41:01 +01:00
iconv_close.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
iconv_open-aix.gperf Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports. 2009-05-28 23:12:00 +02:00
iconv_open-aix.h Merge branch 'master' of git://git.savannah.gnu.org/guile into elisp 2009-08-27 19:26:04 +02:00
iconv_open-hpux.gperf Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports. 2009-05-28 23:12:00 +02:00
iconv_open-hpux.h add gperf-generated files to git 2009-06-05 10:56:34 +02:00
iconv_open-irix.gperf Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports. 2009-05-28 23:12:00 +02:00
iconv_open-irix.h add gperf-generated files to git 2009-06-05 10:56:34 +02:00
iconv_open-osf.gperf Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports. 2009-05-28 23:12:00 +02:00
iconv_open-osf.h add gperf-generated files to git 2009-06-05 10:56:34 +02:00
iconv_open-solaris.gperf Use Gnulib's inet_ntop' and inet_pton' modules. 2009-11-16 09:23:46 +01:00
iconv_open-solaris.h Add `iconv_open-solaris.h' to remove dependency on gperf. 2009-11-16 14:57:01 +01:00
iconv_open.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
iconveh.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
ignore-value.h Use Gnulib's inet_ntop' and inet_pton' modules. 2009-11-16 09:23:46 +01:00
inet_ntop.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
inet_pton.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
isinf.c Use Gnulib's isnan' and isinf' modules. 2010-09-08 00:34:27 +02:00
isnan.c Use Gnulib's isnan' and isinf' modules. 2010-09-08 00:34:27 +02:00
isnand.c Use Gnulib's isnan' and isinf' modules. 2010-09-08 00:34:27 +02:00
isnanf.c Use Gnulib's isnan' and isinf' modules. 2010-09-08 00:34:27 +02:00
isnanl.c Use Gnulib's isnan' and isinf' modules. 2010-09-08 00:34:27 +02:00
libunistring.valgrind Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
localcharset.c Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
localcharset.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
locale.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
lstat.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
Makefile.am Use Gnulib's isnan' and isinf' modules. 2010-09-08 00:34:27 +02:00
malloc.c Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
malloca.c Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
malloca.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
malloca.valgrind gnulib-tool --import canonicalize-lgpl 2009-06-19 13:01:11 +02:00
math.in.h Use Gnulib's isnan' and isinf' modules. 2010-09-08 00:34:27 +02:00
mbrlen.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
mbrtowc.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
mbsinit.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
memchr.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
memchr.valgrind Use Gnulib's `vsnprintf' module. 2009-07-05 23:57:37 +02:00
netdb.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
netinet_in.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
pathmax.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
printf-args.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
printf-args.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
printf-parse.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
printf-parse.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
putenv.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
readlink.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
ref-add.sin Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
ref-del.sin Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
safe-read.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
safe-read.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
safe-write.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
safe-write.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
size_max.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
snprintf.c Add missing Gnulib files; update `.gitignore'. 2010-02-14 22:37:39 +01:00
stat-time.h Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
stat.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
stdarg.in.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
stdbool.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
stddef.in.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
stdint.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
stdio-write.c Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
stdio.in.h Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
stdlib.in.h Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
strcasecmp.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
streq.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
strftime.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
strftime.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
striconveh.c Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
striconveh.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
string.in.h Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
strings.in.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
strncasecmp.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
sys_file.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
sys_socket.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
sys_stat.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
time.in.h Update Gnulib to v0.0-3966-g9f737c8 for `libunistring' m4 fixes. 2010-06-05 16:18:01 +02:00
time_r.c Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
unistd.in.h Use Gnulib's `stat-time' module; update Gnulib. 2010-09-04 15:16:35 +02:00
unistr.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
unitypes.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
vasnprintf.c Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
vasnprintf.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
verify.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
version-etc-fsf.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
version-etc.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
version-etc.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
vsnprintf.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
wchar.in.h Update Gnulib to v0.0-3955-g8ab5996. 2010-05-29 23:58:12 +02:00
write.c Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00
xsize.h Use Gnulib's `getaddrinfo' module. 2010-02-14 17:06:13 +01:00