Changeset 3873


Ignore:
Timestamp:
Jun 27, 2014, 4:42:04 PM (11 years ago)
Author:
bird
Message:

svn properties

Location:
trunk/libc/src/libc/math
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/libc/math/386/acosl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/asinl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/clear.s

    • Property svn:executable deleted
    • Property svn:keywords set to Id
  • trunk/libc/src/libc/math/386/consts.s

    • Property svn:executable deleted
    • Property svn:keywords set to Id
  • trunk/libc/src/libc/math/386/control.s

    • Property svn:executable deleted
    • Property svn:keywords set to Id
  • trunk/libc/src/libc/math/386/coshl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/cosl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/expl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/fpreset.s

    • Property svn:executable deleted
    • Property svn:keywords set to Id
  • trunk/libc/src/libc/math/386/fxam.s

    • Property svn:executable deleted
    • Property svn:keywords set to Id
  • trunk/libc/src/libc/math/386/fxaml.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/hypotl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/modfl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/sinhl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/sinl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/status.s

    • Property svn:executable deleted
    • Property svn:keywords set to Id
  • trunk/libc/src/libc/math/386/tanhl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/386/tanl.s

    • Property svn:executable deleted
    • Property svn:keywords changed from Author Date Id Revision to Id
  • trunk/libc/src/libc/math/cabsl.c

    • Property svn:keywords set to Id
    r3830 r3873  
    1 /* $Id: $ */
     1/* $Id$ */
    22/** @file
    33 * Implementation of cabsl().
  • trunk/libc/src/libc/math/carg.c

    • Property svn:keywords set to Id
    r3836 r3873  
    1 /* $Id: $ */
     1/* $Id$ */
    22/** @file
    33 * Implementation of carg().
  • trunk/libc/src/libc/math/cargl.c

    • Property svn:keywords set to Id
    r3830 r3873  
    1 /* $Id: $ */
     1/* $Id$ */
    22/** @file
    33 * Implementation of cargl().
  • trunk/libc/src/libc/math/cbrtl.c

    • Property svn:executable deleted
    • Property svn:keywords set to Id
  • trunk/libc/src/libc/math/nan.c

    • Property svn:keywords set to Id
    r3830 r3873  
    1 /* $Id: $ */
     1/* $Id$ */
    22/** @file
     3 * kLibC - Implementation of nan().
    34 *
    4  * kLIBC - nan().
    5  *
    6  * Copyright (c) 2006 knut st. osmundsen <bird@innotek.de>
    7  *
    8  *
    9  * This file is part of kLIBC.
    10  *
    11  * kLIBC is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
    15  *
    16  * kLIBC is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kLIBC; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     5 * @copyright   Copyright (C) 2006-2014 knut st. osmundsen <bird-klibc-spam-xiv@anduin.net>
     6 * @licenses    MIT, BSD2, BSD3, BSD4, LGPLv2.1, LGPLv3.
    257 */
    268
  • trunk/libc/src/libc/math/nanf.c

    • Property svn:keywords set to Id
    r3830 r3873  
    1 /* $Id: $ */
     1/* $Id$ */
    22/** @file
     3 * kLibC - Implementation of nanf().
    34 *
    4  * kLIBC - nanf().
    5  *
    6  * Copyright (c) 2006 knut st. osmundsen <bird@innotek.de>
    7  *
    8  *
    9  * This file is part of kLIBC.
    10  *
    11  * kLIBC is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
    15  *
    16  * kLIBC is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kLIBC; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     5 * @copyright   Copyright (C) 2006-2014 knut st. osmundsen <bird-klibc-spam-xiv@anduin.net>
     6 * @licenses    MIT, BSD2, BSD3, BSD4, LGPLv2.1, LGPLv3.
    257 */
    268
  • trunk/libc/src/libc/math/nanl.c

    • Property svn:keywords set to Id
    r3830 r3873  
    1 /* $Id: $ */
     1/* $Id$ */
    22/** @file
     3 * kLibC - Implementation of nanl().
    34 *
    4  * kLIBC - nanl().
    5  *
    6  * Copyright (c) 2006 knut st. osmundsen <bird@innotek.de>
    7  *
    8  *
    9  * This file is part of kLIBC.
    10  *
    11  * kLIBC is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
    15  *
    16  * kLIBC is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kLIBC; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     5 * @copyright   Copyright (C) 2006-2014 knut st. osmundsen <bird-klibc-spam-xiv@anduin.net>
     6 * @licenses    MIT, BSD2, BSD3, BSD4, LGPLv2.1, LGPLv3.
    257 */
    268
Note: See TracChangeset for help on using the changeset viewer.