| Commit message (Expand) | Author | Age | Files | Lines |
* | * mingwex/stdio/fseeko64.c (fseeko64): Flush stream before | Danny Smith | 2005-08-25 | 1 | -2/+5 |
* | * mingwex/math/nexttoward.c: New file. | Danny Smith | 2005-05-10 | 4 | -2/+88 |
* | * mingwex/math/nextafterf.c (nextafterf): Correct | Danny Smith | 2005-05-09 | 3 | -10/+69 |
* | * mingwex/math/erfl.c: New file. | Danny Smith | 2005-05-08 | 2 | -2/+301 |
* | * mingwex/math/signbit.c (__signbit): Make return value | Danny Smith | 2005-05-03 | 3 | -3/+3 |
* | * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define as | Danny Smith | 2005-05-02 | 1 | -11/+1 |
* | * mingwex/mbrtowc.c: New file. | Danny Smith | 2005-04-24 | 6 | -3/+320 |
* | 2005-04-23 Wu Yongwei <adah@sh163.net> | Danny Smith | 2005-04-24 | 1 | -7/+11 |
* | * include/stdio.h (__mingw_fwrite): Change return value to | Danny Smith | 2005-03-24 | 1 | -1/+1 |
* | * mingwex/wctype.c: New file. | Danny Smith | 2005-02-25 | 3 | -4/+124 |
* | 2005-02-11 Gregory W. Chicares <chicares at cox dot net> | Danny Smith | 2005-02-11 | 4 | -2/+90 |
* | * mingwex/strtold.c (__asctoe64): Set endptr to 'e' if exponent | Danny Smith | 2005-02-01 | 1 | -0/+9 |
* | * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.c | Danny Smith | 2005-01-10 | 22 | -12/+618 |
* | * mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.c | Danny Smith | 2004-12-25 | 22 | -6/+602 |
* | * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, | Danny Smith | 2004-10-06 | 11 | -2/+377 |
* | * mingwex/Makefile.in: Correct typo in list of DISTFILES. | Earnie Boyd | 2004-09-05 | 1 | -1/+1 |
* | * include/malloc.h (__mingw_aligned_offset_malloc, | Danny Smith | 2004-08-24 | 1 | -5/+6 |
* | 2004-08-24 Steven G. Johnson <stevenj@alum.mit.edu> | Danny Smith | 2004-08-24 | 2 | -0/+210 |
* | * mingwex/fopen64.c: Move. | Danny Smith | 2004-08-15 | 4 | -0/+0 |
* | * mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change. | Christopher Faylor | 2004-08-09 | 1 | -0/+1 |
* | * mingwex/math/powl.c (powl): Revert change of 2004-02-01. | Danny Smith | 2004-07-28 | 1 | -14/+35 |
* | * mingwex/math/expl.c (expl): Move body of code to new static | Danny Smith | 2004-07-27 | 1 | -20/+14 |
* | * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified field | Danny Smith | 2004-07-27 | 2 | -2/+2 |
* | * include/_mingw.h: Use only two underscores to uglify | Danny Smith | 2004-07-26 | 2 | -2/+2 |
* | * mingwex/complex/cargs.c: New file. | Danny Smith | 2004-07-15 | 2 | -2/+11 |
* | * Makefile.in (INCLUDES): Temporarily revert previous change. | Corinna Vinschen | 2004-07-15 | 1 | -2/+2 |
* | * mingwex/fwide.c: Include <stdio.h> to resolve FILE usage. | Christopher Faylor | 2004-07-15 | 1 | -0/+1 |
* | * Makefile.in (INCLUDES): Designate $(srcdir)/../include as a | Danny Smith | 2004-07-14 | 1 | -4/+4 |
* | * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use it | Earnie Boyd | 2004-07-13 | 1 | -2/+2 |
* | * mingwex/math/cephes_emath.h (__etens): Remove declaration. | Danny Smith | 2004-07-12 | 1 | -2/+0 |
* | * include/unistd.h (ftruncate): Add inline definition. | Danny Smith | 2004-07-11 | 2 | -3/+8 |
* | 2 * mingwex/Makefile.in (MATH_DISTFILES): Remove pow.c, | Danny Smith | 2004-07-02 | 1 | -2/+2 |
* | 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> | Danny Smith | 2004-06-30 | 6 | -12/+85 |
* | * mingwex/math/lround.c: Rewrite. | Danny Smith | 2004-04-22 | 6 | -116/+92 |
* | * CONTRIBUTORS: New file. | Earnie Boyd | 2004-04-20 | 1 | -4/+3 |
* | * mingwex/math/round.c: Rewrite. | Danny Smith | 2004-03-29 | 3 | -79/+15 |
* | * mingwex/getopt.c: Define IS_POSIXLY_CORRECT as per | Danny Smith | 2004-02-05 | 1 | -1/+5 |
* | * mingwex/strtold.c (__asctoe64) Reorganise. Fix setting error | Danny Smith | 2004-02-05 | 1 | -87/+115 |
* | * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale") | Danny Smith | 2004-02-01 | 1 | -8/+13 |
* | * mingwex/math/powl.c (powl): Return infinity if | Danny Smith | 2004-02-01 | 1 | -0/+8 |
* | * mingwex/math/cephes_emath.h (__enan_64): Fix thinko. | Danny Smith | 2004-01-31 | 1 | -10/+13 |
* | Add ISO C99 complex support for doubles. | Danny Smith | 2003-10-21 | 21 | -2/+627 |
* | * mingwex/math/cephes_mconf.h (NAN, NANF, NANL): | Danny Smith | 2003-10-21 | 1 | -3/+23 |
* | * mingwex/math/s_erf.c (erf): Set errno to ERANGE if | Danny Smith | 2003-10-21 | 2 | -1/+9 |
* | * mingwex/dirent.c (_treaddir): Reset errno to 0 if end | Danny Smith | 2003-10-02 | 1 | -1/+6 |
* | 2003-09-22 Roland Schwingel <rolandschwingel@users.sourceforge.net> | Danny Smith | 2003-09-22 | 1 | -2/+2 |
* | * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint. | Danny Smith | 2003-07-03 | 5 | -23/+23 |
* | * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small): | Earnie Boyd | 2003-07-01 | 3 | -8/+8 |
* | * include/dirent.h (dirent): Make d_name and array instead of a pointer. | Earnie Boyd | 2003-06-18 | 1 | -9/+3 |
* | Uh hum, just not my day | Earnie Boyd | 2003-05-06 | 2 | -2/+2 |