aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm
AgeCommit message (Expand)AuthorFilesLines
2015-11-12doc: Fix some inconsistent QUICKREF linesJon Turney5-5/+10
2015-11-02Move duplicated documentation rules to Makefile.sharedJeff Johnston12-208/+193
2015-11-02Consistently use an em-dash in math functions.Jeff Johnston20-20/+20
2015-11-02Add missing semicolons to prototypes.Jeff Johnston4-14/+14
2015-07-24Remove workaround for texinfo bug with underscores in filenames from mothball...newlib-snapshot-20150723Jon TURNEY1-116/+28
2015-06-24Use makedoc output files which are generated but aren't includedJon TURNEY3-2/+8
2015-06-23Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY1-2/+2
2015-06-01aarch64: fabs and sqrt implementation with inline asmSzabolcs Nagy6-7/+181
2015-05-27Avoid unneeded truncation to "int"newlib-snapshot-20150526DJ Delorie1-1/+1
2015-05-27Update signbit functions to work on targets where integers are only 16-bits.Nick Clifton1-4/+4
2015-03-16Fix newlib texinfo source so 'info libc' and 'info libm' workJon TURNEY1-3/+4
2015-02-06 * libc/include/complex.h (cabsl): Add prototype.Nick Clifton17-39/+402
2014-12-182014-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston9-76/+77
2014-12-152014-12-15 Jonathan Roelofs <jonathan@codesourcery.com>Jeff Johnston7-4/+271
2014-12-15 * configure.host: Add libm nds32 machine directory.Corinna Vinschen9-2/+7532
2014-03-212014-03-21 Maciej W. Rozycki <macro@codesourcery.com>Jeff Johnston2-0/+8
2014-02-20 * libm/complex/complex.tex: Fix wrong syntax in documentation.Corinna Vinschen2-78/+154
2014-02-042014-02-04 Matthias Braun <matze@braunis.de>Jeff Johnston1-1/+1
2013-12-232013-12-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston7-78/+96
2013-11-192013-11-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2013-11-08 * libm/libm.texinfo: Rename node Index to Document Index.Corinna Vinschen1-3/+3
2013-04-292013-04-29 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston1-4/+4
2012-12-202012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston22-1582/+1761
2012-12-062012-12-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Jeff Johnston1-6/+17
2012-12-042012-12-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Jeff Johnston20-2/+7018
2012-11-23 * libm/machine/aarch64/configure.in: Change comment to say libmCorinna Vinschen1-1/+1
2012-10-242012-10-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+11
2012-09-262012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston33-5/+7339
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen9-14/+10
2011-12-192011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston16-1123/+1300
2011-07-13 * libm/complex/cacos.c: Use temporaries and correct sequencingCorinna Vinschen1-2/+12
2011-03-012011-03-01 Aaron Landwehr <snaphat@gmail.com>Jeff Johnston2-2/+2
2011-01-122011-01-12 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2-0/+18
2010-12-162010-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston15-9787/+6413
2010-12-082010-12-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2010-12-022010-12-02 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2-4/+4
2010-11-29 * libm/complex/catan.c, libm/complex/catanf.c,Corinna Vinschen4-12/+4
2010-11-26 * libm/complex/cargf.c: Use crealf instead of creal.Corinna Vinschen1-1/+1
2010-11-042010-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston1-1/+2
2010-10-182010-10-18 Marco Atzeri <marco_atzeri@yahoo.it>Jeff Johnston28-5/+915
2010-10-08 * libm/common/sf_llrint.c, libm/common/sf_round.c: Add explicit castsCorinna Vinschen2-2/+2
2010-10-08 * libm/complex/complex.tex: Add empty stub.Corinna Vinschen1-0/+1
2010-10-08 * libm/math/w_cabs.c: Delete.Corinna Vinschen4-60/+8
2010-10-08 * libc/include/complex.h: New complex header.Corinna Vinschen55-10/+3395
2010-08-032010-08-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston4-7/+44
2010-07-20 * libm/common/fdlibm.h (SAFE_LEFT_SHIFT): New macro definition.Dave Korn3-7/+53
2010-03-082010-03-08 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2-12/+20
2010-03-05 * libm/math/ef_sqrt.c: Delete unused variable sign.Corinna Vinschen1-1/+0
2010-02-26 * libm/common/s_ilogb.c: Fix typo in comments that causes docCorinna Vinschen1-3/+3
2010-02-242010-02-24 Charles Wilson <...>Jeff Johnston17-1337/+1745