aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/hyper.c
AgeCommit message (Collapse)AuthorFilesLines
2006-10-08hyper.c: Remove file.Francois-Xavier Coudert1-56/+0
* intrinsics/hyper.c: Remove file. * intrinsics/c99_functions.c: Add fallback functions asinhf, acoshf and atanhf. * Makefile.am: Remove file intrinsics/hyper.c. * Makefile.in: Regenerate. From-SVN: r117560
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-08-17 Kelley Cook <kcook@gcc.gnu.org> * All files: Update FSF address. From-SVN: r103194
2005-06-24re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics)Jerry DeLisle1-0/+56
2005-06-24 Jerry DeLisle <jvdelisle@verizon.net> PR libfortran/21915 * intrinsics/hyper.c: New file, adds wrapper functions From-SVN: r101303