Home | History | Annotate | Download | only in noieee_src
History log of /src/lib/libm/noieee_src/n_asinh.c
RevisionDateAuthorComments
 1.7  29-Apr-2008  uwe According to C99:

6.11.5 Storage-class specifiers

[#1] The placement of a storage-class specifier other than
at the beginning of the declaration specifiers in a
declaration is an obsolescent feature.

and gcc -Wextra warns about this, so s/const static/static const/
 1.6  07-Aug-2003  agc branches: 1.6.30;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.5  15-Jun-2002  matt Ansify libm noieeesrc (for VAX). Also make const data really const.
libm for VAX can compiles with WARNS=2
 1.4  02-Jul-1999  simonb branches: 1.4.10;
More trailing white space.
 1.3  20-Oct-1998  matt vax --> __vax__ (also egcsify the code; missing ints, braces, etc.)
 1.2  20-Oct-1997  ragge Fix a bunch of warnings introduced by more flags to cc.
 1.1  10-Oct-1995  ragge Machine independent math library files for non-IEEE architectures.
 1.4.10.1  18-Jun-2002  lukem Pull up revision 1.5 (requested by matt in ticket #286):
Ansify libm noieeesrc (for VAX). Also make const data really const.
libm for VAX can compiles with WARNS=2
 1.6.30.1  18-May-2008  yamt sync with head.

RSS XML Feed