• Show log

    Commit

  • Hash : effe7821
    Author : Bruno Haible
    Date : 2011-10-08T23:29:33

    New module 'asinf'.
    
    * lib/math.in.h (asinf): New declaration.
    * lib/asinf.c: New file.
    * m4/asinf.m4: New file.
    * m4/math_h.m4 (gl_MATH_H): Test whether asinf is declared.
    (gl_MATH_H_DEFAULTS): Initialize GNULIB_ASINF, HAVE_ASINF.
    * modules/math (Makefile.am): Substitute GNULIB_ASINF, HAVE_ASINF.
    * modules/asinf: New file.
    * tests/test-math-c++.cc: Check the declaration of asinf.
    * doc/posix-functions/asinf.texi: Mention the new module.
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2011 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.