summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/mingwex
Commit message (Expand)AuthorAgeFilesLines
* update to newer autoconfChristopher Faylor2006-05-243-560/+2751
* * mingwex/wcrtomb.c (wcrtomb_cp): Test (wc > 255) only if C locale.Danny Smith2006-05-171-10/+8
* * mingwex/complex/csqrt.c (csqrt): The sign of real partDanny Smith2005-10-123-8/+9
* * mingwex/fegetenv.c (fegetenv): Restore exception masks.Danny Smith2005-10-082-7/+7
* * mingwex/fe*.c: Revert previous changes.Danny Smith2005-08-257-7/+16
* * mingwex/feclearexcept.c (feclearexcept): Change declaration.Danny Smith2005-08-257-14/+7
* * mingwex/stdio/fseeko64.c (fseeko64): Flush stream beforeDanny Smith2005-08-251-2/+5
* * mingwex/math/nexttoward.c: New file.Danny Smith2005-05-104-2/+88
* * mingwex/math/nextafterf.c (nextafterf): CorrectDanny Smith2005-05-093-10/+69
* * mingwex/math/erfl.c: New file.Danny Smith2005-05-082-2/+301
* * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith2005-05-033-3/+3
* * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define asDanny Smith2005-05-021-11/+1
* * mingwex/mbrtowc.c: New file.Danny Smith2005-04-246-3/+320
* 2005-04-23 Wu Yongwei <adah@sh163.net>Danny Smith2005-04-241-7/+11
* * include/stdio.h (__mingw_fwrite): Change return value toDanny Smith2005-03-241-1/+1
* * mingwex/wctype.c: New file.Danny Smith2005-02-253-4/+124
* 2005-02-11 Gregory W. Chicares <chicares at cox dot net>Danny Smith2005-02-114-2/+90
* * mingwex/strtold.c (__asctoe64): Set endptr to 'e' if exponentDanny Smith2005-02-011-0/+9
* * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.cDanny Smith2005-01-1022-12/+618
* * mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.cDanny Smith2004-12-2522-6/+602
* * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,Danny Smith2004-10-0611-2/+377
* * mingwex/Makefile.in: Correct typo in list of DISTFILES.Earnie Boyd2004-09-051-1/+1
* * include/malloc.h (__mingw_aligned_offset_malloc,Danny Smith2004-08-241-5/+6
* 2004-08-24 Steven G. Johnson <stevenj@alum.mit.edu>Danny Smith2004-08-242-0/+210
* * mingwex/fopen64.c: Move.Danny Smith2004-08-154-0/+0
* * mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.Christopher Faylor2004-08-091-0/+1
* * mingwex/math/powl.c (powl): Revert change of 2004-02-01.Danny Smith2004-07-281-14/+35
* * mingwex/math/expl.c (expl): Move body of code to new staticDanny Smith2004-07-271-20/+14
* * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified fieldDanny Smith2004-07-272-2/+2
* * include/_mingw.h: Use only two underscores to uglifyDanny Smith2004-07-262-2/+2
* * mingwex/complex/cargs.c: New file.Danny Smith2004-07-152-2/+11
* * Makefile.in (INCLUDES): Temporarily revert previous change.Corinna Vinschen2004-07-151-2/+2
* * mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.Christopher Faylor2004-07-151-0/+1
* * Makefile.in (INCLUDES): Designate $(srcdir)/../include as aDanny Smith2004-07-141-4/+4
* * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use itEarnie Boyd2004-07-131-2/+2
* * mingwex/math/cephes_emath.h (__etens): Remove declaration.Danny Smith2004-07-121-2/+0
* * include/unistd.h (ftruncate): Add inline definition.Danny Smith2004-07-112-3/+8
* 2 * mingwex/Makefile.in (MATH_DISTFILES): Remove pow.c,Danny Smith2004-07-021-2/+2
* 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net>Danny Smith2004-06-306-12/+85
* * mingwex/math/lround.c: Rewrite.Danny Smith2004-04-226-116/+92
* * CONTRIBUTORS: New file.Earnie Boyd2004-04-201-4/+3
* * mingwex/math/round.c: Rewrite.Danny Smith2004-03-293-79/+15
* * mingwex/getopt.c: Define IS_POSIXLY_CORRECT as perDanny Smith2004-02-051-1/+5
* * mingwex/strtold.c (__asctoe64) Reorganise. Fix setting errorDanny Smith2004-02-051-87/+115
* * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")Danny Smith2004-02-011-8/+13
* * mingwex/math/powl.c (powl): Return infinity ifDanny Smith2004-02-011-0/+8
* * mingwex/math/cephes_emath.h (__enan_64): Fix thinko.Danny Smith2004-01-311-10/+13
* Add ISO C99 complex support for doubles.Danny Smith2003-10-2121-2/+627
* * mingwex/math/cephes_mconf.h (NAN, NANF, NANL):Danny Smith2003-10-211-3/+23
* * mingwex/math/s_erf.c (erf): Set errno to ERANGE ifDanny Smith2003-10-212-1/+9