Age | Commit message (Expand) | Author | Files | Lines |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2 | -1/+28 |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2 | -1/+28 |
2016-09-20 | Build s_nan* objects from a generic template | Paul E. Murphy | 3 | -10/+1 |
2016-09-20 | Make ldexpF generic. | Paul E. Murphy | 2 | -6/+46 |
2016-09-01 | Make common fmin implementation generic. | Paul E. Murphy | 3 | -10/+1 |
2016-09-01 | Make common fmax implementation generic. | Paul E. Murphy | 3 | -10/+1 |
2016-09-01 | Make common nextdown implementation generic. | Paul E. Murphy | 1 | -0/+5 |
2016-09-01 | Make common fdim implementation generic. | Paul E. Murphy | 4 | -13/+10 |
2016-08-29 | Convert remaining complex function to generated files | Paul E. Murphy | 12 | -74/+28 |
2016-08-19 | Convert _Complex tangent functions to generated code | Paul E. Murphy | 8 | -48/+0 |
2016-08-19 | Convert _Complex sine functions to generated code | Paul E. Murphy | 8 | -48/+0 |
2016-08-19 | Convert _Complex cosine functions to generated code | Paul E. Murphy | 8 | -48/+0 |
2016-08-17 | Support for type-generic libm function implementations libm | Paul E. Murphy | 12 | -60/+87 |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 3 | -1/+58 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2015-11-20 | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers | 4 | -12/+18 |
2015-11-02 | Make nextafter, nexttoward set errno (bug 6799). | Joseph Myers | 1 | -0/+3 |
2015-10-29 | Make drem an alias of remainder (bug 16171). | Joseph Myers | 7 | -21/+8 |
2015-10-02 | Fix nexttoward overflow in non-default rounding modes (bug 19059). | Joseph Myers | 1 | -2/+2 |
2015-09-23 | Use math_narrow_eval more consistently. | Joseph Myers | 1 | -4/+1 |
2015-09-16 | Make scalbn set errno (bug 6803). | Joseph Myers | 1 | -0/+3 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-06-19 | Fixed powerpc64 build. | Andrew Senkevich | 1 | -0/+4 |
2015-06-03 | Replace finite with isfinite. | Wilco Dijkstra | 1 | -1/+1 |
2015-06-03 | This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t... | Wilco Dijkstra | 4 | -4/+4 |
2015-04-22 | Use __copysign rather than copysign. | Wilco Dijkstra | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2014-11-24 | Remove IS_IN_libm | Siddhesh Poyarekar | 10 | -10/+10 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 2 | -2/+2 |
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger | 2 | -1/+1 |
2013-09-04 | Remove --disable-versioning. | Joseph Myers | 1 | -1/+1 |
2013-01-10 | Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64" | Andreas Schwab | 17 | -117/+0 |
2013-01-10 | Use ieee754/dbl-64/wordsize-64 on powerpc64 | Andreas Schwab | 17 | -0/+117 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2012-12-04 | Fix "conflicting types for built-in function" warnings from nldbl-*.c. | Joseph Myers | 1 | -0/+99 |
2012-10-09 | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 1 | -120/+0 |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 1 | -5/+5 |
2012-05-16 | Track dependencies for .oS-only objects | Andreas Schwab | 1 | -0/+1 |
2012-05-01 | Fix nexttoward bugs (bugs 2550, 2570). | Joseph Myers | 1 | -6/+2 |
2012-04-17 | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | 2 | -1/+6 |
2012-03-21 | Disable use of FMA instructions in branred | Andreas Schwab | 1 | -34/+127 |
2012-03-09 | Use target-specific math_private.h in math_ldbl_opt.h. | Richard Henderson | 1 | -1/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 2 | -6/+4 |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | 1 | -7/+1 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -1/+1 |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 1 | -1/+1 |
2010-10-13 | Implement accurate fma. | Jakub Jelinek | 1 | -1/+1 |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 1 | -27/+24 |
2008-03-05 | * include/stdio.h (__asprintf_chk, __dprintf_chk,cvs/fedora-glibc-20080305T0857 | Ulrich Drepper | 10 | -2/+164 |
2007-09-18 | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 16 | -3/+316 |