# HG changeset patch # User Bruno Haible # Date 1330567334 -3600 # Node ID f871b9a7d9767b4721255db79c64fb64b71a615e # Parent 06da3fa23cf9cf425b9b274338d11a9d268b22e2 New module 'cbrtf-ieee'. * modules/cbrtf-ieee: New file. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-29 Bruno Haible + + New module 'cbrtf-ieee'. + * modules/cbrtf-ieee: New file. + 2012-02-29 Bruno Haible cbrtf: Work around bug in IRIX 6.5 system function. diff --git a/modules/cbrtf-ieee b/modules/cbrtf-ieee new file mode 100644 --- /dev/null +++ b/modules/cbrtf-ieee @@ -0,0 +1,24 @@ +Description: +cbrtf() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +cbrtf +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(CBRTF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible