summaryrefslogtreecommitdiff
path: root/m4/math_h.m4
Commit message (Collapse)AuthorAgeFilesLines
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | The files named by the following are exempted: grep -v '^#' config/srclist.txt|grep -v '^$' \ | while read src dst; do test -f "$dst" && { echo "$dst"; continue; } test -d "$dst" || continue echo "$dst"/$(basename "$src") done > exempt git ls-files tests/unictype >> exempt In the remaining files, convert to all-interval notation if - there is already at least one year interval like 2000-2003 - the file is maintained by me - the file is in lib/uni*/, where that style already prevails Otherwise, use update-copyright's default.
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-4/+4
|
* Move the isnanf(), isnand(), isnanl() declarations to <math.h>.Bruno Haible2008-10-191-1/+7
|
* Add isinf module.Ben Pfaff2008-07-251-0/+2
|
* Add isnan module.Ben Pfaff2008-07-121-0/+2
|
* Fix underquoting of AC_LANG_PROGRAM arguments.Bruno Haible2008-04-151-3/+3
|
* Make truncl work on OSF/1 4.0.Bruno Haible2008-04-131-2/+2
|
* * m4/math_h.m4 (gl_MATH_H): Fix typos.Jim Meyering2008-04-121-3/+3
|
* Work around Solaris 10 math.h bug.Eric Blake2008-04-121-1/+28
| | | | | | | | | | | | | * m4/math_h.m4 (gl_MATH_H): Check for bug. (gl_MATH_H_DEFAULTS): Set up default. * modules/math (Makefile.am): Replace new indicators. * lib/math.in.h (NAN, HUGE_VAL): Provide replacements. * tests/test-math.c (main): Test this. * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL. * doc/posix-headers/math.texi (math.h): Mention bug. Reported by Nelson H. F. Beebe and Jim Meyering. Signed-off-by: Eric Blake <ebb9@byu.net>
* Exploit the __builtin_signbit GCC built-in.Bruno Haible2008-01-261-28/+29
|
* Use REPLACE_ROUND instead of HAVE_DECL_ROUND.Bruno Haible2007-11-111-4/+4
|
* Use REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.Bruno Haible2007-10-291-2/+2
|
* Fix link errors with Sun C 5.0 on Solaris 10.Bruno Haible2007-10-291-41/+41
|
* Implement 'isfinite' module.Ben Pfaff2007-10-271-0/+2
|
* Implement 'round', 'roundf', 'roundl' modules.Ben Pfaff2007-10-201-0/+6
|
* New module 'ceill'.Bruno Haible2007-10-051-0/+1
|
* New module 'ceilf'.Bruno Haible2007-10-051-0/+2
|
* New module 'floorl'.Bruno Haible2007-10-051-0/+1
|
* New module 'floorf'.Bruno Haible2007-10-051-0/+2
|
* New module 'truncl'.Bruno Haible2007-10-051-0/+2
|
* New module 'truncf'.Bruno Haible2007-10-051-0/+2
|
* New module 'trunc'.Bruno Haible2007-10-041-1/+3
|
* * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBSTPaul Eggert2007-06-211-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INCLUDE_NEXT. (gl_CHECK_NEXT_HEADERS): New macro. * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of the obsolescent gl_ABSOLUTE_HEADER. * m4/float_h.m4 (gl_FLOAT_H): Likewise. * m4/inttypes.m4 (gl_INTTYPES_H): Likewise. * m4/math_h.m4 (gl_MATH_H): Likewise. * m4/search_h.m4 (gl_SEARCH_H): Likewise. * m4/signal_h.m4 (gl_SIGNAL_H): Likewise. * m4/stdint.m4 (gl_STDINT_H): Likewise. * m4/stdio_h.m4 (gl_STDIO_H): Likewise. * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise. * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise. * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise. * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise. * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise. * m4/unistd_h.m4 (gl_UNISTD_H): Likewise. * m4/wchar.m4 (gl_WCHAR_H): Likewise. * m4/wctype.m4 (gl_WCTYPE_H): Likewise. * m4/inttypes.m4 (gl_INTTYPES_H): Define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean builds, since ABSOLUTE_INTTYPES_H is no longer being defined. * m4/stdint.m4 (gl_STDINT_H): Likewise, for _GL_JUST_INCLUDE_SYSTEM_STDINT_H. * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@ rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@. * lib/float_.h: Likewise. * lib/inttypes_.h: Likewise. * lib/math_.h: Likewise. * lib/search_.h: Likewise. * lib/signal_.h: Likewise. * lib/stdint_.h: Likewise. * lib/stdio_.h: Likewise. * lib/stdlib_.h: Likewise. * lib/string_.h: Likewise. * lib/sys_stat_.h: Likewise. * lib/sys_time_.h: Likewise. * lib/time_.h: Likewise. * lib/unistd_.h: Likewise. * lib/wchar_.h: Likewise. * lib/wctype_.h: Likewise. * modules/fcntl (Depends-on): Depend on absolute-header, not include_next. (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H. * modules/float: Likewise. * modules/inttypes: Likewise. * modules/math: Likewise. * modules/search: Likewise. * modules/signal: Likewise. * modules/stdint: Likewise. * modules/stdio: Likewise. * modules/stdlib: Likewise. * modules/string: Likewise. * modules/sys_stat: Likewise. * modules/sys_time: Likewise. * modules/time: Likewise. * modules/unistd: Likewise. * modules/wchar: Likewise. * modules/wctype: Likewise. * modules/sys_stat: Change maintainer to "all". * modules/unistd: Likewise.
* New module 'signbit'.Bruno Haible2007-04-061-4/+6
|
* New module 'ldexpl'.Bruno Haible2007-03-301-1/+3
|
* Provide a replacement for frexpl() if the system has it but it doesn't work.Bruno Haible2007-03-251-0/+1
|
* New module 'frexpl'.Bruno Haible2007-03-231-2/+3
|
* New module 'frexp'.Bruno Haible2007-03-221-1/+3
|
* Provide the option to declare the mathl functions also when the 'mathl'Bruno Haible2007-03-071-1/+15
| | | | module is not used. Needed for MacOS X.
* New module 'math'. <math.h> replaces mathl.h.Bruno Haible2007-02-181-0/+25